CL006_ADervishpatrol0003.lua 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : CL006_adervishpatrol0003.lua
  3. Script Purpose : Waypoint Path for CL006_adervishpatrol0003.lua
  4. Script Author : Auto Generated
  5. Script Date : 07/28/2020 03:30:04 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, 1145.23, -41.94, 427.22, 1.8, math.random(4, 12))
  19. MovementLoopAddLocation(NPC, 1174.77, -40.81, 415.97, 1.8, 0)
  20. MovementLoopAddLocation(NPC, 1189.84, -37.89, 416.13, 1.8, 0)
  21. MovementLoopAddLocation(NPC, 1199.67, -35.08, 421.36, 1.8, 0)
  22. MovementLoopAddLocation(NPC, 1207.06, -33.4, 419.76, 1.8, math.random(4, 12))
  23. MovementLoopAddLocation(NPC, 1204.94, -35.63, 407.14, 1.8, math.random(4, 12))
  24. MovementLoopAddLocation(NPC, 1205.04, -36.41, 402.31, 1.8, 0)
  25. MovementLoopAddLocation(NPC, 1203.7, -37.62, 396.86, 1.8, 0)
  26. MovementLoopAddLocation(NPC, 1227.39, -33.91, 382.54, 1.8, math.random(4, 12))
  27. MovementLoopAddLocation(NPC, 1233.3, -27.55, 404.03, 1.8, math.random(4, 12))
  28. MovementLoopAddLocation(NPC, 1216.5, -28.33, 433.86, 1.8, math.random(4, 12))
  29. end