daehyon card is not working | closed | |
joelolopez 2013-12-22 10:07:18 | ahm it seems that daehyon card isnt working even i put it on 1hand or 2hand sword it suppose to incerease my atack by 100 each card [color=#ff0000]not working[/color] 4574,General_Daehyon_Card,General Daehyon Card,6,20,,10,,,,,,,,2,,,,,{ if((getiteminfo(getequipid(EQI_HAND_R),14) == 3) || (getiteminfo(getequipid(EQI_HAND_R),14) == 4)) { bonus bAtk,100; } },{},{} should we consider this item bonus in daehyon card? bonus2 bWeaponAtk,x,n; | |
iraciz 2013-12-22 12:20:37 | { if(getiteminfo(getequipid(EQI_HAND_R),11)==2||getiteminfo(getequipid(EQI_HAND_R),11)==3) { bonus bAtk,100; } },{},{} I wonder what scripter made that line for you. | |
joelolopez 2013-12-22 13:35:45 | [quote name="iraciz" post="23845" timestamp="1387714837"] { if(getiteminfo(getequipid(EQI_HAND_R),11)==2||getiteminfo(getequipid(EQI_HAND_R),11)==3) { bonus bAtk,100; } },{},{}I wonder what scripter made that line for you.[/quote] this script is from our official rathena item_db | |
Euphy 2013-12-22 14:23:40 | Also, it should be bBaseAtk, not bAtk.if(getiteminfo(getequipid(EQI_HAND_R),11)==2||getiteminfo(getequipid(EQI_HAND_R),11)==3) bonus bBaseAtk,100; | |
reigneil 2013-12-23 23:44:45 | i knew it that there something wrong with bAtk. i reported this but it was closed... | |
Euphy 2013-12-29 03:50:11 | Fixed in 1d64b8f. |