"Links" in sql file #464
-
Hello. I searched an answer for my question, but didn't find it. In the file "2023_04_16_00_creature_template_npcbot_wander_nodes.sql" we have lines like this: In general, everything is clear here. XYZ coordinates, zoneid, etc. What does links mean? What are they referring to? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
"Links" from a waypoint are the other waypoints connected to it. For example - I make 3 waypoints in a triangle. They are 001, 002 and 003 respectively. To have a bot travel from 001 to 002, I need to "link" them. So when you look at 001, it should show "Links 002:0". And consequently looking at 002 should show "links 001:0". I can then attach 003 to both 001 and 002. So the bot can effectively travel between the 3 waypoints. |
Beta Was this translation helpful? Give feedback.
"Links" from a waypoint are the other waypoints connected to it. For example - I make 3 waypoints in a triangle. They are 001, 002 and 003 respectively. To have a bot travel from 001 to 002, I need to "link" them. So when you look at 001, it should show "Links 002:0". And consequently looking at 002 should show "links 001:0". I can then attach 003 to both 001 and 002. So the bot can effectively travel between the 3 waypoints.