scrapmetal.lua 353 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : SpawnScripts/Baubbleshire/scrapmetal.lua
  3. Script Purpose : scrap metal
  4. Script Author : Scatman
  5. Script Date : 2009.09.27
  6. Script Notes :
  7. --]]
  8. local SCRAPTASTIC = 328 -- was 26
  9. function spawn(NPC)
  10. SetRequiredQuest(NPC, SCRAPTASTIC, 1)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end
  15. function hailed(NPC, Spawn)
  16. end