exp=(exp*3/2).floor if isConst?(thispoke.item,PBItems,:LUCKYEGG) ||
isConst?(thispoke.itemInitial,PBItems,:LUCKYEGG)
Hey there,
If you go into the "# Gaining Experience." section of PokeBattle_Battle you'll find yourself this piece of code:
I think you can figure the rest out from here, but if you still do need help with this, be sure to ask. :)Spoiler:Code:exp=(exp*3/2).floor if isConst?(thispoke.item,PBItems,:LUCKYEGG) || isConst?(thispoke.itemInitial,PBItems,:LUCKYEGG)
now you put it too late, the game already applied the exp changes
it needs to be above line 1931