Recent content by Karel

  1. K

    Searching chooser command.

    I believe the chooser command is implemented in the habbo.swf
  2. K

    Need help with rare_colourable_ rares

    Use Furni Editor by Leenster. You assign colors to id's and then use those id's in furnidata.xml (add #id I believe)
  3. K

    How to translate this text? (I NEED HELP PLS)

    Ah I see you’re using Slopt Emulator. I’m not familiar with that emulator at all but maybe if you search for ‘Habplus Ekibi’ in the entire solution (click arrow next to ‘current document’ to show a dropdown and select ‘entire solution’) you might find it and be able to edit it
  4. K

    How to translate this text? (I NEED HELP PLS)

    Can you post your UserDataFactory.cs?
  5. K

    How to translate this text? (I NEED HELP PLS)

    Is that Plus Emulator or some emulator based on Plus? Then it's in your emulator probably in the UserDataFactory class. Open the .sln file of your emulator in Visual Studio and edit 'HabPlus Ekibi' to 'Staff Chat' or whatever you want to call it. Then compile your emulator and start it. Log in...
  6. K

    I want to run cms I get such an error, please help!

    Change 'public function MySQL' on line 28 to 'function __construct'. The __construct function will be called automatically when you create an object from the class. Leave the parameters as they are
  7. K

    [Help] BrainCMS Issues

    To add a skin in BrainCMS, place the skin's folder in the folder 'templates'. To select it, you have to replace 'brain' in '$config['skin'] = "brain";' with the name of the folder of the wanted skin
  8. K

    Colored names command

    Click this button Visual Studio will show you the causes of the errors. Also, when you double click the errors it shows in there, you will be sent to where the error is
  9. K

    Home room automatically becomes - Room ID: 23

    It's in your cms config. If you're using braincms you'll find this line Change 23 in the id of the room you want to be the users' homeroom. The homeroom will automatically update for the users on logging in
  10. K

    Unknown column 'status' in 'field list'

    The column for statusses is called motto I believe
  11. K

    Furni overlap

    No its not being stacked up. Its only the graphics... The dimensions were 1 by 1 already. I don't know if it makes a difference but I'm comparing a money dragon which has a similar structure with it. The z-indexes in the flowerdragon are very low and high... Also the dimensions in the swf were 2...
  12. K

    Furni overlap

    Hi! Today I've added some furniture to my hotel. Almost all of them work fine. There is one that overlaps the furniture in front of it: I think this has something to do with the swf file but im not sure what to change in there. So does any anybody know how to fix it?
  13. K

    [Mockup] Habbo Desktop's Base UI

    You can create RCON Commands and create a connection. Then add an event on the buttons that triggers your commands. I dont know if there's another way haha
  14. K

    Remove Navigator Category

    Wow I did this yesterday :D! This works for Plus so if you're using Plus: Find the class named NavigatorManager and comment one line out like down here public NavigatorManager() { this._topLevelItems = new Dictionary<int, TopLevelItem>(); this._searchResultLists...
  15. K

    [HELP] Diamond Exchange

    Did you restart your emulator or use the command ":update items" to reload the hotel's items?
Top