Lello 1 Posted June 9, 2016 Report Share Posted June 9, 2016 Hi all, how can i reset all RealmFirst achievements on the server so they are again obtainable? Some realmfirst (lich king, malygos, algalon) do not give the realmfirst and i think due to imported characters with already that achievement. Sorry for my eventual bad english. Thanks a lot Quote Link to post Share on other sites
Lello 1 Posted June 10, 2016 Author Report Share Posted June 10, 2016 resolved! Quote Link to post Share on other sites
Yildirim 2 Posted June 10, 2016 Report Share Posted June 10, 2016 15 hours ago, Lello said: resolved! Would be nice if you could let others know how you did it. Just in case if there will be others with the same question. 2 Quote Link to post Share on other sites
dealer 0 Posted April 21, 2017 Report Share Posted April 21, 2017 How did you fix the problem ? Quote Link to post Share on other sites
CDawg 229 Posted April 21, 2017 Report Share Posted April 21, 2017 There are several options: There is a check for the realm first achievement across the characters once the event happens. QueryResult result = CharacterDatabase.Query("SELECT achievement FROM character_achievement GROUP BY achievement"); The safest method is to delete that character. You may have to restart the server before a new player reaches level 80, first class, first kill, etc... after the rewards were stripped from the player. If it was a GM that received the achievement, then just delete it. If it's a player, you will have to strip it from character_achievement, including character_achievement_progress. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.