AMarshalMoppet.lua 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. --[[
  2. Script Name : SpawnScripts/Generic/AMarshalMoppet.lua
  3. Script Author : gloat
  4. Script Date : 2019.03.13 11:03:53
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. MoveToLocation(NPC, -136.47, -27.87, 13.31)
  10. MoveToLocation(NPC, -120.72, -28.06, 31.08)
  11. MoveToLocation(NPC, -91.15, -27.36, 47.19)
  12. MoveToLocation(NPC, -75.40, -26.23, 49.19)
  13. MoveToLocation(NPC, -55.98, -23.94, 45.09)
  14. MoveToLocation(NPC, -46.13, -23.79, 35.59)
  15. MoveToLocation(NPC, -31.83, -22.88, -2.92)
  16. MoveToLocation(NPC, -28.87, -21.93, -17.82)
  17. MoveToLocation(NPC, -40.12, -24.66, -51.76)
  18. MoveToLocation(NPC, -79.19, -26.26, -78.91)
  19. MoveToLocation(NPC, -93.12, -26.65, -78.88)
  20. MoveToLocation(NPC, -121.52, -25.67, -73.38)
  21. MoveToLocation(NPC, -152.29, -25.14, -44.26)
  22. MoveToLocation(NPC, -148.48, -27.50, -5.96)
  23. MoveToLocation(NPC, -142.61, -27.77, 5.95)
  24. MoveToLocation(NPC, -139.73, -27.82, 10.20)
  25. end
  26. function hailed(NPC, Spawn)
  27. FaceTarget(NPC, Spawn)
  28. end
  29. function respawn(NPC)
  30. end