achippedaxehead.lua 411 B

12345678910111213141516
  1. --[[
  2. Script Name : ItemScripts/achippedaxehead.lua
  3. Script Author : Premierio015
  4. Script Date : 2021.11.01 06:11:05
  5. Script Purpose :
  6. :
  7. --]]
  8. local AnAxeForAllAges = 5388
  9. function examined(Item, Player)
  10. if not HasQuest(Player, AnAxeForAllAges) and not HasCompletedQuest(Player, AnAxeForAllAges) then
  11. OfferQuest(nil, Player, AnAxeForAllAges)
  12. end
  13. end