12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- --[[
- Script Name : tortured_essence5.lua
- Script Purpose : Waypoint Path for tortured_essence5.lua
- Script Author : Auto Generated
- Script Date : 06/02/2020 03:35: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, 156.07, 6.99, 15.27, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 142.38, 6.99, 16.46, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 151.41, 6.99, 11.09, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 153.88, 7.18, 9.04, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 156.48, 8.44, 8.96, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 157.12, 8.49, 13.17, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 157.17, 8.49, 4.03, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 157.07, 8.49, 8.19, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 150.83, 7.16, 8.06, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 142.02, 6.99, 0.84, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 158.32, 6.99, 1.42, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 152.91, 6.99, 1.63, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 141.41, 6.99, 5.2, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 140.95, 6.98, 16.8, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 155.97, 6.99, 16.69, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 154.71, 6.99, 15.6, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 155.08, 6.99, 12.07, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 149.84, 7.62, 10.96, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 155.08, 6.99, 12.07, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 154.71, 6.99, 15.6, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 155.97, 6.99, 16.69, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 140.95, 6.98, 16.8, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 141.41, 6.99, 5.2, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 152.91, 6.99, 1.63, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 158.32, 6.99, 1.42, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 142.02, 6.99, 0.84, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 150.83, 7.16, 8.06, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 157.07, 8.49, 8.19, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 157.17, 8.49, 4.03, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 157.12, 8.49, 13.17, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 156.48, 8.44, 8.96, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 153.88, 7.18, 9.04, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 151.41, 6.99, 11.09, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 142.38, 6.99, 16.46, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 156.07, 6.99, 15.27, 2, math.random(0,5))
- end
|