asewagerat392430.lua 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asewagerat392430.lua
  3. Script Purpose : Waypoint Path for asewagerat392430.lua
  4. Script Author : Rylec
  5. Script Date : 09-22-2019 09:41:13
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, -154.60, 1.34, 61.90, 2, math.random(10, 18))
  18. MovementLoopAddLocation(NPC, -158.96, 1.58, 61.88, 2, 0)
  19. MovementLoopAddLocation(NPC, -158.62, 1.58, 61.89, 2, math.random(10, 18))
  20. MovementLoopAddLocation(NPC, -161.04, 1.25, 62.57, 2, math.random(10, 18))
  21. MovementLoopAddLocation(NPC, -152.58, 1.34, 61.97, 2, math.random(10, 18))
  22. MovementLoopAddLocation(NPC, -156.85, 1.34, 60.99, 2, math.random(10, 18))
  23. MovementLoopAddLocation(NPC, -154.84, 1.34, 60.92, 2, math.random(10, 18))
  24. MovementLoopAddLocation(NPC, -150.94, 1.34, 59.80, 2, math.random(10, 18))
  25. MovementLoopAddLocation(NPC, -160.47, 1.22, 60.68, 2, 0)
  26. MovementLoopAddLocation(NPC, -161.79, 1.22, 60.22, 2, math.random(10, 18))
  27. end