Jump to content
  • 0
Megathronzz

how to use bSubSkill

Question

3 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.