Recent content by gtabh

  1. G

    Does anyone have ShockCMS 2.2 download?

    ***** download does not work, does anyone still have the file?
  2. G

    [PlusEMU] Updating TriggerWalkOnFurni when item is moved

    Thanks, should have thought of that before asking here. It didn't enter the first foreach loop, if there was only one tile, because the AffectedTiles dictionary is only defined if it affects more than one tile. Here is the fix, for anyone else needing it: if (AffectedTiles.Count > 1)...
  3. G

    [PlusEMU] Updating TriggerWalkOnFurni when item is moved

    I am trying to trigger User Walks On Furni, when an item is moved under a user. Currently, this is my code, that I have written in SetFloorItem in RoomItemHandling.cs. // Update Wired triggers foreach (ThreeDCoord Tile in AffectedTiles.Values) {...
  4. G

    Floor Plan

    The problem is that PlusEMU is passing ints to enum columns in the database, which causes the values to be undefined. Open the rooms table, find the ENUM columns with undefined values and alter them to use INT(1). I believe it was allow_pets, allow_peats_eat, room_blocking_disabled...
  5. G

    Grayscaling doesn't work on group badges

    You were right, it has to do with PHP 7, I found a habbo-imaging release that's compatible. Habbo Badges Generator [PHP 7.0] by Xdr Master
  6. G

    Stuck at 76% from outside of the server PC

    Some providers don't allow port forwarding, even though you have enabled it in your router settings. I have had the same problem because we're using the internet we get from our company. Can you access it from other computers on the same network?
  7. G

    Grayscaling doesn't work on group badges

    I have tried download habbo-imaging from 3 different sources, they all work but have the same problem. The colors doesn't work at all, everything is black unless it has another default color. The habbo-imaging I'm currently using comes from ***** (Habbo SWF...
  8. G

    How do I recompile my emulator?

    How am I going to learn editing if I can't test the things I do? I can a bit of C#, and I can compile single .cs files into .exe, but I don't know how to do it with the emulator. And no I am not going to remove/edit credits in the emulator.
  9. G

    How do I recompile my emulator?

    I want to start editing my habbo emulator, but I am not sure about how I recompile it. Do you know any tutorials/can you explain how? (I couldn't find any tutorials when I searched on google) I use Microsoft Visual Studio 2013 for editing. Update: I figured out how to do it
  10. G

    Doesn't use the changes I made in external_variables.txt (fixed)

    fixed by renaming the file and doing the same in housekeeping
  11. G

    Doesn't use the changes I made in external_variables.txt (fixed)

    When I edit external_variables.txt it doesn't use my changes (yes i saved it). Are there any fix on this?
  12. G

    Retro Habbo Retros taking over Habbo.COM?

    I think habbo.dk has about 100 online and the highest they get is 200, but I don't know the numbers anymore because they removed the "x members online" box. And the danish habbo retros has about 500 users online most of the time.
Top