Jump to content
  • 0

[Request] itembonus


gustav

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  01/14/12
  • Last Seen:  

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 :/

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...