rifter_bleeder_2999.lua 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/DownBelow/rifter_bleeder_2999.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.04.01 04:04:47
  5. Script Purpose :
  6. :
  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. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, -201.28, -0.39, -125.91, 2, 7)
  19. MovementLoopAddLocation(NPC, -203.31, -0.39, -120.9, 2, 5)
  20. MovementLoopAddLocation(NPC, -201.72, -0.39, -120.63, 2, 5)
  21. MovementLoopAddLocation(NPC, -199.73, -0.39, -123.36, 2, 5)
  22. MovementLoopAddLocation(NPC, -195.34, -0.39, -122.79, 2, 6)
  23. MovementLoopAddLocation(NPC, -195.79, -0.39, -123.57, 2, 0)
  24. MovementLoopAddLocation(NPC, -200.01, -0.39, -123.1, 2, 5)
  25. MovementLoopAddLocation(NPC, -202.66, -0.39, -125.24, 2, 5)
  26. MovementLoopAddLocation(NPC, -204.36, -0.39, -123.43, 2, 0)
  27. MovementLoopAddLocation(NPC, -206.89, -0.39, -124.54, 2, 5)
  28. MovementLoopAddLocation(NPC, -208.51, -0.39, -121.24, 2, 5)
  29. MovementLoopAddLocation(NPC, -205.78, -0.39, -119.23, 2, 6)
  30. MovementLoopAddLocation(NPC, -207.79, -0.39, -119.98, 2, 5)
  31. MovementLoopAddLocation(NPC, -208.3, -0.39, -123.54, 2, 5)
  32. MovementLoopAddLocation(NPC, -200.73, -0.39, -128.31, 2, 5)
  33. MovementLoopAddLocation(NPC, -201.52, -0.39, -126.11, 2, 5)
  34. end