mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
Started identifying CS2 opcodes
This commit is contained in:
parent
b57d5a0031
commit
3531b1c57c
27 changed files with 422 additions and 346 deletions
|
|
@ -68,9 +68,9 @@ public final class Static53 {
|
|||
return;
|
||||
}
|
||||
@Pc(19) Component local19 = Static201.method1418(MiniMenu.anInt2512, MiniMenu.anInt506);
|
||||
if (local19 != null && local19.anObjectArray27 != null) {
|
||||
if (local19 != null && local19.onUseWith != null) {
|
||||
@Pc(29) HookRequest local29 = new HookRequest();
|
||||
local29.arguments = local19.anObjectArray27;
|
||||
local29.arguments = local19.onUseWith;
|
||||
local29.source = local19;
|
||||
ScriptRunner.run(local29);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue