[Help] Azure Emulator [Help]

alex194568

Member
Sep 4, 2015
50
3
My hotel works fine with Azure Emulator 190 but when i change my IP in client.php to my Proxy IP and my Proxy Port, it doesnt let me load the client past 87%.

I have followed a tutorial on how to add the proxy port to the emulator but no such luck. Anyone help?

Thank you
 

MrWonanother

New Member
Jul 16, 2015
12
0
Inside \Azure\Azure.Emulator\HabboHotel\Misc\CrossDomainPolicy.cs find this
ConfigurationData.Data["game.tcp.port"] + "\" />\r\n</cross-domain-policy>\0");

Then Replace It With
ConfigurationData.Data["game.tcp.port.proxy"] + "\" />\r\n</cross-domain-policy>\0");

Then Go to your main.ini and add
game.tcp.port.proxy=proxy port here
below the tcp port you already have on there

Also clear your cache.
 

Users who are viewing this thread

Top