• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Enhanced Battle UI [DBK Add-On] [v21.1]

Resource Enhanced Battle UI [DBK Add-On] [v21.1] v2.0.6

komeiji514

Elite Trainer
Member
Joined
Oct 28, 2023
Posts
275
Some problems when viewing some move info. Move with function code "HitThreeTimesPowersUpWithEachHit" cannot be viewed before using. Here is the errorlog.
[2024-10-10 17:26:12 +0800]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `+' for nil:NilClass

Backtrace:
009_MoveEffects_MultiHit.rb:83:in `pbBaseDamage'
[[DBK] Enhanced Battle UI] [004] Move Info UI.rb:143:in `pbUpdateMoveInfoWindow'
[[DBK] Enhanced Battle UI] [004] Move Info UI.rb:16:in `pbToggleMoveInfo'
[[DBK] Enhanced Battle UI] [000] Main.rb:237:in `pbFightMenu_Extra'
[Deluxe Battle Kit] [003] Command Menu Refactor.rb:270:in `block in pbFightMenu'
[Deluxe Battle Kit] [003] Command Menu Refactor.rb:221:in `loop'
[Deluxe Battle Kit] [003] Command Menu Refactor.rb:221:in `pbFightMenu'
[Deluxe Battle Kit] [003] Command Menu Refactor.rb:296:in `pbFightMenu'
009_Battle_CommandPhase.rb:231:in `block (2 levels) in pbCommandPhaseLoop'
009_Battle_CommandPhase.rb:222:in `loop'
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,231
Lucidious89 updated Enhanced Battle UI [DBK Add-On] [v21.1] with a new update entry:

v2.0.5 Update

  • Fixed an issue with the move Triple Kick causing errors when viewed in the Move Info UI.
  • Added placeholder effect description text for custom weather/terrain so that it doesn't cause errors when viewing the Battler Info UI.
  • Battlers that have damage caps set via the "battlerHPCap" midbattle command will now display this in their list of effects in the Battler Info UI.
  • When you have a partner trainer with you in battle, you can now see the Tera Type of their...

Read the rest of this update entry...
 

komeiji514

Elite Trainer
Member
Joined
Oct 28, 2023
Posts
275
Seems in the hail weather the description will become "Unknown weather."
This line should be like this, I think.
desc = _INTL("Unknown weather.") if !desc
 

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,231

komeiji514

Elite Trainer
Member
Joined
Oct 28, 2023
Posts
275
Report: When a pokemon is holding a type gem and after viewing a move boosted by the gem, using a move that shouldn't trigger the gem will still trigger the gem. Adding battler.effects[PBEffects::GemConsumed] = nil after bonus text could solve it.
 
Back
Top