123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- --[[
- Script Name : deathly_scarab8.lua
- Script Purpose : Waypoint Path for deathly_scarab8.lua
- Script Author : Auto Generated
- Script Date : 06/08/2020 12:52:27 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, 17.19, 6.59, -44.65, 2, 0)
- MovementLoopAddLocation(NPC, 2.91, 7.46, -43, 2, 0)
- MovementLoopAddLocation(NPC, -7.89, 6.89, -31.7, 2, 0)
- MovementLoopAddLocation(NPC, -16.11, 6.99, -24.96, 2, 0)
- MovementLoopAddLocation(NPC, -24.76, 6.81, -16.95, 2, 0)
- MovementLoopAddLocation(NPC, 2.46, 7.42, -42.94, 2, 0)
- MovementLoopAddLocation(NPC, 27.6, 7.41, -44.7, 2, 0)
- MovementLoopAddLocation(NPC, 32.29, 6.84, -43.34, 2, 0)
- MovementLoopAddLocation(NPC, 33.51, 6.77, -32.5, 2, 0)
- MovementLoopAddLocation(NPC, 52.74, 7.48, -19.69, 2, 0)
- MovementLoopAddLocation(NPC, 63.14, 6.87, -18.31, 2, 0)
- MovementLoopAddLocation(NPC, 64.87, 6.84, -3.68, 2, 0)
- MovementLoopAddLocation(NPC, 79.56, 6.87, -4.46, 2, 0)
- MovementLoopAddLocation(NPC, 83.03, 7.33, -12.61, 2, 0)
- MovementLoopAddLocation(NPC, 83.35, 6.96, -19.16, 2, 0)
- MovementLoopAddLocation(NPC, 92.9, 5.72, -24.03, 2, 0)
- MovementLoopAddLocation(NPC, 95.97, 4.77, -30.62, 2, 0)
- MovementLoopAddLocation(NPC, 92.88, 3.3, -39.73, 2, 0)
- MovementLoopAddLocation(NPC, 86.05, 2.37, -42.21, 2, 0)
- MovementLoopAddLocation(NPC, 76.32, 0.98, -40.18, 2, 0)
- MovementLoopAddLocation(NPC, 70.3, -0.07, -32.01, 2, 0)
- MovementLoopAddLocation(NPC, 41.88, -0.22, -30.16, 2, 0)
- MovementLoopAddLocation(NPC, 70.3, -0.07, -32.01, 2, 0)
- MovementLoopAddLocation(NPC, 76.32, 0.98, -40.18, 2, 0)
- MovementLoopAddLocation(NPC, 86.05, 2.37, -42.21, 2, 0)
- MovementLoopAddLocation(NPC, 92.88, 3.3, -39.73, 2, 0)
- MovementLoopAddLocation(NPC, 95.97, 4.77, -30.62, 2, 0)
- MovementLoopAddLocation(NPC, 92.9, 5.72, -24.03, 2, 0)
- MovementLoopAddLocation(NPC, 83.35, 6.96, -19.16, 2, 0)
- MovementLoopAddLocation(NPC, 83.03, 7.33, -12.61, 2, 0)
- MovementLoopAddLocation(NPC, 79.56, 6.87, -4.46, 2, 0)
- MovementLoopAddLocation(NPC, 64.87, 6.84, -3.68, 2, 0)
- MovementLoopAddLocation(NPC, 63.14, 6.87, -18.31, 2, 0)
- MovementLoopAddLocation(NPC, 52.74, 7.48, -19.69, 2, 0)
- MovementLoopAddLocation(NPC, 33.51, 6.77, -32.5, 2, 0)
- MovementLoopAddLocation(NPC, 32.29, 6.84, -43.34, 2, 0)
- MovementLoopAddLocation(NPC, 27.6, 7.41, -44.7, 2, 0)
- MovementLoopAddLocation(NPC, 2.46, 7.42, -42.94, 2, 0)
- MovementLoopAddLocation(NPC, -24.76, 6.81, -16.95, 2, 0)
- MovementLoopAddLocation(NPC, -16.11, 6.99, -24.96, 2, 0)
- MovementLoopAddLocation(NPC, -7.89, 6.89, -31.7, 2, 0)
- MovementLoopAddLocation(NPC, 2.91, 7.46, -43, 2, 0)
- MovementLoopAddLocation(NPC, 17.19, 6.59, -44.65, 2, 0)
- end
|