asludgewalkerhatchling392608.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asludgewalkerhatchling392608.lua
  3. Script Purpose : Waypoint Path for asludgewalkerhatchling392608.lua
  4. Script Author : Rylec
  5. Script Date : 10-17-2019 03:28:26
  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, -176.86, 0.03, 140.15, 2, math.random(12, 18))
  18. MovementLoopAddLocation(NPC, -178.28, 0.00, 139.48, 2, 0)
  19. MovementLoopAddLocation(NPC, -179.34, 0.00, 136.84, 2, 0)
  20. MovementLoopAddLocation(NPC, -179.05, 0.00, 135.29, 2, math.random(12, 18))
  21. MovementLoopAddLocation(NPC, -178.92, 0.00, 136.24, 2, 0)
  22. MovementLoopAddLocation(NPC, -178.04, 0.00, 139.89, 2, 0)
  23. MovementLoopAddLocation(NPC, -178.09, 0.00, 141.23, 2, 0)
  24. MovementLoopAddLocation(NPC, -178.13, 0.00, 141.30, 2, math.random(12, 18))
  25. MovementLoopAddLocation(NPC, -184.03, 0.06, 143.91, 2, 0)
  26. MovementLoopAddLocation(NPC, -184.57, 0.14, 143.59, 2, math.random(12, 18))
  27. MovementLoopAddLocation(NPC, -180.45, 0.00, 139.85, 2, 0)
  28. MovementLoopAddLocation(NPC, -177.30, 0.06, 135.14, 2, math.random(12, 18))
  29. MovementLoopAddLocation(NPC, -177.62, 0.00, 135.72, 2, 0)
  30. MovementLoopAddLocation(NPC, -179.42, 0.00, 139.15, 2, 0)
  31. MovementLoopAddLocation(NPC, -182.10, 0.00, 142.26, 2, math.random(12, 18))
  32. MovementLoopAddLocation(NPC, -180.43, 0.00, 140.36, 2, 0)
  33. MovementLoopAddLocation(NPC, -175.90, 0.14, 138.09, 2, math.random(12, 18))
  34. end