integral Posted March 26, 2012 Posted March 26, 2012 Hello, I was wondering what is the difference between this two scripts? The first one is from the sword guardian card while the other is from dragon tail card. { if (getiteminfo(getequipid(EQI_HAND_R),11) == 2 || getiteminfo(getequipid(EQI_HAND_R),11) == 3) { bonus2 bSkillAtk,62,25; } },{},{} { bonus2 bSkillAtk,"AC_DOUBLE",5; },{},{} What is this exactly for? if (getiteminfo(getequipid(EQI_HAND_R),11) == 2 || getiteminfo(getequipid(EQI_HAND_R),11) == 3) Does this mean that the card effect will only work if the card is compounded on a one/two handed sword? Thank you. Quote
Derceto Posted March 27, 2012 Posted March 27, 2012 (edited) http://ratemyserver....db&item_id=4427 Critical Rate + 5, HIT + 5 Increases Bowling Bash damage with an one hand or two handed sword by 25%. Edited March 27, 2012 by Derceto Quote
Question
integral
Hello, I was wondering what is the difference between this two scripts?
The first one is from the sword guardian card while the other is from dragon tail card.
{ if (getiteminfo(getequipid(EQI_HAND_R),11) == 2 || getiteminfo(getequipid(EQI_HAND_R),11) == 3) { bonus2 bSkillAtk,62,25; } },{},{}
{ bonus2 bSkillAtk,"AC_DOUBLE",5; },{},{}
What is this exactly for?
if (getiteminfo(getequipid(EQI_HAND_R),11) == 2 || getiteminfo(getequipid(EQI_HAND_R),11) == 3)
Does this mean that the card effect will only work if the card is compounded on a one/two handed sword?
Thank you.
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.