1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- --[[
- Script Name : AThexianOverseer_A.lua
- Script Purpose : Waypoint Path for AThexianOverseer_A.lua
- Script Author : Auto Generated
- Script Date : 03/02/2019 04:48:46 PM
- Script Notes : <special-instructions>
- --]]
- function spawn(NPC)
- waypoints(NPC)
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- end
- function respawn(NPC)
- end
- function waypoints(NPC)
- MovementLoopAddLocation(NPC, -14.37, 0, 56.25, 2, 0)
- MovementLoopAddLocation(NPC, -10.73, 0, 54.6, 2, 0)
- MovementLoopAddLocation(NPC, -8.34, 0, 54.77, 2, 0)
- MovementLoopAddLocation(NPC, -6.71, 0, 56.72, 2, 0)
- MovementLoopAddLocation(NPC, -3.45, 0, 52.25, 2, 0)
- MovementLoopAddLocation(NPC, 1.12, 0, 52.02, 2, 0)
- MovementLoopAddLocation(NPC, 2.79, 0, 49.04, 2, 0)
- MovementLoopAddLocation(NPC, -11.46, 0, 43.57, 2, 0)
- MovementLoopAddLocation(NPC, -12.46, 0.02, 37.11, 2, 0)
- MovementLoopAddLocation(NPC, -17.84, 0.02, 34.25, 2, 0)
- MovementLoopAddLocation(NPC, -24.43, 0, 37.17, 2, 0)
- MovementLoopAddLocation(NPC, -28.6, 0, 40.2, 2, 0)
- MovementLoopAddLocation(NPC, -35.02, 0, 35.68, 2, 0)
- MovementLoopAddLocation(NPC, -40.98, 0, 38.53, 2, 0)
- MovementLoopAddLocation(NPC, -38.62, 0, 40.17, 2, 0)
- MovementLoopAddLocation(NPC, -33.49, 0, 41.59, 2, 0)
- MovementLoopAddLocation(NPC, -31.54, 0, 45.41, 2, 0)
- MovementLoopAddLocation(NPC, -33.17, 0, 48.98, 2, 0)
- MovementLoopAddLocation(NPC, -26.57, 0, 52.93, 2, 0)
- MovementLoopAddLocation(NPC, -22.8, 0, 57.12, 2, 0)
- MovementLoopAddLocation(NPC, -16.85, 0, 56.18, 2, 0)
- end
|