incantationdust.lua 375 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/Caves/incantationdust.lua
  3. Script Purpose : incantation dust
  4. Script Author : Scatman
  5. Script Date : 2009.10.18
  6. Script Notes :
  7. --]]
  8. local CAVES_CONSUL_BREE_QUEST_3 = 494
  9. function spawn(NPC)
  10. SetRequiredQuest(NPC, CAVES_CONSUL_BREE_QUEST_3, 3)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end
  15. function hailed(NPC, Spawn)
  16. end