asewagerat392417.lua 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asewagerat392417.lua
  3. Script Purpose : Waypoint Path for asewagerat392417.lua
  4. Script Author : Rylec
  5. Script Date : 10-17-2019 03:29:01
  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.26, 0.02, 113.33, 2, math.random(10, 18))
  18. MovementLoopAddLocation(NPC, -181.53, 0.00, 110.26, 2, 0)
  19. MovementLoopAddLocation(NPC, -180.81, 0.07, 109.05, 2, math.random(10, 18))
  20. MovementLoopAddLocation(NPC, -181.87, 0.00, 121.44, 2, 0)
  21. MovementLoopAddLocation(NPC, -182.25, 0.00, 123.29, 2, math.random(10, 18))
  22. MovementLoopAddLocation(NPC, -182.11, 0.00, 122.19, 2, 0)
  23. MovementLoopAddLocation(NPC, -182.33, 0.00, 115.48, 2, math.random(10, 18))
  24. MovementLoopAddLocation(NPC, -181.34, 0.02, 110.57, 2, math.random(10, 18))
  25. MovementLoopAddLocation(NPC, -182.00, 0.00, 115.30, 2, 0)
  26. MovementLoopAddLocation(NPC, -181.45, 0.25, 117.03, 2, math.random(10, 18))
  27. MovementLoopAddLocation(NPC, -182.22, 0.00, 120.19, 2, math.random(10, 18))
  28. MovementLoopAddLocation(NPC, -184.34, 0.32, 117.16, 2, math.random(10, 18))
  29. MovementLoopAddLocation(NPC, -182.43, 0.00, 111.58, 2, 0)
  30. MovementLoopAddLocation(NPC, -182.33, 0.00, 109.62, 2, math.random(10, 18))
  31. MovementLoopAddLocation(NPC, -181.38, 0.01, 115.20, 2, math.random(10, 18))
  32. MovementLoopAddLocation(NPC, -180.18, 0.41, 117.10, 2, math.random(10, 18))
  33. end