Jump to content
  • 0
Sign in to follow this  
javierlog08

Earth Strain Bug

Question

Warlock Skill Earth Strain has a bug which is the% Strip, causing a very big advantage between warlocks and other jobs. 
 
 
Bug: The% right strip is 50% which is the main KRO and IRO,  I mean in hercules MOD is  85% which is wrong according to the description. 
 
 
A picture says a thousand words:
 

c3dfc019280ce2f4e3a01483b674fbbdo.jpg


The main problem is that the Formula on emulator is outdated.

If you look on Hercules MOD you will see

 

int i;                const int pos[5] = { EQP_WEAPON, EQP_HELM, EQP_SHIELD, EQP_ARMOR, EQP_ACC };                for( i = 0; i < skill_lv; i++ )                    skill->strip_equip(bl,pos[i], 6 * skill_lv + status->get_lv(src) / 4 + status_get_dex(src) / 10,                        skill_lv,skill->get_time2(skill_id,skill_lv));

 

 

If you apply this on a server Base level 175 and MaxStat 130 

The formula would look like
(6*5)+(175 / 4)+(130 / 10) = 86.75% chance

The Original formula used parameters as 150 Base level and MaxStat 125 should generate 50%. as description says.

I think maybe the formula need a litle change to get 50% as description says.


 
Edited by javierlog08

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

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...
Sign in to follow this  

×
×
  • Create New...

Important Information

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