mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Moved p1isaac calls to ClientProt, need to organize them outside of this class later
This commit is contained in:
parent
11db30a704
commit
dc6deb9151
22 changed files with 1284 additions and 1277 deletions
|
|
@ -100,7 +100,7 @@ public final class Static36 {
|
|||
if (component.anIntArray49 == null || client.loop >= component.anIntArray49[i]) {
|
||||
@Pc(279) byte local279 = component.aByteArray7[i];
|
||||
if (local279 == 0 || ((local279 & 0x2) == 0 || Keyboard.pressedKeys[Keyboard.KEY_ALT]) && ((local279 & 0x1) == 0 || Keyboard.pressedKeys[Keyboard.KEY_CTRL]) && ((local279 & 0x4) == 0 || Keyboard.pressedKeys[Keyboard.KEY_SHIFT])) {
|
||||
Static263.method4512(JagString.EMPTY, -1, i + 1, component.id);
|
||||
ClientProt.method4512(JagString.EMPTY, -1, i + 1, component.id);
|
||||
k = component.anIntArray46[i];
|
||||
if (component.anIntArray49 == null) {
|
||||
component.anIntArray49 = new int[component.aByteArray8.length];
|
||||
|
|
@ -168,7 +168,7 @@ public final class Static36 {
|
|||
@Pc(520) int local520 = k + WorldMap.originX;
|
||||
@Pc(528) int local528 = WorldMap.length + WorldMap.originZ - local516 - 1;
|
||||
Cheat.teleport(local520, local528, 0);
|
||||
Static153.method2909();
|
||||
ClientProt.method2909();
|
||||
continue;
|
||||
}
|
||||
Static137.anInt3337 = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue