123456789101112131415161718192021222324252627282930313233343536373839404142 |
- --[[
- Script Name : crypt_tempest7.lua
- Script Purpose : Waypoint Path for crypt_tempest7.lua
- Script Author : Auto Generated
- Script Date : 06/08/2020 01:13:41 PM
- Script Notes : Locations collected from Live
- --]]
- function spawn(NPC)
- waypoints(NPC)
- end
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- end
- function respawn(NPC)
- end
- function waypoints(NPC)
- MovementLoopAddLocation(NPC, 83.12, 6.97, -15.57, 2, 0)
- MovementLoopAddLocation(NPC, 83.14, 6.96, -19.91, 2, 0)
- MovementLoopAddLocation(NPC, 88.42, 6.41, -20.91, 2, 0)
- MovementLoopAddLocation(NPC, 94.56, 5.32, -27, 2, 0)
- MovementLoopAddLocation(NPC, 94.42, 4.53, -32.35, 2, 0)
- MovementLoopAddLocation(NPC, 92.77, 3.27, -39.83, 2, 0)
- MovementLoopAddLocation(NPC, 85.52, 2.28, -43.06, 2, 0)
- MovementLoopAddLocation(NPC, 74.14, 0.65, -38.94, 2, 0)
- MovementLoopAddLocation(NPC, 71.59, -0.07, -30.68, 2, 0)
- MovementLoopAddLocation(NPC, 75.28, -0.07, -23.67, 2, 0)
- MovementLoopAddLocation(NPC, 71.59, -0.07, -30.68, 2, 0)
- MovementLoopAddLocation(NPC, 74.14, 0.65, -38.94, 2, 0)
- MovementLoopAddLocation(NPC, 85.52, 2.28, -43.06, 2, 0)
- MovementLoopAddLocation(NPC, 92.77, 3.27, -39.83, 2, 0)
- MovementLoopAddLocation(NPC, 94.42, 4.53, -32.35, 2, 0)
- MovementLoopAddLocation(NPC, 94.56, 5.32, -27, 2, 0)
- MovementLoopAddLocation(NPC, 88.42, 6.41, -20.91, 2, 0)
- MovementLoopAddLocation(NPC, 83.14, 6.96, -19.91, 2, 0)
- MovementLoopAddLocation(NPC, 83.12, 6.97, -15.57, 2, 0)
- end
|