Skip to content

Commit

Permalink
Merge pull request #89 from 9-9-9-9/b/09-12-2022
Browse files Browse the repository at this point in the history
Fix Invasion + Close chat box
  • Loading branch information
9-9-9-9 authored Dec 9, 2022
2 parents c149d8a + 7f9814b commit 7d263fe
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Welcome Bit Verse
### and new BH update at Nov 16th 2022 & Nov 28th 2022
### Remaining features need to be updated
- [ ] Invasion
- [ ] Idol Dimension (Expedition)
- [ ] Hallowed Dimension (Expedition)
- [ ] Jammie Dimension (Expedition)
Expand Down
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.4.1</version>
<version>3.4.2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/bh/bot/common/types/AttendablePlace.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ public AttendablePlace(String name, int id, String imgCode, boolean left, int pr

String imgFile;
switch(imgCode) {
case "invasion":
imgFile = imgCode + "2";
break;
case "pvp":
case "world-boss":
case "raid":
case "invasion":
case "trials":
case "gvg":
case "gauntlet":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ public Offset getOffsetButtonSendMessage() {

@Override
public Offset getOffsetButtonCloseChatBox() {
return new Offset(603, 101);
return new Offset(598, 98);
}

@Override
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 @@ -418,7 +418,7 @@ public static void load() throws IOException {
0xCEDEB5
);
Metas.Globally.Buttons.closeChatBox = BwMatrixMeta.from(//
"buttons/globally.close-chatbox2?",
"buttons/globally.close-chatbox3?",
Configuration.screenResolutionProfile.getOffsetButtonCloseChatBox(), //
0xFFFFFF
);
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7d263fe

Please sign in to comment.