• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Other Question] multiply the experience gained

  • 11
    Posts
    4
    Years
    • Seen Sep 12, 2020
    How can I multiply x2 the experience obtained? Please I need help. I am using version 17.2
     
    Hey there,
    If you go into the "# Gaining Experience." section of PokeBattle_Battle you'll find yourself this piece of code:
    Spoiler:
    I think you can figure the rest out from here, but if you still do need help with this, be sure to ask. :)
     
    Thanks for answering. I have tried altering the code, but it doesn't work. My Ralts has killed a lvl2 Nidoran and I always get 14 exp.
    [PokeCommunity.com] multiply the experience gained
     
    Are you holding a lucky egg?
    that edited line will only work if you were holding a lucky egg.
    If you delete the if and everything past it, then there is no conditions and it should be 10 times the experience.
    But maybe also make sure you didn't delete the lucky egg check while you're at it.
     
    Hey there,
    If you go into the "# Gaining Experience." section of PokeBattle_Battle you'll find yourself this piece of code:
    Spoiler:
    I think you can figure the rest out from here, but if you still do need help with this, be sure to ask. :)


    it does not work. I have tried inserting this code below: exp = (exp * 10) .floor But it only changes the message in battle as shown in the following image. I don't want to remove the line "if isConst? (Thispoke.item, PBItems,: LUCKYEGG)"
    Spoiler:



    But the actual experience is not added as seen in the following picture:
    Spoiler:
     
    Personally I just went into the Pokemon PBS, and used Find And Replace to add another number to the start of the EXP every Pokemon gives out. this greatly increases how quickly you level up, especially at the low levels.
     
    Back
    Top