Retail Agent of Chaos behavior.

This commit is contained in:
MobiusDev
2017-09-13 20:04:42 +00:00
parent cf161d08c7
commit 215fcaa1b4
22 changed files with 256 additions and 22 deletions

View File

@@ -147,7 +147,7 @@ public class UserInfo extends AbstractMaskPacket<UserInfoType>
packet.writeC(_activeChar.isGM() ? 0x01 : 0x00);
packet.writeC(_activeChar.getRace().ordinal());
packet.writeC(_activeChar.getAppearance().getSex() ? 0x01 : 0x00);
packet.writeD(ClassId.getClassId(_activeChar.getBaseClass()).getRootClassId().getId());
packet.writeD(ClassId.getClassId(_activeChar.getBaseTemplate().getClassId().getId()).getRootClassId().getId());
packet.writeD(_activeChar.getClassId().getId());
packet.writeC(_activeChar.getLevel());
}