'Habboon' Achievement

sensaze

Member
Jan 29, 2017
73
7
dzHtn1u.png

How to change this?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
PHP:
SELECT * FROM `achievements` WHERE `category` = 'habboon';
 
Actually... you're looking in the wrong table? That's the Quests table?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
This is correct. You now need to add it to the external flash texts, like it was for Habboon, if you search Habboon you'll probably find it. You also have to make an image for it to display, and name it the same again.
 

sensaze

Member
Jan 29, 2017
73
7
This is correct. You now need to add it to the external flash texts, like it was for Habboon, if you search Habboon you'll probably find it. You also have to make an image for it to display, and name it the same again.

Where is the image stored? c_images? Do you happen to know the name of said image so I can just replace?
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
To change the name from Habboon to Habbpro just simply search if you can't find it add it. (From the line below)

quests.habboon.name=


As I said if you can't find t just add it and see
 

sensaze

Member
Jan 29, 2017
73
7
To change the name from Habboon to Habbpro just simply search if you can't find it add it. (From the line below)

quests.habboon.name=


As I said if you can't find t just add it and see

You can see from the screenshots though, its showing as quests.habbro.name, so I've tried both habboon and habbro in my external flash over rides and it doesn't change anything.
 

Menkz

Member
Jul 9, 2010
374
167
PHP:
UPDATE `achievements` SET `category` = 'habbro' WHERE `achievements`.`id` = 149
UPDATE `achievements` SET `category` = 'habbro' WHERE `achievements`.`id` = 150
UPDATE `achievements` SET `category` = 'habbro' WHERE `achievements`.`id` = 166
UPDATE `achievements` SET `category` = 'habbro' WHERE `achievements`.`id` = 167
UPDATE `achievements` SET `category` = 'habbro' WHERE `achievements`.`id` = 168
UPDATE `client_external_texts` SET `value` = 'Habbro' WHERE`client_external_texts`.`id` = 27


that wasn't too hard
 

Users who are viewing this thread

Top