Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change character confirm offset and quest energy #97

Merged
merged 5 commits into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>bh.bot</groupId>
<artifactId>99bot</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public Offset getOffsetDialogCharacterLoading() {

@Override
public Offset getOffsetLabelCharacterConfirm() {
return new Offset(350, 400);
return new Offset(350, 425);
}

@Override
Expand Down Expand Up @@ -530,7 +530,7 @@ public Offset getOffsetButtonPlayTrials() {

@Override
public Offset getOffsetButtonEnergyDungeon() {
return new Offset(275, 400);
return new Offset(275, 425);
}
@Override
public Offset getOffsetButtonHeroicEnergyDungeon() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/bh/bot/common/types/images/BwMatrixMeta.java
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ public static void load() throws IOException {
Metas.Character.Buttons.characterSelect = BwMatrixMeta.from(//
"buttons/character.select2?",
Configuration.screenResolutionProfile.getOffsetLabelCharacterSelect(), //
0xFFFFFF
0x000000
);
Metas.Character.Labels.heroes = BwMatrixMeta.from(//
"labels/character.heroes2?",
Expand Down
Binary file modified src/main/resources/game-images/800x520/buttons/character.select2-tp.bmp
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion web/json/reject-versions-2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bv": ["3.5.0", "3.4.0", "3.3.0","3.2.0","3.1.0","3.0.0","2.12.0","2.11.0","2.10.1","2.10.0","2.9.3","2.9.2","2.9.1","2.9.0","2.8.6","2.8.5","2.8.4","2.8.3","2.8.2","2.8.1","2.8.0","2.7.0","2.6.0","2.5.0","2.4.0","2.3.0","2.2.0","2.1.0","2.0.1","2.0.0"],
"bv": ["3.6.0", "3.5.0", "3.4.0", "3.3.0","3.2.0","3.1.0","3.0.0","2.12.0","2.11.0","2.10.1","2.10.0","2.9.3","2.9.2","2.9.1","2.9.0","2.8.6","2.8.5","2.8.4","2.8.3","2.8.2","2.8.1","2.8.0","2.7.0","2.6.0","2.5.0","2.4.0","2.3.0","2.2.0","2.1.0","2.0.1","2.0.0"],
"bf": {
"3.4.1": ["invasion"],
"3.4.0": ["invasion","gvg","gauntlet"]
Expand Down