aTarnishedsilverkey.lua 375 B

12345678910111213141516
  1. --[[
  2. Script Name : ItemScripts/aTarnishedsilverkey.lua
  3. Script Author : Premierio015
  4. Script Date : 2022.07.30 09:07:45
  5. Script Purpose :
  6. :
  7. --]]
  8. local aTarnishedSilverKey = 5709
  9. function examined(Item, Player)
  10. if not HasQuest(Player, aTarnishedSilverKey) then
  11. OfferQuest(nil, Player, aTarnishedSilverKey)
  12. end
  13. end