aFreeportdenizen55686.lua 1.0 KB

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : SpawnScripts/Freeport/aFreeportdenizen55686.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.05.09 07:05:48
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, -52.72, -8.26, 201.73, 2, 0)
  10. MovementLoopAddLocation(NPC, -69.52, -13.74, 210.26, 2, 0)
  11. MovementLoopAddLocation(NPC, -81.52, -19.45, 208.82, 2, 0)
  12. MovementLoopAddLocation(NPC, -94.44, -24.99, 198.41, 2, 0)
  13. MovementLoopAddLocation(NPC, -114.43, -24.96, 191.90, 2, 10)
  14. MovementLoopAddLocation(NPC, -114.44, -24.96, 191.90, 2, 0)
  15. MovementLoopAddLocation(NPC, -94.44, -24.99, 198.41, 2, 0)
  16. MovementLoopAddLocation(NPC, -81.52, -19.45, 208.82, 2, 0)
  17. MovementLoopAddLocation(NPC, -69.52, -13.74, 210.26, 2, 0)
  18. MovementLoopAddLocation(NPC, -52.72, -8.26, 201.73, 2, 0)
  19. MovementLoopAddLocation(NPC, -41.96, -8.26, 170.14, 2, 10)
  20. MovementLoopAddLocation(NPC, -41.96, -8.26, 170.14, 2, 0)
  21. end
  22. function hailed(NPC, Spawn)
  23. FaceTarget(NPC, Spawn)
  24. end
  25. function respawn(NPC)
  26. spawn(NPC)
  27. end