torettoveilside Posted April 6, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 03/28/13 Last Seen: April 30, 2013 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted April 6, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share 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 Link to comment Share on other sites More sharing options...
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;
Link to comment
Share on other sites
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.