View Single Post
Old 09-09-2004, 04:25 AM   #4 (permalink)
AutomatedPOM
Forum Novice
 
Join Date: Nov 2003
Posts: 269
Default

Is this what ya lookin for?
public override int EffectID{ get{ return 0xF42; } }
public override Type AmmoType{ get{ return typeof( PoisonArrow ); } }
public override Item Ammo{ get{ return new PoisonArrow(); } }
AutomatedPOM is offline   Reply With Quote