caveiraps2 Posted November 6, 2014 Report Share Posted November 6, 2014 Hello community. I need a quest for my server. A quest that when you click on an item the player gaining experience, you can use this item several times until you reach level 99, reaching a level 99 item disappears. Link to comment Share on other sites More sharing options...
Edward™ Posted November 7, 2014 Report Share Posted November 7, 2014 quest item_lv begin state start begin when #item.use with pc.get_level() < 99 begin say_title("Exp") say("text") say("text") say("text") pc.give_exp2(exp u need for lv 99) -- example: pc.give_exp2(9000) pc.remove_item(#item, 1) end endend Link to comment Share on other sites More sharing options...
SeMa™ Posted November 7, 2014 Report Share Posted November 7, 2014 with pc.get_leve() te falto las () xd Link to comment Share on other sites More sharing options...
Edward™ Posted November 7, 2014 Report Share Posted November 7, 2014 with pc.get_leve() te falto las () xd es verdad, gracias Link to comment Share on other sites More sharing options...
SeMa™ Posted November 7, 2014 Report Share Posted November 7, 2014 yo le pondría if pc.get_level() >= 99 then item.remove() return end segñun dice el, cuando llegue a nivel 99 el item desaparezca Link to comment Share on other sites More sharing options...
caveiraps2 Posted November 7, 2014 Author Report Share Posted November 7, 2014 quest item_lv begin state start begin when 40001.use with if pc.get_level() >= 99 then item.remove() return end chat("Parabéns você recebeu experiência!") pc.give_exp2(370000000) end end end Da me erro! Link to comment Share on other sites More sharing options...
Edward™ Posted November 7, 2014 Report Share Posted November 7, 2014 quest item_lv begin state start begin when 40001.use with if pc.get_level() >= 99 then item.remove() return end chat("Parabéns você recebeu experiência!") pc.give_exp2(370000000) end end end Da me erro! Wtf ? take my quest Link to comment Share on other sites More sharing options...
No Soy Jeo Posted November 7, 2014 Report Share Posted November 7, 2014 Él hizo un remix con las quest jajajaja Link to comment Share on other sites More sharing options...
Edward™ Posted November 7, 2014 Report Share Posted November 7, 2014 Él hizo un remix con las quest jajajaja Hahaha ya lo he visto xd Link to comment Share on other sites More sharing options...
Recommended Posts