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:
![]()







