-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guilds! #36
Comments
Does you players table contains promotion column? Also, what distribution do you use? And last question: is this player promoted when leaving guild? |
No, it dosnt have promotion, it works as player_storage |
Are you sure there's no players.promotion column in your database? 0.4 has such a column. Its important for me to fix this. |
Sorry my bad, yes i have |
* caused player.vocation to be resetted when saving player, for example: on change name, accept invite to guild, leave guild * fixed empty success message on leave guild * (internal) using $player->getVocationName() where possible instead of older method * fixed some warning in guild show
So, I've (hopefully) fixed it in this commit: bcf0541 Let me know if its working for you now. Its enough when you update OTS_Player.php, rest is optional, or you can update your whole AAC (recommended). Download the full version here (latest 0.7 to be released soon): https://github.com/slawkens/myaac/archive/0.7.zip |
Fixed i think, i'll post if players report me errors thanx |
Hello! In my player i have custom vocations and when for example someone leaves a guild or be named guild leader its vocation change to 0, also in admin when i want to save a change in a player i cant set custom vocation, it says that Vocation id cannot be longer than 1 digits.
The text was updated successfully, but these errors were encountered: