Critica Posted March 22, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Share Posted March 22, 2012 (edited) hi there, can anyone show me an item bonus that increase dmg, or stats depends on how heavy the eqquipment is? TY!! Edited March 22, 2012 by critica Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 17 hours ago Share Posted March 22, 2012 there is no command that can direct set some bonus depend on your item weight currently.. anyway....there is still a way to do this... use this command to check for the item you have equipped for the weight of the item *getiteminfo( <item ID>,6 ) and of course the itemID must be the equipped part...which you can retrieve the itemID by using this *getequipid(<equipment slot>) Sample : if( getiteminfo( getequipid(1),6 ) > 100 ){ <script content here> }; it should be like this... if a Top Headgear weight is more than 100 then the specific script will be able to run... anyway..there is alot way to script for those stuff.. like..every X weight increase damage by Y%.. just required some calculation.. Quote Link to comment Share on other sites More sharing options...
Critica Posted March 22, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Author Share Posted March 22, 2012 (edited) Oh tnx!! i guess that would work!! thanks again! cheers!! ok 2 question... where can i get the table of getequipedid's? is the 6 the ID number of the item? Edited March 22, 2012 by critica Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 22, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 17 hours ago Share Posted March 22, 2012 you can check the command list / stuff here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/script_commands.txt Quote Link to comment Share on other sites More sharing options...
Question
Critica
hi there, can anyone show me an item bonus that increase dmg, or stats depends on how heavy the eqquipment is?
TY!!
Edited by criticaLink to comment
Share on other sites
3 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.