mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 19:40:18 -07: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
|
|
@ -1238,7 +1238,7 @@ public final class ScriptRunner {
|
|||
continue;
|
||||
}
|
||||
if (opcode == 3103) {
|
||||
Static153.method2909();
|
||||
ClientProt.method2909();
|
||||
continue;
|
||||
}
|
||||
if (opcode == 3104) {
|
||||
|
|
@ -1272,7 +1272,7 @@ public final class ScriptRunner {
|
|||
int1 = intStack[isp];
|
||||
ssp--;
|
||||
local2522 = stringStack[ssp];
|
||||
Static276.method4613(int1, local2522);
|
||||
ClientProt.method4613(int1, local2522);
|
||||
continue;
|
||||
}
|
||||
if (opcode == 3108) {
|
||||
|
|
@ -3154,7 +3154,7 @@ public final class ScriptRunner {
|
|||
if (opcode == 5604) {
|
||||
ssp--;
|
||||
if (client.gameState == 10 && LoginManager.anInt4937 == 0 && LoginManager.step == 0 && CreateManager.step == 0 && WorldList.step == 0) {
|
||||
Static78.method1691(stringStack[ssp].encode37());
|
||||
ClientProt.method1691(stringStack[ssp].encode37());
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue