Test:
- New Human character with an alliance created ingame by ".guild create" command
- i close the client to let the modifications on database working correctly.(and to be sure i clear the cache too)
- Changing in database the reputation guild by:
Code:
UPDATE `character_reputation` SET `standing`='2999' WHERE (`guid`='7') AND (`faction`='1168');
To note, the '7' in guid it's because it's the 7th character created. (it can be higher to you). I only set the reputation to 2999 because i want to do a small quest to get the friendly reputation.
- a basic quest from human starting area done (quest complete command) the reputation is now friendly to my guild.
- we need a guild level 5 :/ i am sorry but i'll use the cheat guild level
- It worked with the test, but not with the other guild.... * don't understand*
Conclusion: it's classifed! I don't really know what happened with the other guild, but i'll recreate it with plus or less the same reputations (hoping it will work)
EDIT: it works fine, thanks! I just recreate the guild leveling one level by one. (typing ingame : ".guild level 2" ..... until 25)
and tested with the 8th page, it's working too!