viperreport.lua 344 B

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