aFreeportresident56013.lua 1.0 KB

123456789101112131415161718192021222324252627282930
  1. --[[
  2. Script Name : SpawnScripts/Freeport/aFreeportresident56013.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.05.09 07:05:21
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, -16.65, -7.01, 180.85, 2, 0)
  10. MovementLoopAddLocation(NPC, -26.42, -7.01, 181.10, 2, 0)
  11. MovementLoopAddLocation(NPC, -26.91, -7.01, 196.27, 2, 0)
  12. MovementLoopAddLocation(NPC, -45.15, -8.26, 197.15, 2, 0)
  13. MovementLoopAddLocation(NPC, -44.43, -8.26, 212.35, 2, 0)
  14. MovementLoopAddLocation(NPC, -62.19, -8.26, 218.55, 2, 10)
  15. MovementLoopAddLocation(NPC, -44.43, -8.26, 212.35, 2, 0)
  16. MovementLoopAddLocation(NPC, -45.15, -8.26, 197.15, 2, 0)
  17. MovementLoopAddLocation(NPC, -26.91, -7.01, 196.27, 2, 0)
  18. MovementLoopAddLocation(NPC, -26.42, -7.01, 181.10, 2, 0)
  19. MovementLoopAddLocation(NPC, -16.65, -7.01, 180.85, 2, 0)
  20. MovementLoopAddLocation(NPC, -17.21, -7.00, 177.41, 2, 10, "", 2.22)
  21. end
  22. function hailed(NPC, Spawn)
  23. FaceTarget(NPC, Spawn)
  24. end
  25. function respawn(NPC)
  26. spawn(NPC)
  27. end