asludgewalkerhatchling392606.lua 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asludgewalkerhatchling392606.lua
  3. Script Purpose : Waypoint Path for asludgewalkerhatchling392606.lua
  4. Script Author : Rylec
  5. Script Date : 10-17-2019 03:27:10
  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.40, 0.01, 166.59, 2, math.random(12, 18))
  18. MovementLoopAddLocation(NPC, -181.70, 0.00, 168.45, 2, 0)
  19. MovementLoopAddLocation(NPC, -181.54, 0.00, 169.21, 2, math.random(12, 18))
  20. MovementLoopAddLocation(NPC, -182.56, 0.00, 168.35, 2, math.random(12, 18))
  21. MovementLoopAddLocation(NPC, -182.25, 0.00, 163.60, 2, 0)
  22. MovementLoopAddLocation(NPC, -181.61, 0.00, 162.65, 2, math.random(12, 18))
  23. MovementLoopAddLocation(NPC, -181.88, 0.24, 160.55, 2, 0)
  24. MovementLoopAddLocation(NPC, -181.52, 0.00, 158.68, 2, math.random(12, 18))
  25. MovementLoopAddLocation(NPC, -182.54, 0.00, 157.04, 2, 0)
  26. MovementLoopAddLocation(NPC, -182.54, 0.00, 157.06, 2, math.random(12, 18))
  27. MovementLoopAddLocation(NPC, -181.94, 0.00, 163.96, 2, 0)
  28. MovementLoopAddLocation(NPC, -182.20, 0.00, 167.58, 2, 0)
  29. MovementLoopAddLocation(NPC, -181.54, 0.00, 168.45, 2, math.random(12, 18))
  30. MovementLoopAddLocation(NPC, -181.98, 0.00, 167.41, 2, 0)
  31. end