Dvrstle Posted September 18, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share 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 Link to comment Share on other sites More sharing options...
Jezu Posted September 18, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share 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 Link to comment Share on other sites More sharing options...
Dvrstle Posted September 18, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted September 23, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted September 23, 2012 You can make a lot of effects if you just read your item_bonus documentation file. Quote Link to comment Share on other sites More sharing options...
dice4real Posted November 11, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 45 Reputation: 1 Joined: 10/18/12 Last Seen: October 29, 2024 Share Posted November 11, 2012 Can i have a Full script of Boitata armor Please Quote Link to comment Share on other sites More sharing options...
Dastgir Posted November 12, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Saturday at 10:21 AM Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.