Cyrix Posted November 28, 2012 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 150 Reputation: 13 Joined: 02/16/12 Last Seen: April 10, 2023 Share Posted November 28, 2012 When I equip the weapon the bonus matk not appear. Thx. Quote Link to comment Share on other sites More sharing options...
Yonko Posted November 28, 2012 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted November 28, 2012 check first the script of the item in item_db. Quote Link to comment Share on other sites More sharing options...
Rayhan Posted November 28, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Share Posted November 28, 2012 Check your item script, make sure its adding MATK Quote Link to comment Share on other sites More sharing options...
Cyrix Posted November 28, 2012 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 150 Reputation: 13 Joined: 02/16/12 Last Seen: April 10, 2023 Author Share Posted November 28, 2012 item_db 2000,Destruction_Rod,Staff of Destruction,4,20,,2500,130:280,,1,1,0x00000200,2,2,34,4,80,1,23,{ bonus bMatkRate,getrefine()/2; bonus bInt,3; bonus bAgi,10; bonus bUseSPrate,(getrefine()*2); bonus3 bAutoSpellWhenHit,"WZ_JUPITEL",5,(getrefine()*20); bonus2 bVariableCastrate,366,-50; },{},{} Quote Link to comment Share on other sites More sharing options...
Rayhan Posted November 28, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Share Posted November 28, 2012 (edited) You need to refine the item to gain MATK with that current code. If you dont want it like this. Change; bonus bMatkRate,getrefine()/2; To bonus bMatkRate, value ; change the value to the ammount of % you want it to increase by. Edited November 28, 2012 by Rayhan Quote Link to comment Share on other sites More sharing options...
Cyrix Posted November 28, 2012 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 150 Reputation: 13 Joined: 02/16/12 Last Seen: April 10, 2023 Author Share Posted November 28, 2012 thx. solved... item_db pre... in RE folder... Quote Link to comment Share on other sites More sharing options...
Question
Cyrix
When I equip the weapon the bonus matk not appear.
Thx.
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.