[DiscordArchive] I am trying myself with adding waypoints to custom creatures for immersion.
[DiscordArchive] I am trying myself with adding waypoints to custom creatures for immersion.
Archived author: huptiq • Posted: 2025-10-16T15:16:16.181000+00:00
Original source
I am trying myself with adding waypoints to custom creatures for immersion.
So I managed to add a unique waypoint ID and added some actual waypoints/route within that - then I clicked the waypoint I wanted to add a delay or insert an action and used `.wp modify delay 60`. However the moment the creature reaches that waypoint it instantly starts moving to the next waypoint.
I am using this doc https://www.azerothcore.org/wiki/waypoints-information
Is there another guide for that, that I might have missed?
Is maybe an AddOn that helps setting things up for AC?
[Embed: Waypoints and paths]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/waypoints-information
Archived author: huptiq • Posted: 2025-10-16T15:59:58.941000+00:00
Original source
solved it, in case anyone might stumble upon this:
[here](https://www.azerothcore.org/wiki/scripts#delay) the delay is mentioned as in `seconds` but for [the waypoint_data table](https://www.azerothcore.org/wiki/waypoint_data#delay) the delay is in `ms`