Jump to content
  • 0

shadow form removal question


Fresh prince

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  295
  • Reputation:   6
  • Joined:  10/14/12
  • Last Seen:  

Hello Rathena!

 

if( tsc && tsc->data[sC__SHADOWFORM] && (sce && sce->val4 >0 && sce->val4%2000 == 0) && // for every 2 seconds do the checking 

rnd()%100 < 100-tsc->data[sC__SHADOWFORM]->val1*10 ) // [100 - (Skill Level x 10)] %  <------------ formula

status_change_end(bl, SC__SHADOWFORM, INVALID_TIMER); 

 

On shadow form removal, If i want it to be 100% removal every time it was hit by ruwach or sight how can I change it. I'm a bit confused with the formula  [100 - (Skill Level x 10)] % 

 

 

Thanks guys!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.

×
×
  • Create New...