mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 04:50:25 -07:00
Renamed Npc_Class147 because it's related to all Entities
This commit is contained in:
parent
a3b7beeed7
commit
c4c59b33ce
11 changed files with 162 additions and 157 deletions
|
|
@ -315,7 +315,7 @@ public class MiniMap {
|
|||
}
|
||||
for (local146 = 0; local146 < NpcList.size; local146++) {
|
||||
@Pc(498) Npc local498 = NpcList.npcs[NpcList.ids[local146]];
|
||||
if (local498 != null && local498.method2682()) {
|
||||
if (local498 != null && local498.isVisible()) {
|
||||
@Pc(507) NpcType local507 = local498.type;
|
||||
if (local507 != null && local507.multiNpcs != null) {
|
||||
local507 = local507.getMultiNpc();
|
||||
|
|
@ -333,7 +333,7 @@ public class MiniMap {
|
|||
}
|
||||
for (local146 = 0; local146 < PlayerList.size; local146++) {
|
||||
@Pc(591) Player local591 = PlayerList.players[PlayerList.ids[local146]];
|
||||
if (local591 != null && local591.method2682()) {
|
||||
if (local591 != null && local591.isVisible()) {
|
||||
local154 = local591.zFine / 32 - PlayerList.self.zFine / 32;
|
||||
local150 = local591.xFine / 32 - PlayerList.self.xFine / 32;
|
||||
@Pc(624) long local624 = local591.username.encode37();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue