Gypsy Skill Three (etc/3rd Tab) still disabled after soul linked. help

Hale

New member
Messages
9
Points
0
1.) I'm having a problem with my Gypsy class wherein its etc tab/3rd tab skills are still disabled after being soul linked as show in the first image below,

Comparing it to my Ministrel wherein its etc tab/3rd tab skills are enabled after being soul linked as shown in the second image below.
 

How do I enable the skills of my Gypsy in etc/3rd tab skills after being soul linked? Thanks a lot for the help!

1.PNG

2.png

 
1.) I'm having a problem with my Gypsy class wherein its etc tab/3rd tab skills are still disabled after being soul linked as show in the first image below,

Comparing it to my Ministrel wherein its etc tab/3rd tab skills are enabled after being soul linked as shown in the second image below.
 

How do I enable the skills of my Gypsy in etc/3rd tab skills after being soul linked? Thanks a lot for the help!

View attachment 5709

View attachment 5710


This is Bard skills if you need to enable this can add in skill tree
like this
 

Code:
        BA_WHISTLE: {

            MaxLevel: 10

            DC_UGLYDANCE: 3

        }

        BA_ASSASSINCROSS: {

            MaxLevel: 10

            DC_UGLYDANCE: 3

        }

        BA_POEMBRAGI: {

            MaxLevel: 10

            DC_UGLYDANCE: 3

        }

        BA_APPLEIDUN: {

            MaxLevel: 10

            DC_UGLYDANCE: 3

        }
 
Back
Top