questcrawlingbushmaareonacayan.lua 448 B

123456789101112131415161718192021
  1. --[[
  2. Script Name : SpawnScripts/Starcrest/questcrawlingbushmaareonacayan.lua
  3. Script Author : Jabantiz
  4. Script Date : 2018.06.14 11:06:31
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function respawn(NPC)
  11. spawn(NPC)
  12. end
  13. function casted_on(NPC, Spawn, Message)
  14. if Message == "Pull Yourself Through the Foliage" then
  15. SetPosition(Spawn, 744.97, -19.16, 309.54, 49.11)
  16. end
  17. end