-
Member
[Mangos]About Honor and Mounts
how can i give/set a character's honor? e.g. i want to make a character's rank 10 how can i do that?
and i use bloodrepack and i cant learn how to use a mount.trainer doesnt open a conversation
-
-
right + down + X
honour doesnt work on mangos atm...gotta wait for a fix, but idk how to set it....tamper with the player files?
-
Member
open your navicat.... then console.
Code:
update character set rating = 70000 where guid = number of your guid;
Code:
update character set highest_rank = 14 where guid = number of your guid;
second step:
INSERT INTO `character_kill` VALUES (number of your guid, 0, 70000, 6947107, 1);