Adam

Results 24 issues of Adam

Characters are placed at the correct position but the rotation is incorrect.

bug
feature/housing

Looks like the two packets we had in 4.4 are now 1 packet: MSQTrackerComplete = 0x01C3 MSQTrackerProgress = 0x01C4 had the following case 0x1C3: case 0x1C4: sub_140EC0340(0x11u, v4, 0); now...

network

Putting mail implementation details here so it's not lost in conversation ## database structure CREATE TABLE `mooglemail` ( `letter_id` int(11) NOT NULL DEFAULT '0', `mail_body` varchar(200) COLLATE latin1_general_ci NOT NULL,...

feature

Add missing operations: - [x] Stacking - [x] Splitting Misc: - [x] Fix max stacks for merging/adding items, currently the max stack size is hardcoded to 999 and isn't read...