I'm working on some things and when i have time i will release a ego emu you guys need to help with the sql
I'm working on some things and when i have time i will release a ego emu you guys need to help with the sql
Last edited by Chapo; 26-10-12 at 12:16 AM.
Yes, first. Thanks for this, lovely work you have here :)
I have alot of packetlogs, do you want?
Okay, upload them now for you :)
Spelling mistake mate, heres the fixed bit:
int AmountInCat = ButterflyEnvironment.GetGame().GetQuestManager().GetAmountOfQuestsInCategory(Category);
When you complete a quest you disconnect.
Nice nice thanks :)
Fantastic! :D
Needing the structure for the pull down on the chat boxes, cause its not like habbos.
Currently busy with groups got a lot of it already, it works fine but nog fine enough for me :)
I've to Ecotron working just a few little bugs trying to fix, and as last marketplace working, but it doesn't work fine (little bugs) when i have time i will make it 100% and release it here :)
For people who has some packetlogs/structure for buying a group in catalogue or other packetlogs send me a PM or add me on msn (niels@leethotel.com)
Quest a little bit more fixed, but after process the quest you will disconnect.
Currently got buying group in catalogue fixed, but missing a few packets and structures so please packetlog someone :D
Anyway i have the new quests (sorry for the language but its dutch because i have a dutch retro lol.
Screen:
This is not stable, but it works, tommorow i will continue this because got to go.
Okay, i cant packetlog cause i need credits and vip for groups, i might buy, also add me on Msn
John-Hearfield@hotmail.co.uk
Ill upload them yes. Hold on a bit while im making a habboween video
Some packets just working on it:
// ecotron
EcotronRecycle > 2747;
//games
InitGame > 3752;
GetGameInfo > 1032;
SelectGame > 1536;
OpenGame > 3395;
//helper tool
AnswerQuestion > 1251;
ChangeGuideMode > 167;
SendHelpMessage > 3543;
CancelHelpRequest > 3284;
ChangeTicketState > 3891;
SendChatMessageInGuideTool > 2811;
ReportAbuseInGuideTool > 158;
CloseGuideSession > 229;
I got a lot of more, but this is just a preview before i got to go :P i have the packet structures, but i will release it when i've done everything
I just have Client ID: 2488 > [0][0]hween[0][2] type of packets, how do i get them like yours?
Can you fix home room ? it don't load a home room only black shit
Now you decided to update the thread with Habbo Guide Tool Packet's -_-
I dont have time to see the problem but disable it to see the hotel view, i know what you mean :)
Find:
Take a look at it and you see this:internal void SetHomeRoom()
Replace with:using (IQueryAdapter dbClient = LeetEnv.GetDatabaseManager().getQueryreactor())
{
dbClient.runFastQuery("UPDATE users SET home_room = " + RoomId + " WHERE id = " + Session.GetHabbo().Id);
}
And then run a query with this://using (IQueryAdapter dbClient = LeetEnv.GetDatabaseManager().getQueryreactor())
//{
// dbClient.runFastQuery("UPDATE users SET home_room = " + RoomId + " WHERE id = " + Session.GetHabbo().Id);
//}
I will try to find out whats wrong, i think a wrong packet :)UPDATE `users` SET `home_room` = '0'
When i found i will release it here :D!
Whatever.
Anyway got groupbadges working :)
Currently busy with trying to fix ecotron
Small preview.
Not much but busy with it :)EcotronRecycle > 2747;
Response.Init(2470);
Response.AppendInt32(1);
Response.AppendUInt(newItemId);
SendResponse();
__________________________
Do you know any bugs or uncoded things please let me know :)
Last edited by Chapo; 22-10-12 at 05:27 PM.
In that file. Cs this code?
internal void GenerateMaps(bool checkLines = true)
{