Amellia sizilia sembiring Posted January 21, 2012 Posted January 21, 2012 Hello Anyone know to make effect if equip 1 and equip 2 is equiped? like sandal combine with cotton make bonus effect ex. the effect bonus bMdef,20; thx Quote
Keim Posted January 21, 2012 Posted January 21, 2012 (edited) I don't know how to in equip1 and equip2, but for when one item is equiped.. In item_db or item_db2, at the end of every script will be three {}. If you want MDEF bonus when you equip the item, you place it in the second {}s, for example: {},{ bonus bMdef,20; },{} You can put the item bonus wherever you please inside those three {}s. The first pair is for the actual item bonus. The second is for when you equip the item, like it is here. And the third is for when you unequip the item. Hope this helps! Edited January 21, 2012 by Keim Quote
Joseph Posted January 21, 2012 Posted January 21, 2012 Replace "<equip1>" and "<equip2>" with the item id of the equipments. { if(isequipped(<equip1>,<equip2>)) { bonus bMdef,20; } },{},{} Quote
Question
Amellia sizilia sembiring
Hello
Anyone know to make effect if equip 1 and equip 2 is equiped?
like sandal combine with cotton
make bonus effect
ex. the effect bonus bMdef,20;
thx
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.