Recent content by Txc

  1. Txc

    [Release] Rare Exotic Animals

    Solid release Bran, I can vouch.
  2. Txc

    Flash BlissRP - Something different

    Hey, good luck on this. Just one recommendation is some of your websocket interface should be cleaned up and look uniform. While the design style looks good, it would look better for example if you were to have the "X Left" info align right. Just a suggestion but it'd make the interface cleaner.
  3. Txc

    Group Badges Disappeared?

    The issue isn't the rewrite as that's already done.
  4. Txc

    Fully Functional Stack Height Command

    Hey devbest, today I'm finally releasing a command that everyone should have coded into their emulators. It's more or less essential for building on a hotel because everyone complains about stacktiles. As well as a lot of people have the buggy versions of stackheight coded into your emulators...
  5. Txc

    Plus Emu Trading Problem (PRODUCTION-201803052204-869460996)

    RoomUser TargetUser = Room.GetRoomUserManager().GetRoomUserByVirtualId(UserId); if (TargetUser == null) return; That was the equivalent line from my emulator. I'm sure your structures are gonna be slightly different but maybe using UserId as opposed to...
  6. Txc

    [PLUS] FloorPlanEditorRoomProperties fix with the 2x2 tiles

    You still need to define point on the corresponding server packet lmfao.
  7. Txc

    Adding a wired?

    Not sure if you ended up figuring this out or not but to get familiar with adding wired in game you should follow an example tutorial such as this one: https://devbest.com/threads/plusemu-close-dice-wired-and-more.82318/#post-405803
  8. Txc

    What is the best CMS

    This is fairly opinion based. Rev is not secure by any means but it is the easiest to work with. There are ways to secure rev to the point where you won't get hacked, but it'll never be 100% safe. That being said, nobody really 'hacks' hotels anymore provided the obvious exploits are fixed.
  9. Txc

    Gta 6 Release?

    Predictions from random sources all over the web point to a release in 2022. They've been adding a lot recently to online, and not to mention it's still big.
  10. Txc

    Coral Kingdom Seawreath

    Is the clothing included in both your figuredata and figuremap xml files? Did you clear your cache, purge cloudflare, and add the database entry in catalog_clothing?
  11. Txc

    [RELEASE] Gaming Furniture 2018

    If someone didn't add a furni line due to 3 or 4 furnis not being in the right category as opposed to just adding a page entry for laundry 2018 and moving the ~4 laundry furnis into their own category, I can only assume they're a lazy "dev". Either way I'm sure the community appreciates your...
  12. Txc

    [REL] Gaming Furni 2018/Laundry furni 2018

    Should also include that for some reason your pack includes Laundry 2018. Some people might want to know I guess.
  13. Txc

    R2 Custom Clothing Pack & Emulator Fix

    Did you check your developer tools for missing swf files?
  14. Txc

    [PLUS] FloorPlanEditorRoomProperties fix with the 2x2 tiles

    What edits did you make to the corresponding server packet? also I know someone's gonna come across this error so I may as well state it now to avoid 10 pointless thread replies. In default Plus the line "Room.GetRoomItemManager().GetFloor.ToList().ForEach(Item =>" should be...
  15. Txc

    Easter 2018 Furni (With Fixed Interactions and Sizing)

    I'm working on an emulator for someone, if they find these useful I'll come out with an actual fix for it and release it on devbest.
Top