StoveKeg.lua 360 B

12345678910111213141516171819
  1. --[[
  2. Script Name : SpawnScripts/MizansCellar/StoveKeg.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.09.22 06:09:11
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetRequiredQuest(NPC,5749,9,0,1,1)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. spawn(NPC)
  16. end