
Results 1 to 5 of 5
Thread: [C++] ArcEmu 3.3.3 Patch
Threaded View
-
26-03-10, 04:43 AM #1
[C++] ArcEmu 3.3.3 Patch
If anyone can make an updated version of this patch, it would be appreciated, I was banned, so I can't update, I use a checkout people give me XD
This is made for revision 3198 btw XD
Diff | Index: src/arcemu-shared/Auth/ - Thecrow - RztR7KzX - Pastebin.com
Credits to thetruecrow
Yea I forgot to update achievements.
I believe this should fix it.Code:Index: AchievementMgr.h =================================================================== --- AchievementMgr.h (revision 3198) +++ AchievementMgr.h (working copy) @@ -193,8 +193,8 @@ ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILL_LINE= 112, ACHIEVEMENT_CRITERIA_TYPE_EARN_HONORABLE_KILL = 113, ACHIEVEMENT_CRITERIA_TYPE_ACCEPTED_SUMMONINGS = 114, - // 0..114 => 115 criteria types total - ACHIEVEMENT_CRITERIA_TYPE_TOTAL = 120, + // 0..114 => 124 criteria types total + ACHIEVEMENT_CRITERIA_TYPE_TOTAL = 124, }; /**
Credits to thetruecrow
Last edited by Wise; 27-03-10 at 04:08 AM.