astainedbraidedbelt.lua 431 B

12345678910111213141516
  1. --[[
  2. Script Name : ItemScripts/astainedbraidedbelt.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.07.05 07:07:51
  5. Script Purpose :
  6. :
  7. --]]
  8. local ABeltWithPontential = 5292
  9. function examined(Item, Player)
  10. if not HasQuest(Player, ABeltWithPontential) and not HasCompletedQuest(Player, ABeltWithPontential) then
  11. OfferQuest(nil, Player, ABeltWithPontential)
  12. end
  13. end