aGruttoothinvader1.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/IsleRefuge1/aGruttoothinvader1.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.09.05 05:09:40
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/MonsterCallouts/BaseGoblin1.lua")
  9. function spawn(NPC)
  10. waypoints(NPC)
  11. end
  12. function hailed(NPC, Spawn)
  13. FaceTarget(NPC, Spawn)
  14. end
  15. function respawn(NPC)
  16. spawn(NPC)
  17. end
  18. function waypoints(NPC)
  19. MovementLoopAddLocation(NPC, 214.83, -3.3, 137.39, 2, 0)
  20. MovementLoopAddLocation(NPC, 214.42, -3.3, 139.42, 2, 0)
  21. MovementLoopAddLocation(NPC, 212.34, -3.33, 141.06, 2, 0)
  22. MovementLoopAddLocation(NPC, 186.57, -3.2, 150.23, 2, 0)
  23. MovementLoopAddLocation(NPC, 179.52, -3.2, 157.25, 4, 0)
  24. MovementLoopAddLocation(NPC, 171.97, -3.2, 161.46, 4, 0)
  25. MovementLoopAddLocation(NPC, 163.01, -3.38, 162.98, 4, 0)
  26. MovementLoopAddLocation(NPC, 155.71, -3.4, 160.22, 4, 0)
  27. MovementLoopAddLocation(NPC, 149.26, -3.56, 159.13, 4, 0)
  28. MovementLoopAddLocation(NPC, 145.34, -3.65, 160.15, 4, 0)
  29. MovementLoopAddLocation(NPC, 139.14, -3.7, 163.37, 4, 0)
  30. MovementLoopAddLocation(NPC, 121.45, -3.8, 164.48, 4, 0)
  31. MovementLoopAddLocation(NPC, 89.44, -4.56, 172, 4, 0)
  32. MovementLoopAddLocation(NPC, 84.7, -4.36, 167.43, 4, 0)
  33. MovementLoopAddLocation(NPC, 81.45, -4.36, 158.93, 4, 0)
  34. MovementLoopAddLocation(NPC, 71.26, -4.32, 159.48, 4, 0)
  35. MovementLoopAddLocation(NPC, 70.26, -4.3, 163.94, 4, 0)
  36. MovementLoopAddLocation(NPC, 71.26, -4.32, 159.48, 4, 0)
  37. MovementLoopAddLocation(NPC, 70.26, -4.3, 163.94, 4, 0)
  38. MovementLoopAddLocation(NPC, 71.26, -4.32, 159.48, 4, 0)
  39. MovementLoopAddLocation(NPC, 70.26, -4.3, 163.94, 4, 300)
  40. end