Add missing attack/defense animations to ogre club, blackjacks, mud battlestaff and steam battlestaff

Replaced bugged climbing animation
This commit is contained in:
szumaster
2022-12-27 03:57:11 +00:00
committed by Ryan
parent 9b6a817c9d
commit 2fc558b585
2 changed files with 28 additions and 14 deletions
@@ -167,7 +167,7 @@ public final class RellekkaZone extends MapZone implements Plugin<Object> {
case "climb-over":
switch (node.getId()) {
case 5847:
AgilityHandler.forceWalk(player, -1, player.getLocation(), player.getLocation().transform(0, player.getLocation().getY() <= 3657 ? 3 : -3, 0), Animation.create(840), 20, 1, null, 0);
AgilityHandler.forceWalk(player, -1, player.getLocation(), player.getLocation().transform(0, player.getLocation().getY() <= 3657 ? 3 : -3, 0), Animation.create(839), 20, 1, null, 0);
break;
}
break;