lockedhandcuffs.lua 355 B

12345678910111213141516
  1. --[[
  2. Script Name : ItemScripts/lockedhandcuffs.lua
  3. Script Author : Premierio015
  4. Script Date : 2022.07.24 02:07:16
  5. Script Purpose :
  6. :
  7. --]]
  8. local OrcishManacles = 5698
  9. function examined(Item, Player)
  10. if not HasQuest(Player, OrcishManacles) then
  11. OfferQuest(nil, Player, OrcishManacles)
  12. end
  13. end