• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[HELP] Understanding "$_config['ClassSkillsList']" in Config.ini RanCP

Junior Spellweaver
Joined
Apr 13, 2011
Messages
137
Reaction score
3
I am trying to understanding what does this part means. I searched it on google/RZ but no luck. Please help me understand. TIA :D:


$_config['ClassSkillsList']

= array('Brawler' => //Male ,Female Brawler
array(
array('Main'=>0,'Sub'=>array(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)),
array('Main'=>1,'Sub'=>array(0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26)),
array('Main'=>2,'Sub'=>array(0,1,2,3,4,5,6,8,9,11,12,13,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29)),
array('Main'=>3,'Sub'=>array(0,2,3,4,5,6,7,8,9,10)
)
 
Skilled Illusionist
Joined
Mar 17, 2018
Messages
323
Reaction score
30
array of skills, main and sub of skill same in skill.ssf, cp will transport this value to database as image.
 
Upvote 0
Junior Spellweaver
Joined
Apr 13, 2011
Messages
137
Reaction score
3
array of skills, main and sub of skill same in skill.ssf, cp will transport this value to database as image.

I see. I am wondering if those array of Mid Sid will be enabled in skill tray automatically?

I am actually trying to add the other classes in Exchange Class page because the existing one only have the "Brawler" "Extreme" "Shaman" "Swordsman" "Archer" and was able to add it using the Config.ini however when I change the class to any of those new classes, the skill still is disabled. Can you help?
 
Last edited:
Upvote 0
Back
Top