In RELEASE63-32030-31958-201103091351 the VIP clothing nor that My wardrobe thing to the right is not longer working..
May have to downgrade now untill I can be fixed, this sucks with these packet changes..
In RELEASE63-32030-31958-201103091351 the VIP clothing nor that My wardrobe thing to the right is not longer working..
May have to downgrade now untill I can be fixed, this sucks with these packet changes..
You added vista4life's fuse fixes?
Yes I've add it awhile back,
http://forum.ragezone.com/f353/fix-f...1594-a-730585/
They actually fix that so the answer to your question is USE VISTA's
---------- Post added at 11:19 PM ---------- Previous post was at 11:19 PM ----------
Change Emulator???
EDIT:
This is the packet fix by vista4life;
Code:GetMessageHandler().GetResponse().Init(2); if (GetHabbo().HasFuse("fuse_use_vip_outfits")) // VIP { GetMessageHandler().GetResponse().AppendInt32(0); GetMessageHandler().GetResponse().AppendInt32(2); GetMessageHandler().GetResponse().AppendInt32(0); } else if (GetHabbo().HasFuse("fuse_furni_chooser")) // HC { GetMessageHandler().GetResponse().AppendInt32(0); GetMessageHandler().GetResponse().AppendInt32(1); GetMessageHandler().GetResponse().AppendInt32(0); } else { GetMessageHandler().GetResponse().AppendInt32(0); GetMessageHandler().GetResponse().AppendInt32(0); GetMessageHandler().GetResponse().AppendInt32(0); } GetMessageHandler().SendResponse();
Last edited by FlyCoder; 13-03-11 at 12:24 AM.
I'll give this code a shot.Code:GetMessageHandler().GetResponse().Init(2); if (GetHabbo().HasFuse("fuse_use_vip_outfits")) // VIP { GetMessageHandler().GetResponse().AppendInt32(0); GetMessageHandler().GetResponse().AppendInt32(2); GetMessageHandler().GetResponse().AppendInt32(0); } else if (GetHabbo().HasFuse("fuse_furni_chooser")) // HC { GetMessageHandler().GetResponse().AppendInt32(0); GetMessageHandler().GetResponse().AppendInt32(1); GetMessageHandler().GetResponse().AppendInt32(0); } else { GetMessageHandler().GetResponse().AppendInt32(0); GetMessageHandler().GetResponse().AppendInt32(0); GetMessageHandler().GetResponse().AppendInt32(0); } GetMessageHandler().SendResponse();
Hmm, better would be
Code:GetMessageHandler().GetResponse().Init(2); GetMessageHandler().GetResponse().AppendInt32(0); if (GetHabbo().HasFuse("fuse_use_vip_outfits")) // VIP { GetMessageHandler().GetResponse().AppendInt32(2); } else if (GetHabbo().HasFuse("fuse_furni_chooser")) // HC { GetMessageHandler().GetResponse().AppendInt32(1); } else { GetMessageHandler().GetResponse().AppendInt32(0); } GetMessageHandler().GetResponse().AppendInt32(0); GetMessageHandler().SendResponse();
/facepalm
Jeeez, read this topic.
Haha, Thx PE ;D
so ive been gone a few days and this is what happens :( spam..
Habbo Help - Habbo Development - RaGEZONE forums is there for a reason :)