[getiteminfo] Script only for dagger type weapons

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
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.

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;
}
 
Back
Top