Jump to content
  • 0

Requesting for item script effect.


Brahms

Question


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  149
  • Reputation:   3
  • Joined:  07/29/16
  • Last Seen:  

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  303
  • Reputation:   117
  • Joined:  12/10/16
  • Last Seen:  

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; 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  149
  • Reputation:   3
  • Joined:  07/29/16
  • Last Seen:  

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

Link to comment
Share on other sites

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