For some reason, I get an error saving data from the server.
(http://puu.sh/8IfpR/04962597f1.png)
The project is literally the default that comes with rmxos with a custom tileset and character. All scripts are the ones from the demo, so I'm not sure what I'm missing
Are you using LEGACY_SAVE_METHOD?
EDIT: If yes, run this SQL script on the database.
ALTER TABLE `save_data` CHANGE `data_value` `data_value` mediumblob NOT NULL;
I will update RMX-OS to v2.04.
LEGACY_SAVE_METHOD was set to false, but I changed it to true and ran the script and that fixed it :D
Thanks for the prompt reply blizz!