PHP:SELECT * FROM `achievements` WHERE `category` = 'habboon';
Actually... you're looking in the wrong table? That's the Quests table?
[SQL] SELECT * FROM `achievements` WHERE `type` = 'habboon';
[Err] 1054 - Unknown column 'type' in 'where clause'
Code:[SQL] SELECT * FROM `achievements` WHERE `type` = 'habboon'; [Err] 1054 - Unknown column 'type' in 'where clause'
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.
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
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