aropedstaff.lua 339 B

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