Yes, same problem too.
Don't know why it says this is a problem...
Printable View
Yes, same problem too.
Don't know why it says this is a problem...
Simple fix for the room creation/getting the data.
In: HabboHotel\Users\Habbo.cs find 'internal void UpdateRooms(DatabaseClient dbclient)' and replace the whole void with this:
Enjoy :DCode:internal void UpdateRooms(DatabaseClient dbclient)
{
UsersRooms.Clear();
dbclient.AddParamWithValue("name", Username);
DataTable dbTable = dbclient.query_read("SELECT id, caption, description, roomtype, owner, state, category, users_now, users_max, model_name, public_ccts, score, allow_pets, allow_pets_eat, allow_walkthrough, allow_hidewall, password, wallpaper, floor, landscape, icon_items, icon_bg, icon_fg, tags, allow_rightsoverride, floorsize, wallsize FROM rooms WHERE owner = @name ORDER BY id ASC");
foreach (DataRow Row in dbTable.Rows)
UsersRooms.Add(HangEnvironment.GetGame().GetRoomManager().FetchRoomData((uint)Row["id"], Row));
}
Also, for the error you guys were getting with achievements, it's due to it called this;
which probably wasn't found in the database.Code:HangEnvironment.GetGame().GetAchievementManager().UnlockAchievement(this, 11, 1);
Thanks, Sledmore but for some reason I am unable to enter rooms? Not even public rooms. Could that be my swfs?
Okay so known issues.
-Clicking on the achievement tab, causes an error in the emu and wont open up.
--Unable to enter rooms, it doesn't even get logged in the emu.
Facebook? Which client/cms do you use?
Error in packet F_@gST-540332-2852514301-8804435872-otaku-1XhQ:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Hang.HabboHotel.Achievements.AchievementManager.UnlockAchievement(GameClient Session, UInt32 AchievementId, Int32 Level)
at Hang.HabboHotel.GameClients.GameClient.Login(String AuthTicket)
at Hang.Messages.GameClientMessageHandler.SSOLogin()
at Hang.Messages.GameClientMessageHandler.HandleRequest(ClientMessage pRequest)
at Hang.HabboHotel.GameClients.GameClient.HandleConnectionData(Byte[]& data)
Im getting this error ive done all thats been said in this tread and
it could be the cms im useing as it looks like a ticket error
you have the butterfly CMS that works?
Hmmm, why we should to use it when we have the original source leaked (on another topic)? The mankind is going for a stable version, no retarded stuff.
We must forward, not backward!
- Yesser
Yesser, hush up, you hardly know what you're fucking talking about,
anyway after craig just explained, i was checking through the source with your errors, when someone new registers on uberEmulator, they automatically get an achievement (badge) of beta testing I think? And that wasn't in the achievements table.
Does anyone know what swf version works for this emu?