Search results

  1. boz

    Retro Nitro Client stuck on connecting..

    If your using cloud flare you need to disable ssl for the web socket url it’s using.
  2. boz

    Items Updater

    There’s a tool to compare your figuredata to habbos. As for catalogue items just use a habbo downloader (duckies) and then all the swfs downloaded, copy them to your swf directory but don’t replace ones that are already there, then once they’re pasted simply copy them and put them in a sql...
  3. boz

    Rare Values Icons

    Just use the images in dcr/hof_furni/icons
  4. boz

    Habboon Summer & Pride Custom Clothing Lines

    Great release! Shame people claim others work as their own, guess that’s how the retro community always has been though.
  5. boz

    [Arcturus] Furni adding

    Does the catalog_items and items_base id match up with the id on furnidata? Also have you added _icon files.
  6. boz

    NITRO CLIENT ERROR ASSETS ON VPS

    Your assets aren’t configured correctly, open console view when loading the client & it’ll show you what it’s trying to get.
  7. boz

    Need help doing my retro. Paid$$

    Ho How exactly did they do a bad job?
  8. boz

    Loads client but redirects at 100%

    Opening up console is the easiest way to figure out what’s wrong. Are you saying it’s loading into the hotel and then disconnecting or just loading to 100%and disconnecting before hotelview?
  9. boz

    [REL] Fresh Server [R63, Pre Shuffle, C#]

    https://retrofiles.net/download/10
  10. boz

    Arcturus Database problem

    [ERR] 1291 - Column 'page_layout' has duplicated value 'pets2' in ENUM [ERR] 1146 - Table 'blisshotel.catalog_pages' doesn't exist [ERR] 1146 - Table 'blisshotel.emulator_settings' doesn't exist [ERR] 1146 - Table 'blisshotel.emulator_texts' doesn't exist [ERR] 1146 - Table...
  11. boz

    Recruiting PAID - LOOKING FOR SOMEONE TO BUILD A RETRO

    a hotel setup on nitro, flash or both?
  12. boz

    RadiPanel for IIS

    Could be the version of php your using as radipanel is v old.
  13. boz

    Arcturus Morningstar Catalogue Furni

    No _icon or no swf/nitro file.
  14. boz

    [Release] Diamond exchange furni 1, 5, 20 and 50 diamonds

    He’s not claiming these to be his, just stating it’s his first release. OT: nice release I will be using 🙂
  15. boz

    Nginx for Brain Cms

    location / { rewrite ^/([a-zA-Z0-9_-]+)(|/)$ /index.php?url=$1; } location /news { rewrite ^/news/([a-zA-Z0-9_-]+)(|/)$ /index.php?url=news&id=$1; } location /home { rewrite ^/home/([a-zA-Z0-9_-]+)(|/)$ /index.php?url=home&user=$1; } location /swf { rewrite...
  16. boz

    How to change language in client

    Convert your external_flash_texts to .json format with the nitro converter.
  17. boz

    Arcturus Morningstar | Auto Diamonds keep spamming

    Users_currency doesn’t have a rank column so what’s what that errors for, you need to use this SELECT * FROM users INNER JOIN users_currency ON users.id=users_currency.user_id AND users_currency.type = '5' WHERE rank <= '5' ORDER BY users_currency.amount DESC LIMIT
  18. boz

    BrainCMS | Credits currency is not changing while buying stuff

    You probably have infinite currency set as your rank so it won’t subtract for you.... the clients purse is correct it’s your cms that’s pulling the data from the wrong places, if you look on the Q&A sub I’ve posted a MySQL code in nateforever’s post that pulls the correct duckets just use that...
  19. boz

    BrainCMS | Credits currency is not changing while buying stuff

    The client doesn’t go off ‘pixels’ it goes off users_currency.
  20. boz

    BrainCMS | Credits currency is not changing while buying stuff

    Credits isn’t in the user settings table it’s stored in users table under ‘credits’. Points is not diamonds on the emulator, points are under user_currency with type 5 being diamonds type 0 being duckets and any custom currency on top of that. So your page isn’t collecting the right data, as...
Top