how to put on your char some items that require big honor rank??? is there eny gm command to edit honor stats of char in mangos??
Printable View
how to put on your char some items that require big honor rank??? is there eny gm command to edit honor stats of char in mangos??
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
is there any other option? my server is with stand alone disk ;/
SDB_0.6+v3125+Mangoscript118+jail+honor
You could just remove all honour requirement for items, so any rank can wear them.
save that into a .sql file, then execute it on your DBQuote:
UPDATE items SET requiredhonorrank = 0 WHERE requiredhonorrank > 0;