123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- --[[
- Script Name : deathly_scarab7.lua
- Script Purpose : Waypoint Path for deathly_scarab7.lua
- Script Author : Auto Generated
- Script Date : 06/02/2020 07:59:50 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, 91.47, 6.86, 18.64, 2, 0)
- MovementLoopAddLocation(NPC, 70.7, 6.85, 17.35, 2, 0)
- MovementLoopAddLocation(NPC, 64.78, 6.85, 7.86, 2, 0)
- MovementLoopAddLocation(NPC, 65.11, 6.91, -15.14, 2, 0)
- MovementLoopAddLocation(NPC, 59.65, 6.87, -19.04, 2, 0)
- MovementLoopAddLocation(NPC, 51.55, 7.25, -20.07, 2, 0)
- MovementLoopAddLocation(NPC, 41.79, 6.83, -29.65, 2, 0)
- MovementLoopAddLocation(NPC, 33.96, 6.75, -32.21, 2, 0)
- MovementLoopAddLocation(NPC, 31.66, 6.81, -41.54, 2, 0)
- MovementLoopAddLocation(NPC, 27.68, 7.38, -42.87, 2, 0)
- MovementLoopAddLocation(NPC, 16.83, 6.59, -43.92, 2, 0)
- MovementLoopAddLocation(NPC, 3.27, 7.46, -42.26, 2, 0)
- MovementLoopAddLocation(NPC, -7.24, 6.83, -32.13, 2, 0)
- MovementLoopAddLocation(NPC, -16.09, 6.99, -24.63, 2, 0)
- MovementLoopAddLocation(NPC, -24.34, 6.82, -17.49, 2, 0)
- MovementLoopAddLocation(NPC, -30.74, 6.8, -10.39, 2, 0)
- MovementLoopAddLocation(NPC, -24.34, 6.82, -17.49, 2, 0)
- MovementLoopAddLocation(NPC, -16.09, 6.99, -24.63, 2, 0)
- MovementLoopAddLocation(NPC, -7.24, 6.83, -32.13, 2, 0)
- MovementLoopAddLocation(NPC, 3.27, 7.46, -42.26, 2, 0)
- MovementLoopAddLocation(NPC, 16.83, 6.59, -43.92, 2, 0)
- MovementLoopAddLocation(NPC, 27.68, 7.38, -42.87, 2, 0)
- MovementLoopAddLocation(NPC, 31.66, 6.81, -41.54, 2, 0)
- MovementLoopAddLocation(NPC, 33.96, 6.75, -32.21, 2, 0)
- MovementLoopAddLocation(NPC, 41.79, 6.83, -29.65, 2, 0)
- MovementLoopAddLocation(NPC, 51.55, 7.25, -20.07, 2, 0)
- MovementLoopAddLocation(NPC, 59.65, 6.87, -19.04, 2, 0)
- MovementLoopAddLocation(NPC, 65.11, 6.91, -15.14, 2, 0)
- MovementLoopAddLocation(NPC, 64.78, 6.85, 7.86, 2, 0)
- MovementLoopAddLocation(NPC, 70.7, 6.85, 17.35, 2, 0)
- MovementLoopAddLocation(NPC, 91.47, 6.86, 18.64, 2, 0)
- end
|