Skip to content

Commit

Permalink
Merge pull request #86 from 9-9-9-9/b/fix-inferno-expedition
Browse files Browse the repository at this point in the history
fix inferno expedition
  • Loading branch information
9-9-9-9 authored Nov 26, 2022
2 parents 686a95a + f42c4b5 commit 834a3ff
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
### and new BH update at Nov 16 2022
### Almost functions were fixed and back to work. Expedition will be fixed as soon as possible
- [ ] Idol Dimension (Expedition)
- [ ] Inferno Dimension (Expedition)
- [ ] Hallowed Dimension (Expedition)
- [ ] Jammie Dimension (Expedition)
- [ ] Battle Bards (Expedition)
- [x] Inferno Dimension (Expedition)
## To the folks who are using this bot but not giving this repository a Star: **Fvck U! from the 8 pixels world to the 4D reality!**

___
Expand Down Expand Up @@ -76,4 +76,4 @@ _(Example for Windows only, you can save into a bat file to be able to click-to-
> call steam.bot.bat rerun
- Explore the `./sample-scripts/` folder

[Learn more about how to create script files here](https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Script-example)
[Learn more about how to create script files here](https://github.com/9-9-9-9/Bit-Heroes-bot/wiki/Script-example)
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.2.0</version>
<version>3.3.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/bh/bot/common/types/AttendablePlace.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ public AttendablePlace(String name, int id, String imgCode, boolean left, int pr
case "trials":
case "gauntlet":
case "invasion":
case "expedition":
imgFile = imgCode + "2";
break;
case "expedition":
default:
imgFile = imgCode;
break;
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/bh/bot/common/types/images/BwMatrixMeta.java
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ public static void load() throws IOException {
0xFFFFFF
);
Metas.Expedition.Buttons.enter = BwMatrixMeta.from(//
"buttons/expedition.enter?",
"buttons/expedition.enter2?",
Configuration.screenResolutionProfile.getOffsetButtonEnterExpedition(), //
0xFFFFFF
);
Expand All @@ -684,7 +684,7 @@ public static void load() throws IOException {
0xFFFFFF
);
Metas.Expedition.Labels.infernoDimension = BwMatrixMeta.from(//
"labels/expedition.inferno-dimension?",
"labels/expedition.inferno-dimension2?",
Configuration.screenResolutionProfile.getOffsetLabelInfernoDimension(), //
0xFFFFFF
);
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions web/json/reject-versions-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"bv": ["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.2.0": ["expedition"],
"3.1.0": ["expedition"],
"3.0.0": ["expedition","invasion","gauntlet"]
}
Expand Down

0 comments on commit 834a3ff

Please sign in to comment.