alargecoastalcrab430484.lua 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/alargecoastalcrab430484.lua
  3. Script Purpose : Waypoint Path for alargecoastalcrab430484.lua
  4. Script Author : Rylec
  5. Script Date : 11-16-2019 08:13:18
  6. Script Notes : Locations collected from Live and modified to avoid spawn stacking
  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, -99.12, -9.67, 32.41, 2, math.random(16, 24))
  18. MovementLoopAddLocation(NPC, -107.61, -8.7, 35.93, 2, 0)
  19. -- MovementLoopAddLocation(NPC, -121.73, -9.71, 31.25, 2, 0)
  20. MovementLoopAddLocation(NPC, -121.68, -9.66, 31.2, 2, math.random(16, 24))
  21. MovementLoopAddLocation(NPC, -109.99, -4.98, 24.56, 2, 0)
  22. -- MovementLoopAddLocation(NPC, -103.34, -9.92, 19.62, 2, 0)
  23. MovementLoopAddLocation(NPC, -103.39, -9.87, 19.67, 2, math.random(16, 24))
  24. -- MovementLoopAddLocation(NPC, -120.8, -9.74, 32.77, 2, 0)
  25. MovementLoopAddLocation(NPC, -120.7, -9.69, 32.82, 2, math.random(16, 24))
  26. MovementLoopAddLocation(NPC, -110.13, -7.86, 36.67, 2, 0)
  27. -- MovementLoopAddLocation(NPC, -96.92, -9.8, 25.22, 2, 0)
  28. MovementLoopAddLocation(NPC, -97.02, -9.75, 25.27, 2, math.random(16, 24))
  29. MovementLoopAddLocation(NPC, -100.7, -7.93, 24.21, 2, 0)
  30. -- MovementLoopAddLocation(NPC, -101.33, -9.81, 19.82, 2, 0)
  31. MovementLoopAddLocation(NPC, -101.36, -9.76, 19.87, 2, math.random(16, 24))
  32. MovementLoopAddLocation(NPC, -105.38, -7.47, 22.11, 2, 0)
  33. -- MovementLoopAddLocation(NPC, -113.38, -9.59, 18.79, 2, 0)
  34. MovementLoopAddLocation(NPC, -113.33, -9.54, 18.84, 2, math.random(16, 24))
  35. -- MovementLoopAddLocation(NPC, -96.19, -9.59, 23.1, 2, 0)
  36. MovementLoopAddLocation(NPC, -96.24, -9.54, 23.08, 2, math.random(16, 24))
  37. MovementLoopAddLocation(NPC, -99.52, -8.49, 23.66, 2, 0)
  38. -- MovementLoopAddLocation(NPC, -102.36, -9.8, 19.86, 2, 0)
  39. MovementLoopAddLocation(NPC, -102.46, -9.75, 19.84, 2, math.random(16, 24))
  40. -- MovementLoopAddLocation(NPC, -113.42, -9.46, 19.02, 2, 0)
  41. MovementLoopAddLocation(NPC, -113.37, -9.41, 19.12, 2, math.random(16, 24))
  42. -- MovementLoopAddLocation(NPC, -99.07, -9.72, 32.46, 2, 0)
  43. end