Jump to content
  • 0

Requesting for item script effect.


Question

Posted

Good day rathena, can someone please help me script the below following effects.. I just want each effect to show in Physical Attack & Magical Attack Stats. Thanks a lot in advance.

- MATK + 5% * (Refine Rate/2)

- ATK + 10% & STR + 1 for each refinement

- If STR > = 350, +20% ATK. Additional ATK% can be earned by refining, and is equal to half the refine rate.

- MATK - 10%

- MATK + 10%, Additional MATK% can be earned by refining and is equal to half the refine rate..

2 answers to this question

Recommended Posts

  • 0
Posted
bonus bMatkRate,5 + getrefine()/2;
bonus bAtkRate,10;
bonus bStr,1 + getrefine();
if(readparam(bstr) >= 250) { bonus bAtkRate,20 + getrefine()/2; }
bonus bMatkRate,-10;
bonus bMatkRate,10 + getrefine()/2; 

 

  • 0
Posted
18 minutes ago, n0tttt said:

bonus bMatkRate,5 + getrefine()/2;
bonus bAtkRate,10;
bonus bStr,1 + getrefine();
if(readparam(bstr) >= 250) { bonus bAtkRate,20 + getrefine()/2; }
bonus bMatkRate,-10;
bonus bMatkRate,10 + getrefine()/2; 

 

Thank you so much..

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