How would I go about giving Viconia the ability to use crossbows?
SmilingSword
Member Posts: 827
Vicky is a drow and a former priestess of Lolth she should be able to use crossbows, how much trouble would it be to give her crossbows as a weapon choice?
0
Comments
You just add opcode 319, param2=10, spell level=1, param1=(viconia's ingame name strref) to every crossbow (as an equipping effct) in the game.
Think of it as an extended usability flag.
[edit]
Yeah, sadly this doesn't work.
You can only restrict usage, but never give usability.
You would need to let all clerics use the xbow, then somehow restrict it to Viconia, all this without affecting non-clerics.
The only thing that is jarring for me is that unusable items are different colored than when restricted by usability flags. Of course, this was an earlier iteration, so I'm not sure if this is the case now.
Another, very ambitious idea is to make all items usable, but give extra restrictions to classes/kits not 'proficient'. This is possible with specific ids which is referenced by many Opcode's (or can be made to with eg 177.
Getting away from the op, sorry. Some old ideas are coming back. Anyway, elimsters idea should work