[DiscordArchive] Could it be a permissions issue, in case other users than you don't have permission to view the cont
[DiscordArchive] Could it be a permissions issue, in case other users than you don't have permission to view the cont
Archived author: metallinos • Posted: 2025-05-27T17:34:17.194000+00:00
Original source
Could it be a permissions issue, in case other users than you don't have permission to view the content of the other conf files?
Archived author: Sodie Pops • Posted: 2025-05-27T17:38:35.952000+00:00
Original source
Anyone know how to fix this error in the worldserver?
WaypointMovementGenerator::LoadPath: creature Defias Thug (GUID Full: 0xf1300000260001db Type: Creature Entry: 38 Low: 475) doesn't have waypoint path id: 0
Archived author: JudgeFae • Posted: 2025-05-27T17:40:29.191000+00:00
Original source
I thought permission issue as well, but the entire foldersystem shares at the same. And has read access to anyone no matter what
Archived author: JudgeFae • Posted: 2025-05-27T17:48:29.743000+00:00
Original source
Well shit, adding the file contents to the bottom of worldconf actually didn't enable the customized settings. I must have some kinda deeper problem
Archived author: metallinos • Posted: 2025-05-27T17:50:23.272000+00:00
Original source
Does editing the worldserver conf actually have any effect live?
Archived author: JudgeFae • Posted: 2025-05-27T17:51:49.552000+00:00
Original source
Yes I used it to change things such as xprates and profession rates
Archived author: JudgeFae • Posted: 2025-05-27T17:52:20.911000+00:00
Original source
Let me see if those changes are still active now that I added the module settings to the file. Maybe there's some kind of issue
Archived author: metallinos • Posted: 2025-05-27T17:52:53.075000+00:00
Original source
I think I've managed to get conf reading get printed to console by changing the logger settings in the worldserver conf before, can't recall which setting it was, perhaps it was Logger.server. Maybe it prints something useful?
```Logger.server=6,Console Server```
Archived author: metallinos • Posted: 2025-05-27T18:06:36.707000+00:00
Original source
I've had a quick look and see that two of the Defias Thugs, creature db GUIDs 80149 and 80251, have waypoint_scripts entries that induce a wander on reaching points 10 and 11 of waypoint_data entries 801490 and 802510 respectively. I'd assume that removing these points would clear up the issue, as the seemingly problematic waypoint_scripts will no longer be called
Archived author: Sodie Pops • Posted: 2025-05-27T18:07:38.960000+00:00
Original source
Thank you!