Jump to content
  • 0

Please help me create this item script


Question

Posted

15041 - Boitata Armor

FLEE + 5, MaxHP + 5%, MDEF + 3.

Tnx =)

and as well as the item script for sealed TGK

MaxHP + 50%, DEF, MDEF - 50

If refine is over 15

MaxHP + 75%, DEF, MDEF - 50

Tnx a lot

bump

5 answers to this question

Recommended Posts

Posted (edited)

boitata armor :

{ bonus bFlee,5; bonus bMaxHPrate,5; bonus bMdef,3; }

sealed TGK :

{ bonus bMaxHPrate,50; bonus bMdef,-50; if(getrefine() > 14 ) { bonus bMaxHPrate,25} }

Change the getrefine itembonus, if I have wrong with bonus 25% MaxHP...

50% + 25% = 75%

or just change it to whole if(getrefine() > 14 ) { bonus bMaxHPrate,75}

Edited by Jezu
Posted

ok tnx a lot buddy =)

boitata armor :

{ bonus bFlee,5; bonus bMaxHPrate,5; bonus bMdef,3; }

sealed TGK :

{ bonus bMaxHPrate,50; bonus bMdef,-50; if(getrefine() > 14 ) { bonus bMaxHPrate,25} }

Change the getrefine itembonus, if I have wrong with bonus 25% MaxHP...

50% + 25% = 75%

or just change it to whole if(getrefine() > 14 ) { bonus bMaxHPrate,75}

btw i have a request. . . can you make the full script of boitata armor ?? tnx!!

Posted (edited)

kRO item or iRO item?

I can't find item id "15041" in kRO iteminfo.lub

Script as mentioned

{ bonus bFlee,5; bonus bMaxHPrate,5; bonus bMdef,3; }

Edited by Dastgir Pojee

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