zonetocmmnepic02mage.lua 406 B

1234567891011121314151617181920212223
  1. --[[
  2. Script Name : SpawnScripts/Commonlands/zonetocmmnepic02mage.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.02.23 07:02:51
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function casted_on(NPC, Spawn, use)
  11. if not HasQuest(Spawn, 446) then
  12. SetAccessToEntityCommand(NPC, Spawn ,"use",0)
  13. end
  14. end
  15. function respawn(NPC)
  16. end