asludgewalkerhatchling392596.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/ThievesWay/asludgewalkerhatchling392596.lua
  3. Script Purpose : Waypoint Path for asludgewalkerhatchling392596.lua
  4. Script Author : Rylec
  5. Script Date : 09-17-2019 08:39:22
  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.35, 1.26, 29.43, 2, math.random(12, 18))
  18. MovementLoopAddLocation(NPC, -181.66, 1.29, 27.84, 2, 0)
  19. MovementLoopAddLocation(NPC, -181.59, 1.28, 27.81, 2, math.random(12, 18))
  20. MovementLoopAddLocation(NPC, -179.90, 1.22, 29.98, 2, 0)
  21. MovementLoopAddLocation(NPC, -178.46, 1.22, 35.15, 2, 0)
  22. MovementLoopAddLocation(NPC, -178.47, 1.22, 35.19, 2, math.random(12, 18))
  23. MovementLoopAddLocation(NPC, -176.99, 1.22, 27.76, 2, 0)
  24. MovementLoopAddLocation(NPC, -176.01, 1.22, 25.81, 2, 0)
  25. MovementLoopAddLocation(NPC, -176.46, 1.22, 24.59, 2, 0)
  26. MovementLoopAddLocation(NPC, -176.44, 1.22, 24.49, 2, math.random(12, 18))
  27. MovementLoopAddLocation(NPC, -177.39, 1.26, 22.71, 2, math.random(12, 18))
  28. MovementLoopAddLocation(NPC, -176.31, 1.22, 29.44, 2, 0)
  29. MovementLoopAddLocation(NPC, -176.35, 1.22, 29.47, 2, math.random(12, 18))
  30. MovementLoopAddLocation(NPC, -178.41, 1.22, 31.27, 2, math.random(12, 18))
  31. MovementLoopAddLocation(NPC, -178.40, 1.22, 32.69, 2, 0)
  32. MovementLoopAddLocation(NPC, -178.45, 1.22, 32.65, 2, math.random(12, 18))
  33. MovementLoopAddLocation(NPC, -179.68, 1.22, 31.22, 2, 0)
  34. MovementLoopAddLocation(NPC, -180.77, 1.22, 30.34, 2, 0)
  35. end