Search results

  1. B

    {PLUS} Fast food server

    Now there is a plus edit released 'cloud emulator' where it DOES work , i'm confused right now, looked at the source and the only thing that i can think of is: it creates a session in user_tickets where it creates an sso_ticket that mirrors the auth_ticket in the users table , but since plus...
  2. B

    [RELEASE] [COMMAND] [PlusEMU] View Inventories

    I could but 1) if i help you over skype that doesn't help other users on this forum that may have the same problem 2) if you are not a 'programmer' or have no csharp knowledge i would not advise plus emulator Why ? It might be updated and a community project but there is a shit ton of work to...
  3. B

    [RELEASE] [COMMAND] [PlusEMU] View Inventories

    Look at the structure of your furnilistcomposer (rightclick > go to definition) and see how it should be done
  4. B

    SaveFootballGateOutfitEvent

    Anybody ever coded this? public const int SaveFootballGateOutfitMessageEvent = 2950;
  5. B

    Command ''Commands'' doesn't work

    Try this using System; using System.Linq; using System.Text; using System.Collections.Generic; using Plus.Utilities; using Plus.HabboHotel.Rooms; using Plus.HabboHotel.GameClients; using Plus.HabboHotel.Rooms.Chat.Commands.User; using Plus.HabboHotel.Rooms.Chat.Commands.User.Fun; using...
  6. B

    Command ''Commands'' doesn't work

    you not knowing that motd messages are configured in variables is pretty 'retarted' Just go and put notification.items.enabled to false and try to use :command :D
  7. B

    Command ''Commands'' doesn't work

    It actually is in your variables ..... post them here and let me take a look Not sure since i can't see yours BUT .. notification.items.enabled=true OR push_notifications.enabled=true might be set to false in your variables?
  8. B

    Command ''Commands'' doesn't work

    It's in your variables
  9. B

    Staff page

    If it is so obvious that you are using custom clothing according to Jozh thn the only solution is to write your OWN habbo imaging script Greets
  10. B

    Staff page

    Do you use custom clothing??
  11. B

    {PLUS} Fast food server

    So what's the problem now, missing packets ? And as i might have mentioned before : it's closed source and on the plus structure it is auth_ticket while here it is sso_ticket
  12. B

    PLUS Room Bundle

    Will investigate now
  13. B

    PLUS Room Bundle

    No i don't , i do know where the error comes from : The room bundle of yours does it include any wired? Or custom room model ect? if i try a custom room model AND OR a room with wired AND OR a room with a teleport it does NOT work
  14. B

    PLUS Room Bundle

    Got it working , much love
  15. B

    PLUS Room Bundle

    But how do you refer from the catalog_items to the catalog_deals back to furniture
  16. B

    PLUS Room Bundle

    Still only limited to 1 furniture
  17. B

    PLUS Room Bundle

    item_id or offer_id cause when i try item id , it does nothing ./
  18. B

    PLUS Room Bundle

    Behaviour_data is an integer, so that's not it i guess , i was working on exchange and it's the value count , where i never see a reference to behaviour data in the ROOMDEAL interaction type
  19. B

    PLUS Room Bundle

    Hey guys , Using the plus emulator r2 for my hotel but i got confused as *** I was trying to create a room bundle (not knowing how) , Checked out the emulator source and the only thing i found is INTERACTION TYPE ?! can somebody help me set up a room bundle? I have the catalogue layout ect...
  20. B

    {PLUS} Fast food server

    What do you exactly need from my sql?
Top