asewagerat392410.lua 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asewagerat392410.lua
  3. Script Purpose : Waypoint Path for asewagerat392410.lua
  4. Script Author : Rylec
  5. Script Date : 10-17-2019 03:27:51
  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, -181.06, 0.00, 138.19, 2, math.random(10, 18))
  18. MovementLoopAddLocation(NPC, -182.16, 0.00, 141.09, 2, 0)
  19. MovementLoopAddLocation(NPC, -182.15, 0.00, 141.11, 2, math.random(10, 18))
  20. MovementLoopAddLocation(NPC, -180.41, 0.00, 140.20, 2, 0)
  21. MovementLoopAddLocation(NPC, -176.41, 0.07, 139.39, 2, math.random(10, 18))
  22. MovementLoopAddLocation(NPC, -182.16, 0.00, 139.02, 2, math.random(10, 18))
  23. MovementLoopAddLocation(NPC, -183.89, 0.05, 136.35, 2, 0)
  24. MovementLoopAddLocation(NPC, -182.88, 0.00, 134.16, 2, 0)
  25. MovementLoopAddLocation(NPC, -180.61, 0.01, 132.33, 2, math.random(10, 18))
  26. MovementLoopAddLocation(NPC, -180.87, 0.00, 136.87, 2, math.random(10, 18))
  27. MovementLoopAddLocation(NPC, -179.63, 0.00, 136.63, 2, 0)
  28. MovementLoopAddLocation(NPC, -178.24, 0.00, 136.13, 2, 0)
  29. MovementLoopAddLocation(NPC, -176.38, 0.13, 135.98, 2, math.random(10, 18))
  30. MovementLoopAddLocation(NPC, -181.89, 0.00, 135.06, 2, 0)
  31. MovementLoopAddLocation(NPC, -181.88, 0.00, 135.08, 2, math.random(10, 18))
  32. end