123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- --[[
- Script Name : tortured_essence13.lua
- Script Purpose : Waypoint Path for tortured_essence13.lua
- Script Author : Auto Generated
- Script Date : 06/02/2020 07:50:33 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, 135.29, 6.99, 17.17, 2, 0)
- MovementLoopAddLocation(NPC, 134.76, 6.99, 5.12, 2, 0)
- MovementLoopAddLocation(NPC, 154.33, 6.99, 5.2, 2, 0)
- MovementLoopAddLocation(NPC, 151.25, 6.99, 5.32, 2, 0)
- MovementLoopAddLocation(NPC, 150.79, 6.99, 15.97, 2, 0)
- MovementLoopAddLocation(NPC, 142.08, 6.99, 16.19, 2, 0)
- MovementLoopAddLocation(NPC, 142.21, 6.99, 4.8, 2, 0)
- MovementLoopAddLocation(NPC, 135.34, 6.99, 4.96, 2, 0)
- MovementLoopAddLocation(NPC, 129.64, 7.74, 7.61, 2, 0)
- MovementLoopAddLocation(NPC, 129.53, 6.99, 10.92, 2, 0)
- MovementLoopAddLocation(NPC, 128.07, 8.34, 15.17, 2, 0)
- MovementLoopAddLocation(NPC, 127.64, 6.99, 12.1, 2, 0)
- MovementLoopAddLocation(NPC, 118.94, 6.99, 5.52, 2, 0)
- MovementLoopAddLocation(NPC, 106.97, 6.91, 5.92, 2, 0)
- MovementLoopAddLocation(NPC, 107.17, 6.88, 6.79, 2, 0)
- MovementLoopAddLocation(NPC, 98.96, 7.38, 14.57, 2, 0)
- MovementLoopAddLocation(NPC, 107.17, 6.88, 6.79, 2, 0)
- MovementLoopAddLocation(NPC, 106.97, 6.91, 5.92, 2, 0)
- MovementLoopAddLocation(NPC, 118.94, 6.99, 5.52, 2, 0)
- MovementLoopAddLocation(NPC, 127.64, 6.99, 12.1, 2, 0)
- MovementLoopAddLocation(NPC, 128.07, 8.34, 15.17, 2, 0)
- MovementLoopAddLocation(NPC, 129.53, 6.99, 10.92, 2, 0)
- MovementLoopAddLocation(NPC, 129.64, 7.74, 7.61, 2, 0)
- MovementLoopAddLocation(NPC, 135.34, 6.99, 4.96, 2, 0)
- MovementLoopAddLocation(NPC, 142.21, 6.99, 4.8, 2, 0)
- MovementLoopAddLocation(NPC, 142.08, 6.99, 16.19, 2, 0)
- MovementLoopAddLocation(NPC, 150.79, 6.99, 15.97, 2, 0)
- MovementLoopAddLocation(NPC, 151.25, 6.99, 5.32, 2, 0)
- MovementLoopAddLocation(NPC, 154.33, 6.99, 5.2, 2, 0)
- MovementLoopAddLocation(NPC, 134.76, 6.99, 5.12, 2, 0)
- MovementLoopAddLocation(NPC, 135.29, 6.99, 17.17, 2, 0)
- end
|