bWolfie
I'm the man
I'm looking at getiteminfo trying to figure out how to get a script to read only for dagger type weapons.
So basically, I want the script to only function for dagger type weapons.
Hope this makes sense.
So basically, I want the script to only function for dagger type weapons.
Hope this makes sense.
Code:
if (getiteminfo(getequipid(EQI_HAND_R),11) == 1 || getiteminfo(getequipid(EQI_HAND_L),11) == 1)) {
bonus2 bAddRace,RC_NonBoss,15;
bonus2 bAddRace,RC_Boss,15;
}