PotionofEarthwalking.lua 378 B

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