anunfinishedbreastplate.lua 384 B

123456789101112131415
  1. --[[
  2. Script Name : ItemScripts/anunfinishedbreastplate.lua
  3. Script Author : Premierio015
  4. Script Date : 2022.07.26 05:07:51
  5. Script Purpose :
  6. :
  7. --]]
  8. local UnfinishedBreastplate = 5700
  9. function examined(Item, Player)
  10. if not HasQuest(Player, UnfinishedBreastplate) then
  11. OfferQuest(nil, Player, UnfinishedBreastplate)
  12. end
  13. end