FeleinHerbs.lua 382 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/Stonestair/FeleinHerbs.lua
  3. Script Purpose :
  4. Script Author : Jabantiz
  5. Script Date : 6/22/2018
  6. Script Notes : <special-instructions>
  7. --]]
  8. -- Quest ID's
  9. local ERUDITE_ALCHEMY = 355
  10. function spawn(NPC)
  11. SetRequiredQuest(NPC, ERUDITE_ALCHEMY, 1)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end
  16. function hailed(NPC, Spawn)
  17. end