Search results

  1. yoyok

    PlusEmu Bug

    I have tested it twice, unfortunately it does not work.
  2. yoyok

    PlusEmu Bug

    If i understand you right, I need to add a furniture counter at Tradingcomposer?
  3. yoyok

    PlusEmu Bug

    @Damiens It does not work, still same issue. I've tested it with your code: using System; using System.Linq; using System.Text; using System.Collections.Generic; using Plus.HabboHotel.Rooms.Trading; using Plus.HabboHotel.Items; namespace Plus.Communication.Packets.Outgoing.Inventory.Trading {...
  4. yoyok

    PlusEmu Bug

    using System; using System.Linq; using System.Text; using System.Collections.Generic; using Plus.HabboHotel.Rooms.Trading; using Plus.HabboHotel.Items; namespace Plus.Communication.Packets.Outgoing.Inventory.Trading { class TradingUpdateComposer : ServerPacket { public...
  5. yoyok

    Catalogue permissions?

    using System.Collections.Generic;using Plus.HabboHotel.Catalog; using Plus.HabboHotel.GameClients; namespace Plus.Communication.Packets.Outgoing.Catalog { public class CatalogIndexComposer : ServerPacket { public CatalogIndexComposer(GameClient Session, ICollection<CatalogPage>...
  6. yoyok

    FindRetros Vote Problem

    As you already mentioned that some users (not all) have this problem, probably it's the .htaccess. It can be also Sucuri, because they have a redirect 'anti DDos check' . Make sure there is no issue with your .htaccess and don't forget to delete your cookies when you test it again.
  7. yoyok

    FindRetros Vote Problem

    It redirect the user many times. If someone set the vote at /index, it will first re direct to index.php then re direct > vote page > back to index. That's way to much. I can't see your php code, so don't know where it exactly going wrong.
  8. yoyok

    PlusEmu Bug

    I'm using: PRODUCTION-201607262204-86871104 right now.
  9. yoyok

    PlusEmu Bug

    I've checked if the structure is changed for TradingUpdateComposer but it's not changed. What do you mean with sending the wrong image at first part? I see in the javascript console, that the image is loading at console, but weird enough not showing for the first time in the trade. bump...
  10. yoyok

    PlusEmu Bug

    How can it be a packet issue? Trade just work when i click on 'Accept', but only the furni icon image is not showing up at the first time.
  11. yoyok

    PlusEmu Bug

    Hi, I've a bug when I'm trading with someone. The furni icon image is not loading at the first time when you trade with someone. If I close the trade, and open it again it loads the icon good... but at the first time it's not show the icon up. I see in the console, that the icon is loading at...
  12. yoyok

    [RELEASE] [COMMAND] [PlusEMU] View Inventories

    Nice! Never have seen this before.
  13. yoyok

    [PlusEMU][Addon] Christmas Calander

    As you can see, you've alot good comments on your release and tutorials threads. Don't let some 'hotels are now not unique' comments stop you from helping the community. Btw, you'll be better in the time with writing tutorials. That's how it works, If you do something often, it will be more...
  14. yoyok

    [PlusEMU][Addon] Christmas Calander

    Why don't just share it with us? With teamviewer only he get it...
  15. yoyok

    [PlusEMU][Addon] Christmas Calander

    Nice release, hope to see more from you
  16. yoyok

    Adobe Flash Player HUGE PROBLEM

    As I said, they are slowly ditching Flash player. I know Flash is still included for 99% of the users. http://fortune.com/2016/12/15/microsoft-adobe-flash/ bump
  17. yoyok

    [+] All ranks have ALL commands

    I mean the table 'permissions'. Open table permissions and permission_rights there you can edit it. I've looked in the source from Plusemu for the ban command. if (Habbo.GetPermissions().HasRight("mod_soft_ban") && !Session.GetHabbo().GetPermissions().HasRight("mod_ban_any")) So...
  18. yoyok

    [+] All ranks have ALL commands

    Show your permission commands table?
  19. yoyok

    [+] All ranks have ALL commands

    VIP rank 3 is by default Event staff, so that's why they have staff commands. It's coded in the emulator, you need to change it their.
Top