Ion/Deltar R63 Achievements (With Categories)
First, everything is default in emulator (so AppendString("ACH_Login1") ect.) so there's NO sql.
You can easy make sql and new code by yourself.
This is originally coded by Meth0d for uberEmu I just did this for Ion.
All credits goes to Meth0d offcourse and to me for making for Ion.
-
Codes:
AchievementManager.cs - [C#] AchievementManager.cs - Pastebin.com
Achievement.cs - [C#] Achievement.cs - Pastebin.com
User.cs - Add this below /// <summary>
/// 370 - "Er"
/// </summary>
public void GetAchievements()
{
mSession.GetConnection().SendMessage(IonEnvironment.GetHabboHotel().GetAchievements().SerializeAchievementList(mSession));
}
At the end add this:
mRequestHandlers[370] = new RequestHandler(GetAchievements);
Pics:
http://hotelhebbo.nl/achievements.png
http://hotelhebbo.nl/achievements2.png
Re: Ion/Deltar R63 Achievements (With Categories)
The packet structure is wrong.
Re: Ion/Deltar R63 Achievements (With Categories)
Quote:
Originally Posted by
Habchop
The packet structure is wrong.
This is what I thought to, thanks for clarifying.
Re: Ion/Deltar R63 Achievements (With Categories)
Nope? I take this from uberemu?