Quote:
#grid add/delete gridnum wandertype pausetype - Adds grid gridnum with the wandertype/pausetype, or deletes
(example)
#grid add 17 3 1
Definition: Adds grid17 with Wandertype3 with Pausetype1
Wandertype
0: Circular. NPC will cycle waypoints in order, then head back to the first waypoint.
1: Random 10. NPC will pick a random of the nearest 10 waypoints and go to it. (Was broke and crashed zone.exe last I tried over 6 months ago)
2: Random. NPCwill pick a random waypoint in the grid and go to it.
3: Patrol. NPC will walk the waypoints to the end, then turn and backtrack.
Pausetype
0: Random half. NPC pauses for half of it's pause time + random of half it's pause time.
1: Full. NPC pauses for full pause time.
2: Random. NPC pauses for random of it's pause time.
|
I seem to be having issues with this. The zone is South Karana, the grid is automatically assigned to 109 and 110 but nothing else so all of my npc's even ones i didnt even set waypoints to are being added to that on my own.
But when i do the #grid add x x x it does nothing for me, are there any special parameters for that?