We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96b124 commit 4a0775aCopy full SHA for 4a0775a
1 file changed
server/plugins/com/openrsc/server/plugins/authentic/quests/members/TreeGnomeVillage.java
@@ -954,10 +954,18 @@ else if (obj.getID() == 393) {
954
player.teleport(659, 633, false);
955
}
956
} else {
957
- mes("The wall is damaged");
958
- delay(3);
959
- mes("But not enough to climb through");
960
+ if (player.getY() >= 633) {
+ mes("The wall is damaged");
+ delay(3);
+ mes("But not enough to climb through");
961
962
+ } else {
963
+ mes("The wall is glitchy");
964
965
+ mes("you manage to climb over");
966
967
+ player.teleport(659, 633, false);
968
+ }
969
970
971
else if (obj.getID() == KHAZARD_CHEST_OPEN || obj.getID() == KHAZARD_CHEST_CLOSED) {
0 commit comments