• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

[Scripting Question] Elite Battle System EXP Error

2
Posts
6
Years
    • Seen Apr 10, 2018
    I am trying to use the default Essentials UI with EBS, which has the ID of '0' in the Settings script section. I am using Essentials 17.2, and an unmodified EBS.
    At the end of the battle, it seems the EXP bar glitches out:

    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: NameError

    Message: uninitialized constant PokeBattle_SceneConstants::EXPGAUGESIZE

    EliteBattle_1:729:in `pbEXPBar'

    PokeBattle_Battle:1964:in `pbGainExpOne'

    PokeBattle_Battle:1958:in `loop'

    PokeBattle_Battle:1995:in `pbGainExpOne'

    PokeBattle_Battle:1808:in `pbGainEXP'

    PokeBattle_Battle:1802:in `each'

    PokeBattle_Battle:1802:in `pbGainEXP'

    PokeBattle_Battle:1773:in `each'

    PokeBattle_Battle:1773:in `pbGainEXP'

    PokeBattle_Battler:3255:in `pbUseMove_ebs'




    Then, when I finally end the battle, I get this message. The game then crashes.

    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]

    Exception: NoMethodError

    Message: undefined method `dispose' for nil:NilClass

    EliteBattle_1:45:in `pbDisposeSprites'

    PokeBattle_Scene:2088:in `pbEndBattle'

    PokeBattle_Battle:4022:in `pbEndOfBattle'

    EliteBattle_0:238:in `pbStartBattleCore'

    PokeBattle_Battle:2340:in `pbStartBattle'

    PField_Battles:98:in `pbWildBattle_ebs'

    PField_Battles:97:in `pbSceneStandby'

    PField_Battles:99:in `pbWildBattle_ebs'

    PField_Battles:96:in `pbBattleAnimation'

    PField_Battles:96:in `pbWildBattle_ebs'






    Any help would be appreciated.
     
    Back
    Top