Jump to content

[Peticion]quest que te congele la experiencia para que no subas de lvl


Recommended Posts

Posted
quest myexp begin	state start begin		when kill with not npc.is_pc() and pc.getqf("block_exp") == 1 begin			pc.give_exp(-pc.get_next_exp() + pc.get_exp())		end				when iditem.use begin			if pc.getqf("block_exp") == 1 then				pc.setqf("block_exp", 0)			else				pc.setqf("block_exp", 1)			end		end	endend
  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.