• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

PlusEMU (adaptable for your emulator) - HabboMall Offer Window

Newbie Spellweaver
Joined
Feb 11, 2017
Messages
18
Reaction score
16
Hi all, I am the founder of VabboH Hotel (for the moment the game is closed to all, it opens this summer).

Sorry for my bad english...i'm french developer
VabboH is the first best-developed international hotel of the entire market. (Yes Yes Yes!). Since I have all the fixed Habbo I allow me to offer a small fixed on your hotels, to make you wait for the release of my future emulator.The emulator will be sold in open source to the highest bidder, otherwise you will all benefit very soon from the closed source. I use for this a very good encryptor for smart guys who will try to divert the closed source with software. (Yes I know this trick lol who does not know it)

1. Search packet ID of HabboMall, for PRODUCTION-201609061203-935497134 : 2543
ServerPacketHeader.cs

public const int TargetOfferMoreCredits = 2543;
2. Created in your site, according to your habboapi.js, the file shopapi/checkoffer/ and copy/paste my script

3. Declare in GameClient.cs :

Code:
ServerPacket HabboMall = new ServerPacket(ServerPacketHeader.TargetOfferMoreCredits);Session.SendMessage(HabboMall);


Credits:

VabboH (MercuryFR)
 
Back
Top