• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

Honor Rank

First of all you have to know the "guid" of your character.
Then go to mysql db and open the console(navicat!):


Code:
update character set rating = 70000 where guid = FILLINYOURGUID;

Code:
update character set highest_rank = 14 where guid = FILLINYOURGUID;


second step:

Code:
INSERT INTO `character_kill` VALUES (FILLINYOURGUID, 0, 70000, 6947107, 1);


finished =) now start your server


i dont take credits what so ever this was made by bogie
 
Back