Jump to content

qacxz

Members
  • Posts

    2
  • Joined

  • Last visited

qacxz's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. After some further research, I found a way to do this! When loading into a word, you will need to send the CPacketClientStatus packet. Ex: mc.getConnection().sendPacket(new CPacketClientStatus(CPacketClientStatus.State.REQUEST_STATS)); And if you wanted this to update in real time... I would recommend wrapping an interval block around it
  2. The reason it's 0 is because you need to open up the stats menu in game to load everything... Before loading stat menu: - 0 After loading stat menu: -53 Does anyone have any idea how you can load the data without having to open the menu?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.