hmm, ok i get the "11" it means look right? but what look? sprite look?
getequipid(EQI_HAND_R),11) == 3)
and the == 3 what does it mean?? the common numbers i see im my itemdb is 2,3 and 11...
like for dosera for ex..
if (getiteminfo(getequipid(EQI_HAND_R),9) > 3) bonus bCritical,15;
i know EQI_HAND_R ) range.. what does > 3 mean???
Hey Euphy i tried combining everything, im trying to understand what's "==" and ">" this and the number after... but still i dont get it.. >.>
if (getiteminfo(getequipid(EQI_HAND_R),11) == 2 ){ bonus bStr,5; } this works, but only for weapon,
i tried EQI_ARMOR
if (getiteminfo(getequipid(EQI_ARMOR),11) == 2 ){ bonus bStr,5; } dont work