Dvrstle Posted September 18, 2012 Posted September 18, 2012 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 Quote
Jezu Posted September 18, 2012 Posted September 18, 2012 (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 September 18, 2012 by Jezu Quote
Dvrstle Posted September 18, 2012 Author Posted September 18, 2012 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!! Quote
Mystery Posted September 23, 2012 Posted September 23, 2012 You can make a lot of effects if you just read your item_bonus documentation file. Quote
dice4real Posted November 11, 2012 Posted November 11, 2012 Can i have a Full script of Boitata armor Please Quote
Dastgir Posted November 12, 2012 Posted November 12, 2012 (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 November 12, 2012 by Dastgir Pojee Quote
Question
Dvrstle
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.