mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -39,14 +39,14 @@ public final class Static158 {
|
|||
@Pc(129) int local129 = local103 & 0x3F;
|
||||
@Pc(142) int local142 = local129 + (Static238.regionBitPacked[local16] & 0xFF) * 64 - Static142.originZ;
|
||||
@Pc(148) NpcType local148 = NpcTypeList.get(local74.g2());
|
||||
if (Static175.npcs[local97] == null && (local148.aByte10 & 0x1) > 0 && local107 == Static41.anInt1316 && local125 >= 0 && local148.soze + local125 < 104 && local142 >= 0 && local142 + local148.soze < 104) {
|
||||
Static175.npcs[local97] = new Npc();
|
||||
@Pc(198) Npc local198 = Static175.npcs[local97];
|
||||
if (NpcList.npcs[local97] == null && (local148.aByte10 & 0x1) > 0 && local107 == Static41.anInt1316 && local125 >= 0 && local148.soze + local125 < 104 && local142 >= 0 && local142 + local148.soze < 104) {
|
||||
NpcList.npcs[local97] = new Npc();
|
||||
@Pc(198) Npc local198 = NpcList.npcs[local97];
|
||||
Static33.anIntArray79[Static272.anInt5214++] = local97;
|
||||
local198.lastSeenLoop = client.loop;
|
||||
local198.method2698(local148);
|
||||
local198.method2692(local198.type.soze);
|
||||
local198.anInt3400 = local198.anInt3381 = Static56.anIntArray141[local198.type.aByte11];
|
||||
local198.anInt3400 = local198.anInt3381 = PathingEntity.ANGLES[local198.type.aByte11];
|
||||
local198.anInt3376 = local198.type.anInt3733;
|
||||
if (local198.anInt3376 == 0) {
|
||||
local198.anInt3381 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue