As said above, use HabboUI Editor to change the text under grid_purse, you can download a working version here.
http://retrofiles.xyz/Tools
Download HabboUI Editorv2.4.5
Never used this emulator, looks like a Plus rename though, question.
Does the column "changename" even exist in the user table, if it does, are you sure it's the correct data type?
@mitchellrjc Does your database have the table called user_achievements? Run this query.
DROP TABLE IF EXISTS `user_achievements`;
CREATE TABLE `user_achievements` (
`userid` int(11) unsigned NOT NULL,
`group` varchar(255) NOT NULL,
`level` int(11) NOT NULL,
`progress` int(11) NOT NULL...
I don't think there is one released currently. I was working on one with @smh, I ripped the original website and was coding PHP into it, got to the liking ability to user comments then gave up because it was a pointless project, there is already like three Snog websites, so why re-create another.
Just saying, you're giving people the wrong Discord, you private messaged me yesterday asking for help with something and I tried adding your Discord, and it wasn't found.
I can help you learn these things, the background of retros, not too familiar with as I only joined in like 2010, so that's not very long, some have been here longer, but as for adding furni, clothes, etc, I can help.
Does their user_stats data delete when they're offline? As the user profile is collected from user_stats, so something is making it only collect when the user is online.