mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Enhanced NPC overhead debug
This commit is contained in:
parent
d4b68d135f
commit
a8e211b5d4
4 changed files with 8 additions and 8 deletions
|
|
@ -31,13 +31,13 @@ public class plugin extends Plugin {
|
|||
String npcSb =
|
||||
(npc.type.name.strEquals(JagString.parse("null"))
|
||||
? npc.type.getMultiNpc() != null
|
||||
? "Wrapper [" + npc.type.getMultiNpc().name + " " + npc.type.getMultiNpc().id + "]"
|
||||
? "Wrapper [" + npc.type.getMultiNpc().name + "]"
|
||||
: "Wrapper"
|
||||
: npc.type.name) +
|
||||
" [Lvl: " +
|
||||
npc.type.combatLevel +
|
||||
"] [ID: " +
|
||||
npc.type.id +
|
||||
" [G: " +
|
||||
npc.spotAnimId +
|
||||
"] [R: " + npc.getBasId() +
|
||||
"] [A: " + npc.seqId +
|
||||
"] [Vb: " +
|
||||
npc.type.multiNpcVarbit + "]";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue