Jump to content
  • 0

Question

Posted (edited)

How can i edit the item script?

for example:

Pisces Crown

aspd +3 crit +10

flee +10 perfect dodge +5

if upgrade to +10

additional 10% range damge

Edited by patr3k

6 answers to this question

Recommended Posts

Posted

Use item_bonus list:

{ bonus bonus bCritical,10; bonus bAspd,3; bonus bFlee,10; bonus bFlee2,5; if(getrefine() >= 10) { bonus bLongAtkRate,10; } },{},{}

Posted (edited)

i need someone to correct me.

aguarius diadem

int +5 mtk +10%

if ugrade to +10, addtional 10% reduction to demi human.

is this correct --- > {bonus bInt,5; bonus bMatkRate,10; if(getrefine()>=10) {bonus2 bSubRace,7,10;}}

what is the difference between :

this {bonus2 bSubRace,7,10} and this one { bonus2 bSubRace,RC_DemiHuman,10; }

Edited by patr3k
Posted

i see.

int +5, mtk +10%, if ugrade to +10, addtional 10% reduction to demi human.

so, is this correct? {bonus bInt,5; bonus bMatkRate,10; if(getrefine()>=10) {bonus2 bSubRace,7,10;}}

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