Megathronzz 0 Posted March 9, 2016 hi guys. i can't see bSubSkill in constants.conf i want to know bSubSkill can use sorry for my bad english Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted March 9, 2016 There's nothing like SubSkill in Hercules. Better give some description? Quote Share this post Link to post Share on other sites
0 Megathronzz 0 Posted March 9, 2016 There's nothing like SubSkill in Hercules. Better give some description? Reduces damage taken from Arrow Storm and Gate of Hell by 10%. Every 10 base increment of LUK, CRIT +1, ATK +2, MATK +2. When base LUK is 108 or higher, CRIT +5, Critical damage +10%. When base LUK is 120 or higher, CRIT +10, Critical damage +17%, reduces damage taken from Arrow Storm and Gate of Hell by 30%. Every 10 base increment of DEX, Critical damage -2%. This script item { bonus bCritical,3; bonus bCritAtkRate,3; bonus2 bSubSkill,"RA_ARROWSTORM",10; bonus2 bSubSkill,"SR_GATEOFHELL",10; .@dex = readparam(bDex); .@luk = readparam(bLuk); bonus bCritAtkRate,-(.@dex/10)*2; bonus bCritical,.@luk/10; bonus bBaseAtk,(.@luk/10)*2; bonus bMatk,(.@luk/10)*2; if (.@luk > 120) { bonus bCritical,10; bonus bCritAtkRate,10; bonus2 bSubSkill,"RA_ARROWSTORM",30; bonus2 bSubSkill,"SR_GATEOFHELL",30; } else if (.@luk > 108) { bonus bCritical,5; bonus bCritAtkRate,10; } },{},{} full link http://ratemyserver.net/index.php?iname=5918&page=re_item_db&quick=1&isearch=Search Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted March 11, 2016 @@Frost does any official server use this? if so , it might be good to add this kind of bonus to repo.. 1 1 evilpuncker and Megathronzz reacted to this Quote Share this post Link to post Share on other sites
hi guys.
i can't see bSubSkill in constants.conf
i want to know bSubSkill can use
sorry for my bad english
Share this post
Link to post
Share on other sites