aBloodsabermeddlerGuard.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/DownBelow_Classic/aBloodsabermeddlerGuard.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.11.10 09:11:10
  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, 12.33, 0.16, -104.32, 2, 3)
  19. MovementLoopAddLocation(NPC, 7.33, -0.07, -109.17, 2, 0)
  20. MovementLoopAddLocation(NPC, 7.3, -0.08, -111.79, 2, 0)
  21. MovementLoopAddLocation(NPC, 7.13, -0.08, -109.98, 2, math.random(4,7))
  22. MovementLoopAddLocation(NPC, 7.13, -0.08, -109.98, 2, 0)
  23. MovementLoopAddLocation(NPC, 8.53, -0.09, -105.98, 2, 0)
  24. MovementLoopAddLocation(NPC, 9.84, 0.12, -103.85, 2, math.random(4,7))
  25. MovementLoopAddLocation(NPC, 9.84, 0.12, -103.85, 2, 0)
  26. MovementLoopAddLocation(NPC, 11.15, -0.06, -108.09, 2, 0)
  27. MovementLoopAddLocation(NPC, 11.12, -0.05, -107.92, 2, math.random(4,7))
  28. MovementLoopAddLocation(NPC, 10.11, -0.07, -107.21, 2, 0)
  29. MovementLoopAddLocation(NPC, 5.93, -0.02, -108.39, 2, 0)
  30. MovementLoopAddLocation(NPC, 2.6, -0.06, -106.2, 2, 0)
  31. MovementLoopAddLocation(NPC, 1.07, -0.07, -103.21, 2, math.random(4,7))
  32. MovementLoopAddLocation(NPC, 1.07, -0.07, -103.21, 2, 0)
  33. MovementLoopAddLocation(NPC, 2.78, -0.03, -106.94, 2, 0)
  34. MovementLoopAddLocation(NPC, 4.7, -0.05, -107.58, 2, 0)
  35. MovementLoopAddLocation(NPC, 5.66, -0.08, -111.18, 2, 0)
  36. MovementLoopAddLocation(NPC, 5.52, -0.08, -110.49, 2, math.random(4,7))
  37. MovementLoopAddLocation(NPC, 7.44, -0.08, -109.53, 2, 0)
  38. MovementLoopAddLocation(NPC, 8.86, -0.09, -106.35, 2, 0)
  39. MovementLoopAddLocation(NPC, 10.97, 0.23, -103.03, 2, math.random(4,7))
  40. MovementLoopAddLocation(NPC, 10.97, 0.23, -103.03, 2, 0)
  41. MovementLoopAddLocation(NPC, 8.12, -0.12, -107.76, 2, 0)
  42. MovementLoopAddLocation(NPC, 5.37, -0.05, -107.72, 2, math.random(4,7))
  43. MovementLoopAddLocation(NPC, 8.48, -0.12, -107.58, 2, 0)
  44. MovementLoopAddLocation(NPC, 12.33, 0.16, -104.32, 2, 2)
  45. end