Search results

  1. Bjork

    Is it REALLY 10 years though?

    Hey, it's bobbahotel
  2. Bjork

    Is it REALLY 10 years though?

    My only hotel i was on, and still passing by sometimes is still open since the 11th June of 2011. :)
  3. Bjork

    Hey! héhé

    Hey! héhé
  4. Bjork

    [RELEASE] PRODUCTION-201812272209-984739530

    Thank you @Silenos ! Very much appreciated!
  5. Bjork

    [RELEASE] PRODUCTION-201812272209-984739530

    Hi there! Someone still have the Habbo.SWF please, because the links are down.
  6. Bjork

    Plus emulator is not working

    Related to that: https://devbest.com/threads/plus-emulator-returns-in-error-solved.84087/post-419408
  7. Bjork

    Voucher Update Problem Plus Emulator

    You can check an existant RCon (MUS) command and create/adapt it to reload vouchers when a new one is added through the mus function on your website (If you have one)
  8. Bjork

    Voucher Update Problem Plus Emulator

    You can use an RCon update when a new voucher code is added.
  9. Bjork

    Process is terminated (stackoverflow)

    As i look to your error in the screen, the error comes when something was bought in the catalogue. To see where the error is thrown, you need to put the Plus Emulator.pdb in the same folder than Plus Emulator.exe or launch the hotel in debug mode through Visual Studio. Don't know if it's...
  10. Bjork

    Catalogue Issues

    Did you download the furni icons png ? Exemple: https://images.habbo.com/dcr/hof_furni/63991/easter_c18_tulip4_icon.png
  11. Bjork

    Problem With TryAuthenticate

    Try to debug the emulator to get the error line.
  12. Bjork

    Users can enter closed rooms [PLUS EMU]

    It's not related to permissions, since butterfly users can bypass the doorbell by doing what he said in the first post. To prevent that, a check with the roomId on enter rooms must be added.
  13. Bjork

    [PLUS] FloorPlanEditorRoomProperties fix with the 2x2 tiles

    Yes but 75%+ here doesn't know what to change so it's useless. When you make a tutorial, you make it complete. Here is the piece of missing code: FloorPlanFloorMapComposer.cs class FloorPlanFloorMapComposer : ServerPacket { public FloorPlanFloorMapComposer(List<Point> Items)...
  14. Bjork

    [PLUS] FloorPlanEditorRoomProperties fix with the 2x2 tiles

    The code isn't complete. The code inside FloorPlanFloorMapComposer needs to be edited aswell.
  15. Bjork

    Loosing items

    Okey, what's your emulator ? You can try this one: -- ---------------------------- -- Procedure structure for `getroomitems` -- ---------------------------- DROP PROCEDURE IF EXISTS `getroomitems`; DELIMITER ;; CREATE DEFINER=`root`@`localhost` PROCEDURE `getroomitems`(IN `roomid` INT(10)...
  16. Bjork

    Loosing items

    Run that to your MySQL database: CREATE DEFINER=`root`@`localhost` PROCEDURE `getroomitems` (IN `roomid` INT(10) UNSIGNED) BEGIN SELECT items_rooms.item_id, items_rooms.x, items_rooms.y, items_rooms.n, items_rooms.w, items.base_id, items_extradata.data, items_rooms_owners.owner_id FROM...
  17. Bjork

    How to remove the ''Buy One'' Buttons from a furni.

    OfferId must be -1 ?
  18. Bjork

    [PLUS] CatalogIndex clean up and sub pages fix (done properly).

    Check your GetCatalogIndexEvent.cs, he needs to be like this. I had the same problem and figured out i deleted one line when i copied/pasted the code. https://pastebin.com/dF9Evr6B
  19. Bjork

    [PlusEMU] Viewinventory Command Not Working Properly

    I used this command and i noticed the command would only work if your inventory is open when you launch the command.
  20. Bjork

    [Plus Emulator] Exploit that nobody can fix...

    Yeah, unless it was happening with the SSO fixed so...
Top