[DiscordArchive] they should, you are above level 20,right?
[DiscordArchive] they should, you are above level 20,right?
Archived author: Tereneckla • Posted: 2025-04-12T09:38:56.555000+00:00
Original source
they should, you are above level 20,right?
Archived author: Galtharis • Posted: 2025-04-12T10:23:09.922000+00:00
Original source
Thanks! But it's the part about the Event that puzzles me. I've been trying to add the command to say something on a waypoint, and eventhough I try to load it it doesn't begin
Archived author: quinaz. • Posted: 2025-04-12T10:38:12.287000+00:00
Original source
Hi I'm new, is there some sort of material to read for understanding how the system works besides overall exploring the code, discord or github? In specific DespawnOrUnsummon in cpps, I noticed if you stay outside LOD the timers for debuffs nor the timer for the despawn actually works rather when you are close to that object; (DespawnOrUnsummon(60000) far from initial spawn (quest) and if you go back to the spawn wait 1h, it still hasn't respawned)
Not sure if more connections change the behaviour of rendering/processing, or it is intended in some way for performance; thanks
Archived author: Ryan Turner • Posted: 2025-04-12T11:21:28.163000+00:00
Original source
Elaborate
Archived author: Galtharis • Posted: 2025-04-12T12:28:02.834000+00:00
Original source
I’m running into a problem using the basic .wp event system in-game — specifically the .wp event add command with say.
What I’m trying to do:
I’m using the standard .wp commands (not SmartAI or scripts) to have my NPC say a line of dialogue when reaching a waypoint. My steps:
1. I create a path:
.wp new
2. I add waypoints:
.wp add
3. Then I try to attach a say event to the first point:
.wp event add 0 say "The winds are shifting..."
4. I load and start the path:
.wp load
.wp on
What happens:
The NPC follows the waypoint path just fine.
But nothing happens at the event point — no speech bubble, no text in chat.
.wp event list confirms the event is created and linked to the waypoint.
I’ve tried .reload all, reloading the NPC, restarting the server, etc.
What I’m asking:
Is there something I’m missing in the syntax or sequence?
Does .wp event add 0 say "text" require anything special (like creature_text entries or movement flags)?
Could this be a bug or a conflict with the NPC’s state?
Thanks in advance for any clarification.