Jump to content

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


sossin

Recommended Posts

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
Link to comment
Share on other sites

  • 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...