analabastergolem(388539).lua 917 B

1234567891011121314151617181920212223242526
  1. --[[
  2. Script Name : SpawnScripts/Caves/analabastergolem(388539).lua
  3. Script Purpose :
  4. Script Author : Jabantiz
  5. Script Date : 2/23/2019
  6. Script Notes :
  7. --]]
  8. function spawn(NPC)
  9. MovementLoopAddLocation(NPC, 3.36, 12.13, -109.20, 2)
  10. MovementLoopAddLocation(NPC, 2.21, 12.10, -101.08, 2)
  11. MovementLoopAddLocation(NPC, -5.27, 12.16, -96.08, 2)
  12. MovementLoopAddLocation(NPC, -13.81, 12.23, -91.39, 2)
  13. MovementLoopAddLocation(NPC, -18.10, 12.17, -76.93, 2)
  14. MovementLoopAddLocation(NPC, -15.76, 12.13, -66.19, 2)
  15. MovementLoopAddLocation(NPC, -16.49, 12.12, -53.90, 2)
  16. MovementLoopAddLocation(NPC, -15.76, 12.13, -66.19, 2)
  17. MovementLoopAddLocation(NPC, -18.10, 12.17, -76.93, 2)
  18. MovementLoopAddLocation(NPC, -13.81, 12.23, -91.39, 2)
  19. MovementLoopAddLocation(NPC, -5.27, 12.16, -96.08, 2)
  20. MovementLoopAddLocation(NPC, 2.21, 12.10, -101.08, 2)
  21. end
  22. function respawn(NPC)
  23. spawn(NPC)
  24. end