Jump to content
  • 0

[Request] itembonus


Question

Posted

Hi,

I would like to request an additional, that increases Stripsuccessrate by x%.

So i like to make a card, that allows rogue/Stalker to increase their succesrate by the amout

that the item states.

So far I found the formula from from Fullstrip skill in /src/map/skill.c .

//Rate in percent

if ( skillid == ST_FULLSTRIP ) {

i = 5 + 2*skilllv + (sstatus->dex - tstatus->dex)/5;

} else {

i = 5 + 5*skilllv + (sstatus->dex - tstatus->dex)/5;

}

if (i < 5) i = 5; //Minimum rate 5%

I don't really know how to do this so i would appreciate of someone knows how to and helps me.

thanks

  • 0

still looking for it :/

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.

  • Recently Browsing   0 members

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