AinsLord Posted February 9, 2017 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted February 9, 2017 ,4,20,,300,,3,,0,0xFFFFFFFF,7,2,256,,1,1,618,{ bonus2 bSubEle,Ele_Fire,7; bonus bDex,2; bonus bMdef,3;} if(getrefine()>6) { bonus bCastrate,-3;} if(getrefine()>7) { bonus5 bAutoSpell,"WZ_SIGHTRASHER",1,10,BF_MAGIC,0;} if(getrefined()>8) { bonus bCastrate,-2;} if(getrefine()>9) { bonus bMatkRate,4;} },{},{} the if(getrefine()>9) { bonus bMatkRate,4;} doesnt apply what i mean is the matk doesnt increase after i made the gear +10 Quote Link to comment Share on other sites More sharing options...
0 Radian Posted February 9, 2017 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted February 9, 2017 (edited) Try this and I didnt test it ,4,20,,300,,3,,0,0xFFFFFFFF,7,2,256,,1,1,618,{ bonus2 bSubEle,Ele_Fire,7; bonus bDex,2; bonus bMdef,3; if(getrefine()>6) { bonus bCastrate,-3; } else if(getrefine()>7) { bonus5 bAutoSpell,"WZ_SIGHTRASHER",1,10,BF_MAGIC,0;} else if(getrefined()>8) { bonus bCastrate,-2;} else if(getrefine()>9) { bonus bMatkRate,4;} },{},{} Edited February 9, 2017 by Radian 1 Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted February 9, 2017 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Author Share Posted February 9, 2017 thnx mate i tried to remove getrefine(d)>8 it worked thnx Quote Link to comment Share on other sites More sharing options...
Question
AinsLord
the if(getrefine()>9) { bonus bMatkRate,4;} doesnt apply
what i mean is the matk doesnt increase after i made the gear +10
Link to comment
Share on other sites
2 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.