Skill pages

07/13/2018 06:14 concucu#1
i have problem with skill page.

i add new page but cannot click on it

If anyone knows how to help me


skillmasterydata.txt :

Code:
600	직업스킬	UIIT_STT_600	4	UIIT_STT_600_DESC	UIIT_STT_CONFLICT_JOB	3	0	0	0	0	icon\skillmastery\europe\eu_wizard.ddj	icon\skillmastery\europe\eu_wizard_focus.ddj
601	직업스킬	UIIT_STT_601	4	UIIT_STT_600_DESC	UIIT_STT_CONFLICT_JOB	3	1	0	0	0	icon\skillmastery\europe\eu_wizard.ddj	icon\skillmastery\europe\eu_wizard_focus.ddj

skillgroup.txt:

Code:
1	직업 스킬1	600	직업스킬	0	UIIT_STT_CONFLICT_JOB_SKILL_MASTERY_1	skillgroup\europe\pack_onehand.ddj
1	직업 스킬2	600	직업스킬	1	UIIT_STT_CONFLICT_JOB_SKILL_MASTERY_2	skillgroup\europe\pack_onehand.ddj
1	직업 스킬3	600	직업스킬	2	UIIT_STT_CONFLICT_JOB_SKILL_MASTERY_3	skillgroup\europe\pack_onehand.ddj
1	직업 스킬4	600	직업스킬	3	UIIT_STT_CONFLICT_JOB_SKILL_MASTERY_4	skillgroup\europe\pack_onehand.ddj

1	직업 스킬1	601	직업스킬	0	UIIT_STT_CONFLICT_JOB_SKILL_MASTERY_1	skillgroup\europe\pack_onehand.ddj
1	직업 스킬2	601	직업스킬	1	UIIT_STT_CONFLICT_JOB_SKILL_MASTERY_2	skillgroup\europe\pack_onehand.ddj
1	직업 스킬3	601	직업스킬	2	UIIT_STT_CONFLICT_JOB_SKILL_MASTERY_3	skillgroup\europe\pack_onehand.ddj
1	직업 스킬4	601	직업스킬	3	UIIT_STT_CONFLICT_JOB_SKILL_MASTERY_4	skillgroup\europe\pack_onehand.ddj

Thanks
07/13/2018 11:57 blapanda#2
The maximum of "Main Tabs" are limited to a total of 3.
The maximum of "Sub Tabs" are limited to a total of 5.

You are trying to add a new main tab - which won't work, since its limitation is hardcoded (don't ask me why ... typical Joymax). You can add them, sure, but there will be no interaction with those new main tabs.

E.g.

Weapon - Bicheon / Heuksal / Pacheon
Force - Cold / Lightning / Fire / Water
Works just fine.

Weapon - Bicheon / Heuksal / Pacheon
Force - Cold / Lightning / Fire / Water
Special (Custom tab) - Something Bla / Bla / Bla / Bla / 5th Bla
Works also just fine.

Weapon - Bicheon / Heuksal / Pacheon
Force - Cold / Lightning / Fire / Water
Special - Something Bla / Bla / Bla / Bla / 5th Bla
GM - Anything
Won't work!


Same goes for the European mastery.

You cannot have "Melee / Caster / Buff / + Additional", therefore, you have to put in that new sub mastery to one of those pre-existing main tabs.

Like this:
Melee - Warrior / Rogue
Caster - Wizard / Warlock
Buff - Cleric / Bard / Custom Mastery
07/14/2018 04:50 concucu#3
would be great if there was offset
07/15/2018 01:15 #HB#4
Quote:
Originally Posted by concucu View Post
would be great if there was offset
There's an address for everything, but it requires 2 things:
07/15/2018 09:51 blapanda#5
Quote:
Originally Posted by #HB View Post
There's an address for everything, but it requires 2 things:
Which will be a pain in the arse finding such a low hex or dec value in a client. It probably is even a limitation of a vector calculation and therefore impossible to expand without the source.

If it would be that easy, people would have even figured out the European potion cooldown offset.
07/15/2018 16:01 #HB#6
Quote:
Originally Posted by blapanda View Post
Which will be a pain in the arse finding such a low hex or dec value in a client. It probably is even a limitation of a vector calculation and therefore impossible to expand without the source.

If it would be that easy, people would have even figured out the European potion cooldown offset.
2 things you can use in assembly to find out hidden:
  • Debugger
  • Reclass (The Inspiration Maker)
07/15/2018 17:17 concucu#7
Great ! i used your brain.exe and i think it is not other of me =))