Hello Epvp Community , I quickly made this quest but didn't test it yet hopefully it works for you guys.
#Replace ItemValue with the item code you'll use for the quest.
PHP Code:
quest magic ring by Hany begin
state start begin
when ItemValue.use begin
say_titel("Magic Ring")
say("Congratulations! Using the")
say("magic ring was succesfull,")
say("Now you've gained 9k experience!")
pc.give_exp2(9000)
pc.remove_item(ItemValue, 1)
end
end
end