• 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!
Deluxe Battle Kit [v21.1]

Resource Deluxe Battle Kit [v21.1] v1.2.4

Lucidious89

Champion
Member
Joined
Nov 12, 2020
Posts
1,246
This is the line 65 in the code : default_target = default_battler.pbDirectOpposing if default_target.index == default_battler.index

And this is the battle script:
ARTHUR_CHAMPION = {
"BattleEndLoss" =>
{
"setSpeaker" => :Self,
"editWindow" => [nil, "speech hgss 1"],
"speech" => "Tu vas avoir besoin de plus d'entrainement si tu veux mon badge."
},
"BeforeLastSwitchIn_foe" =>
{
"setSpeaker" => :Self,
"editWindow" => [nil, "speech hgss 1"],
"speech" => "Il reste plus qu'toi Teddiursa.\nJ'ai confiance en toi."
},
"AfterLastSwitchIn_player" =>
{
"setSpeaker" => :Opposing,
"editWindow" => [nil, "speech hgss 1"],
"speech" => "Dos au mur mais t'abandonnes pas.\nC'est ça que j'veux voir!"
},
}

It appears that the "setSpeaker" function doesn't work with "BeforeLastSwitchIn", indeed, I managed to make it work by using an "AfterLastSwitchIn".
And this is with the latest version of the plugin installed? I thought this was fixed already.
 

Erra'

Rookie
Member
Joined
Jun 30, 2024
Posts
3
And this is with the latest version of the plugin installed? I thought this was fixed already.
Name = Deluxe Battle Kit
Version = 1.2.4
Essentials = 21.1
Requires = v21.1 Hotfixes,1.0.9
Optional = Generation 9 Pack,3.2.9
Optional = Generation 8 Pack Scripts,1.0
Optional = Bag Screen w/int. Party,2.5
Optional = Customizable Battle UI,1.0
Optional = Modular UI Scenes,2.0.8
Conflicts = Essentials Deluxe,1.0
Conflicts = Mid Battle Dialogue,1.0
Conflicts = Elite Battle: DX,1.0
Conflicts = SOS Battles,1.0
Conflicts = Rejuv-style Bosses,1.0
Website = https://lucidious89-tutorials.gitbook.io/deluxe-battle-kit-tutorial
Credits = Lucidious89

There is the meta.txt file, I'm quite sure this is the latest version!
 
Back
Top