PlusEmu - Updated headers now d/c on 76%

WockoLad

SELECT * FROM `lads` WHERE `username` = 'WockoLad'
Dec 24, 2014
233
23
So, I updated the packets and i'm now d/c on 76%.

Swapped over the vars, and and the game swf files.
 

treebeard

Member
Jan 16, 2018
317
173
I'm not to sure what structures are... I've never really played with packets before.

You find packet structures in the old habbo.swf and the same one in the habbo.swf you are updating to.
Example:
Code:
 public function parse(_arg1:_-402):Boolean
        {
            this._-4iW = _arg1.readBoolean();
            this._-6gh = _arg1.readBoolean();
            return (true);
        }
You would compare the two structures and try to spot any changes, such as a new variable or one taken away. Then, you have to change the classes that correspond to the packet structure you are updating to include or exclude any changes in packet structure.
 

Users who are viewing this thread

Top