Jump to content
  • 0

SC_FREEZE + sc_def2 + luk


Question

Posted (edited)
Hi,
 
I need help to have resistance vs freezing and fast unfreezing using luk. (rev 17205 Pre-re)
 
case SC_FREEZE:
sc_def = status->mdef*100;   // works fine... 100 mdef + 0 luk. I have resistance and ~2 sec frozen
sc_def2 = status->luk*10; //dont work. I have 0 mdef, and 255 luk  but  have low resistance and ~11sec fronzen
break; 

 

how to make luk not depend of mdef to give resistance and fast unfreezing?

luk depends of mdef to give resistanse and fast unfreezing?

 

 

Thanks.

Edited by Cyrix

4 answers to this question

Recommended Posts

Posted (edited)
i delete it

if(sc->data[sC_FREEZE])

mdef += 25*mdef/100;

 

 

but 255 luk dont work.

I have 0 mdef, and 255 luk but,  I have low resistance and ~11sec fronzen.

 


if a player without mdef use luk (0 ~ 255), to have resistance and fast unfreezing like mdef (0 ~ 100).

Edited by Cyrix

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...