aDervishgobetween005.lua 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. --[[
  2. Script Name : adervishgobetween005.lua
  3. Script Purpose : Waypoint Path for adervishgobetween005.lua
  4. Script Author : Auto Generated
  5. Script Date : 09/02/2020 10:49:38 AM
  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. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 1348.89, -29.81, 15.47, 4, 0)
  19. MovementLoopAddLocation(NPC, 1310.52, -41.76, 196.63, 4, 0)
  20. MovementLoopAddLocation(NPC, 1287.37, -39.98, 324.35, 4, 0)
  21. MovementLoopAddLocation(NPC, 1212.97, -31.45, 421.63, 4, 0)
  22. MovementLoopAddLocation(NPC, 1053.58, -43.65, 462.59, 4, 0)
  23. MovementLoopAddLocation(NPC, 866.82, -40.05, 433.61, 4, 0)
  24. MovementLoopAddLocation(NPC, 763.59, -46.75, 442.06, 4, 0)
  25. MovementLoopAddLocation(NPC, 866.82, -40.05, 433.61, 4, 0)
  26. MovementLoopAddLocation(NPC, 1053.58, -43.65, 462.59, 4, 0)
  27. MovementLoopAddLocation(NPC, 1212.97, -31.45, 421.63, 4, 0)
  28. MovementLoopAddLocation(NPC, 1287.37, -39.98, 324.35, 4, 0)
  29. MovementLoopAddLocation(NPC, 1310.52, -41.76, 196.63, 4, 0)
  30. MovementLoopAddLocation(NPC, 1348.89, -29.81, 15.47, 4, 0)
  31. end