Jump to content
  • 0
Sign in to follow this  
apuadofrancisco

Old style of Status Immunity through LUK

Question

HI Devs,

I already read some topics about this. but i cant find exact answer for this issue.

 

I want to resist all negative status if you have 235 and above luk. and it also changes the status duration.

eg:i have 230 luk, i only freeze about .5sec

 

in my old Status.conf before i moved to hercules... here's my configure

 

 

// Adjustment for the natural rate of resistance from status changes.
// If 50, status defense is halved, and you need twice as much stats to block
// them (eg: 200 vit to completely block stun)
pc_status_def_rate: 35
mob_status_def_rate: 100
 
// Required luk to gain inmunity to status changes.
// Luk increases resistance by closing the gap between natural resist and max 
// linearly. This setting indicates required luk to gain complete immunity.
// Eg: 40 vit -> 40% resist. 150 luk -> +50% of the missing gap. 
//     So 40% + (50% of 60%) = 70%
pc_luk_status_def: 235
mob_luk_status_def: 100

 

Now, my question is... where i can find this configuration? 
 

 

// Required luk to gain inmunity to status changes.
// Luk increases resistance by closing the gap between natural resist and max 
// linearly. This setting indicates required luk to gain complete immunity.
// Eg: 40 vit -> 40% resist. 150 luk -> +50% of the missing gap. 
//     So 40% + (50% of 60%) = 70%
pc_luk_status_def: 235
mob_luk_status_def: 100


Thanks!

Share this post


Link to post
Share on other sites

12 answers to this question

Recommended Posts

  • 0

you can change them directly in sources from this line onward

 

Alright thanks, ill try this one!

@@evilpuncker

 

Can you explain to me this lines?

 

sc_def = st->vit*100; --> 100 meas player need to have 100 vit?
sc_def2 = st->luk*10 + SCDEF_LVL_DIFF(bl, src, 99, 10); --> can you explain this line? especially those in parameter?
tick_def2 = st->luk*10;  --> is this the duration time right? still confused..
 
Thanks!
Edited by apuadofrancisco

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

×
×
  • Create New...

Important Information

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