mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Identified some more Loc and Npc opcodes
This commit is contained in:
parent
efba04cbe4
commit
904c0a3e97
14 changed files with 220 additions and 220 deletions
|
|
@ -232,7 +232,7 @@ public class Playground extends GameShell {
|
|||
public void loadNpc(int id) {
|
||||
npcType = NpcTypeList.get(id);
|
||||
npc = new Npc();
|
||||
BasType basType = BasTypeList.get(npcType.basId);
|
||||
BasType basType = BasTypeList.get(npcType.bastypeid);
|
||||
npc.seqId = basType.idleAnimationId;
|
||||
npc.setNpcType(npcType);
|
||||
GameShell.frame.setTitle(npcType.name + " - " + id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue