Bug Report ( Voucher codes doesnt work)
Bug Report ( Voucher codes doesnt work)
Can't packet log at this moment, thats why I asked.
Basically just al the room bundles that ever being used in Habbo:
- Noob room
- Valentines
- Some candy forest for easter I think
- Cinema
- Palooza
- Probs more.
EDIT:
http://habboquests.com/articles/552-...er-Room-Bundle
http://habboquests.com/articles/169-xmas-room-bundle
http://www.habboquests.com/articles/...oom-bundle&p=2
http://habboquests.com/articles/547-...re-Room-Bundle
http://habboquests.com/articles/460-...om-bundle!&p=2
http://habboquests.com/articles/208-...oom-bundle&p=1
http://www.habboquests.com/articles/...illiage-Bundle
http://www.habboquests.com/articles/...ss-room-bundle
http://www.habboquests.com/articles/...al-room-bundle
http://habboquests.com/articles/214-...13-room-bundle
http://habboquests.com/articles/242-...pa-room-bundle!
http://habboquests.com/articles/199-mystics-2013-bundle
http://habboquests.com/articles/189-...13-room-bundle
http://www.habboquests.com/articles/...ic-room-bundle
Last edited by The General; 18-07-14 at 03:53 PM.
Do anyone have a fix for :ride a horse on plus emu r2? :)
Can't double click on saddle :/ maybe there is a interaction?
<furnitype id="71000627" classname="horse_saddle1"><revision>45508</revision>
<defaultdir>0</defaultdir>
<xdim>1</xdim>
<ydim>1</ydim>
<partcolors>
<color>0</color>
<color>0</color>
<color>0</color>
</partcolors>
<name>horse_saddle1</name>
<description>horse_saddle1</description>
<adurl/>
<offerid>71000627</offerid>
<buyout>1</buyout>
<rentofferid>-1</rentofferid>
<rentbuyout>0</rentbuyout>
<bc>1</bc>
<customparams/>
<specialtype>1</specialtype>
<canstandon>0</canstandon>
<cansiton>0</cansiton>
<canlayon>0</canlayon>
</furnitype>
INSERT INTO `catalog_items` VALUES ('71000627', '94', '71000627', 'horse_saddle1', '20', '0', '0', '1', '0', '0', '0', '0', '0', '0', '', '', '-1');
INSERT INTO `furniture` VALUES ('71000627', 'horse_saddle1', 'horse_saddle1', 's', '1', '1', '1', '0', '0', '0', '71000627', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0', '-1', '45508', 'yeah', '1', '0');
Here is the saddle sql and furnidata.
OK I figured out why you guys can't go in the client <.<
First you need to update your external_variables since habbo has added new things :)
Note : http://www.habbohotel.com/gamedata/e...rnal_variables
Oke second thing you need to do :
Search for this internal ServerMessage SerializeFlatCategories(GameClient Session) (Located in ../Navigator.cs)
And replace the whole thing with :
internal ServerMessage SerializeFlatCategories(GameClient Session)
{
ServerMessage Cats = new ServerMessage(Outgoing.FlatCats);
Cats.AppendInt32(PrivateCategories.Count);
foreach (FlatCat FlatCat in PrivateCategories.Values)
{
Cats.AppendInt32(FlatCat.Id);
Cats.AppendString(FlatCat.Caption);
Cats.AppendBoolean(FlatCat.MinRank <= Session.GetHabbo().Rank);
Cats.AppendBoolean(false);
Cats.AppendString("");
Cats.AppendString("");
}
return Cats;
}
Maybe a like and some rep <3
Note : This is for the latest habbo.swf that I released :)
For some reason I still connect then disconnect even after doing what you've stated
Fixes for the Football Game Ball?![]()
@SirJamal i still keep dcing? it says it handles packet gamemaker, after it it says "username has logged out." and dcs me? I did everything excatly like i should ;o!!!!???!!!
Hi there
I come into the client but I'm in no spaces
http://www.myimg.de/?img=Unbenannte0ba9.png
How can I fix this?
thank you man :)
Man I'm stupid xD