123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- --[[
- Script Name : tortured_essence10.lua
- Script Purpose : Waypoint Path for tortured_essence10.lua
- Script Author : Auto Generated
- Script Date : 06/02/2020 06:34:16 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, 118.35, 6.99, 16.26, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 126.27, 7.74, 8.54, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 119.06, 6.99, 1.83, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 135.95, 6.99, 2, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 129.68, 7.74, 6.98, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 135.95, 6.99, 14.9, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 129.63, 7.71, 8.89, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 129.12, 8.49, 16.35, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 132.87, 8.49, 16.49, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 123.42, 8.49, 16.28, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 126.57, 8.49, 15.97, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 126.73, 7.45, 13.44, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 119.5, 6.99, 5.84, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 126.73, 7.45, 13.44, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 126.57, 8.49, 15.97, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 123.42, 8.49, 16.28, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 132.87, 8.49, 16.49, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 129.12, 8.49, 16.35, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 129.63, 7.71, 8.89, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 135.95, 6.99, 14.9, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 129.68, 7.74, 6.98, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 135.95, 6.99, 2, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 119.06, 6.99, 1.83, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 126.27, 7.74, 8.54, 2, math.random(0,5))
- MovementLoopAddLocation(NPC, 118.35, 6.99, 16.26, 2, math.random(0,5))
- end
|