DarkstarProject / xiloader

Loader for FFXI to bypass POL and connect to any server
GNU General Public License v3.0
24 stars 47 forks source link

Character IDs > 0xFFFF dont write to memory correctly #15

Open takhlaq opened 7 years ago

takhlaq commented 7 years ago

dsconnect / lobby send the correct id, xiloader receives the uint32 id, something fucky happens and only 2 bytes are written to memory

see https://github.com/DarkstarProject/darkstar/issues/4224