Jump to content
  • 0
Sign in to follow this  
bWolfie

[getiteminfo] Script only for dagger type weapons

Question

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.

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

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.