tomb_guard23.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. --[[
  2. Script Name : tomb_guard23.lua
  3. Script Purpose : Waypoint Path for tomb_guard23.lua
  4. Script Author : Devn00b
  5. Script Date : 06/30/2020 10:14:48 PM
  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, 170.46, -6.94, -185.73, 2, 0)
  18. MovementLoopAddLocation(NPC, 178.27, -6.94, -188.48, 2, 0)
  19. MovementLoopAddLocation(NPC, 179.7, -6.94, -191.91, 2, 0)
  20. MovementLoopAddLocation(NPC, 174.17, -9.27, -195.08, 2, 0)
  21. MovementLoopAddLocation(NPC, 171.4, -11.62, -196.58, 2, 0)
  22. MovementLoopAddLocation(NPC, 166.55, -11.4, -198.42, 2, 0)
  23. MovementLoopAddLocation(NPC, 180.57, -6.94, -192.41, 2, 0)
  24. MovementLoopAddLocation(NPC, 173.34, -6.94, -185.72, 2, 0)
  25. MovementLoopAddLocation(NPC, 168.78, -6.94, -186, 2, 0)
  26. MovementLoopAddLocation(NPC, 161.91, -6.32, -187.67, 2, 0)
  27. MovementLoopAddLocation(NPC, 157.77, -5.52, -192.61, 2, 0)
  28. MovementLoopAddLocation(NPC, 156.31, -4.69, -198.92, 2, 0)
  29. MovementLoopAddLocation(NPC, 159.11, -3.92, -204.48, 2, 0)
  30. MovementLoopAddLocation(NPC, 163.25, -3.13, -208.87, 2, 0)
  31. MovementLoopAddLocation(NPC, 169.28, -2.2, -210.56, 2, 0)
  32. MovementLoopAddLocation(NPC, 175.3, -1.39, -208.68, 2, 0)
  33. MovementLoopAddLocation(NPC, 179.94, -0.61, -204.42, 2, 0)
  34. MovementLoopAddLocation(NPC, 181.57, 0.09, -198.63, 2, 0)
  35. MovementLoopAddLocation(NPC, 181.5, 0.09, -195.76, 2, 0)
  36. MovementLoopAddLocation(NPC, 181.57, 0.09, -198.63, 2, 0)
  37. MovementLoopAddLocation(NPC, 179.94, -0.61, -204.42, 2, 0)
  38. MovementLoopAddLocation(NPC, 175.3, -1.39, -208.68, 2, 0)
  39. MovementLoopAddLocation(NPC, 169.28, -2.2, -210.56, 2, 0)
  40. MovementLoopAddLocation(NPC, 163.25, -3.13, -208.87, 2, 0)
  41. MovementLoopAddLocation(NPC, 159.11, -3.92, -204.48, 2, 0)
  42. MovementLoopAddLocation(NPC, 156.31, -4.69, -198.92, 2, 0)
  43. MovementLoopAddLocation(NPC, 157.77, -5.52, -192.61, 2, 0)
  44. MovementLoopAddLocation(NPC, 161.91, -6.32, -187.67, 2, 0)
  45. MovementLoopAddLocation(NPC, 168.78, -6.94, -186, 2, 0)
  46. MovementLoopAddLocation(NPC, 173.34, -6.94, -185.72, 2, 0)
  47. MovementLoopAddLocation(NPC, 180.57, -6.94, -192.41, 2, 0)
  48. MovementLoopAddLocation(NPC, 166.55, -11.4, -198.42, 2, 0)
  49. MovementLoopAddLocation(NPC, 171.4, -11.62, -196.58, 2, 0)
  50. MovementLoopAddLocation(NPC, 174.17, -9.27, -195.08, 2, 0)
  51. MovementLoopAddLocation(NPC, 179.7, -6.94, -191.91, 2, 0)
  52. MovementLoopAddLocation(NPC, 178.27, -6.94, -188.48, 2, 0)
  53. MovementLoopAddLocation(NPC, 170.46, -6.94, -185.73, 2, 0)
  54. end