Jump to content
  • 0

Please help me create this item script


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

You can make a lot of effects if you just read your item_bonus documentation file.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   1
  • Joined:  10/18/12
  • Last Seen:  

Can i have a Full script of Boitata armor Please /ok

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  331
  • Reputation:   63
  • Joined:  11/29/11
  • Last Seen:  

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