torettoveilside Posted April 6, 2013 Posted April 6, 2013 how to change this please, i want to change it when ur int base int is 200 u get additional 10% Matk.. is this correct..??? --->>> bonus bMatk,10; ,readparam(bInt)/200; Quote
Emistry Posted April 6, 2013 Posted April 6, 2013 if( readparam(bInt) >= 200 ) bonus bMatkRate,10; refer trunk/doc/item_bonus.txt bonus bMatkRate,n; Magical attack power + n% Quote
Question
torettoveilside
how to change this please, i want to change it when ur int base int is 200 u get additional 10% Matk..
is this correct..??? --->>> bonus bMatk,10; ,readparam(bInt)/200;
1 answer 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.