Hey Devbest community, have you ever set up an r2 emulator and had your builder(s) start constructing your welcome lounge, added a bunch of custom features, then had people bitching about your hotel not having custom clothes? Or is that just me... Anyway, today I bring you a release for R2...
To clear up any confusion with all of you, my decimal characters on both vps servers are set to a period. One of the two emulators I experienced the problem on was my own edit which I coded sandbox mode into, thus editing my rooms table. I thought the issue was self inflicted until I experienced...
I made an edit on one of my emulators where I changed the floorplan max from 64x64 because it was giving me a weird error so I thought that also messed with things but it's exactly the same on default plus. I guess I'm gonna look into finding a better way to handle room saving.
We thought it had something to do with the way I coded stackheight but then it occured on this emulator before I coded in stackheight. It happens mostly when using floorplan editor but other times it'll do it with simply unloading a room. It happens at least once with most rooms on my hotels.
Seems to occur way too often on both of my emulators, one being an R1, the other being an R2 on two different revisions. I assume the entirety of room saving needs to be recoded in order to fix this?
I was almost convinced that this was specifically my emulator that did this, so I was trying to figure out if I had to recode the way plusemu handled room saving or it was just a simple database edit. Then the glitch happened on a new emulator I've been working on and I was wondering if anyone...
It has nothing to do with my files, it's not my fault when some people mindlessly change ids or get furniture from random releases that use whatever numbers they desire. My SQL queries and XML excerpt were designed to be inserted into their proper IDs from Habbo.
@Berk there's a high chance your...
Nice release, I'm sure a lot will find this useful and appreciate the continuation. The original emu I believe is actually azure based I'm not sure why it was named Plus in Hender's release.
Pm me, let me know what you're having trouble with. I fixed it in my emulator.
For anyone having trouble adding this into plus, getting errors in FurniListComposer.cs use mine:
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.HabboHotel.Items...