nwesterhausen / valheim-discordconnector

A plugin to connect a Valheim server to a discord webhook.
https://discord-connector.valheim.games.nwest.one/
MIT License
27 stars 13 forks source link

Event messages not being sent #64

Closed thedefside closed 3 years ago

thedefside commented 3 years ago

I have Discord Connector 1.2.1 installed, and the event messages turned on, but I have never gotten any messages regarding events. We have had several raids since I updated. I do have Custom Raids mod installed. Not sure if that is conflicting with your patch or not. discordsettings.zip

nwesterhausen commented 3 years ago

Your configuration looks good. I'll have to do some debugging.

You're running this on a dedicated server?

thedefside commented 3 years ago

Yes, dedicated linux server hosted on g-portal.

nwesterhausen commented 3 years ago

When I added the random event feature I did my testing using the Client and its server feature (for ease of starting/stopping events). The existing code likely only works on the client.

I have found some spots to hook into the RandEventSystem to check for/get information on the current events and will be getting the feature to work with dedicated servers soon.