evildoortoepic.lua 416 B

12345678910111213141516
  1. --[[
  2. Script Name : SpawnScripts/OutpostOverlord/evildoortoepic.lua
  3. Script Author : Vo1d
  4. Script Date : 2019.10.23 02:10:16
  5. Script Purpose :
  6. :
  7. --]]
  8. function used(NPC, Spawn, SpellName)
  9. if SpellName == "use" then
  10. if HasQuest(Spawn, TheFinalAssault) then
  11. Zone(GetZone(348), Spawn, -113.98, 4.47, -172.61, 180)
  12. end
  13. end
  14. end