AMeatStripper_A.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : AMeatStripper_A.lua
  3. Script Purpose : Waypoint Path for AMeatStripper_A.lua
  4. Script Author : Auto Generated
  5. Script Date : 03/09/2019 01:13:03 PM
  6. Script Notes : <special-instructions>
  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, -136.04, -12.06, -206.46, 2, 0)
  18. MovementLoopAddLocation(NPC, -145.34, -11.52, -197.07, 2, 0)
  19. MovementLoopAddLocation(NPC, -151.67, -11.16, -184.93, 2, 0)
  20. MovementLoopAddLocation(NPC, -152.76, -11.32, -176.03, 2, 0)
  21. MovementLoopAddLocation(NPC, -152.27, -11.32, -172.74, 2, 0)
  22. MovementLoopAddLocation(NPC, -151.12, -11.32, -170.03, 2, 0)
  23. MovementLoopAddLocation(NPC, -148.68, -11.32, -167.7, 2, 0)
  24. MovementLoopAddLocation(NPC, -143.81, -11.32, -165.78, 2, 0)
  25. MovementLoopAddLocation(NPC, -133.7, -11.32, -164.97, 2, 0)
  26. MovementLoopAddLocation(NPC, -119.82, -11.66, -166.57, 2, 0)
  27. MovementLoopAddLocation(NPC, -121.33, -11.68, -171.33, 2, 0)
  28. MovementLoopAddLocation(NPC, -123.85, -11.65, -173.69, 2, 0)
  29. MovementLoopAddLocation(NPC, -124.82, -11.64, -178.15, 2, 0)
  30. MovementLoopAddLocation(NPC, -123.85, -11.65, -173.69, 2, 0)
  31. MovementLoopAddLocation(NPC, -121.33, -11.68, -171.33, 2, 0)
  32. MovementLoopAddLocation(NPC, -119.82, -11.66, -166.57, 2, 0)
  33. MovementLoopAddLocation(NPC, -133.7, -11.32, -164.97, 2, 0)
  34. MovementLoopAddLocation(NPC, -143.81, -11.32, -165.78, 2, 0)
  35. MovementLoopAddLocation(NPC, -148.68, -11.32, -167.7, 2, 0)
  36. MovementLoopAddLocation(NPC, -151.12, -11.32, -170.03, 2, 0)
  37. MovementLoopAddLocation(NPC, -152.27, -11.32, -172.74, 2, 0)
  38. MovementLoopAddLocation(NPC, -152.76, -11.32, -176.03, 2, 0)
  39. MovementLoopAddLocation(NPC, -151.67, -11.16, -184.93, 2, 0)
  40. MovementLoopAddLocation(NPC, -145.34, -11.52, -197.07, 2, 0)
  41. MovementLoopAddLocation(NPC, -136.04, -12.06, -206.46, 2, 0)
  42. end