[Problem] with the '' Add '' button in skills

08/22/2015 06:52 Athyx#1
i've added a new mastery,
it works well but when i press on ''add'' button it doesn't appear ''Max'' word
the add button remain , but its job is done i mean it added the skill and skill works well but the add button deosn't go away

Up

Up
08/22/2015 20:21 Bocc1337#2
you may have cross it with the wrong sill group id or the skill goes to a higher lvl
08/23/2015 02:43 Equinox,#3
Modify UI_SkillPage to the right tab section
08/23/2015 17:25 blapanda#4
Check your database and the skills you are using.
Match them.

E.g.

Shard:
1 SKILL_CH_SOMETHING_BLA_01
1 SKILL_CH_SOMETHING_BLA_02
1 SKILL_CH_SOMETHING_BLA_03

Client:
1 SKILL_CH_SOMETHING_BLA_01
1 SKILL_CH_SOMETHING_BLA_02
0 SKILL_CH_SOMETHING_BLA_03

The server will still send you a "There is still a skill to be obtained after <skill> reaches level 2", and will show a bugged "Level up" / "Add" thing.
About the UI_SkillPage, it is more the UI_SkillColumn/Row. If skills are e.g. on the second row, 4th slot, but the next/last skill level is declared as the first row 4th slot (if this slot is unoccupied!) - it will bug out.
08/23/2015 17:42 Athyx#5
Quote:
Originally Posted by Equinox, View Post
Modify UI_SkillPage to the right tab section
yes that's the problem thanks alot for you help Equinox
and thanks blapanda too