Thread
:
Poison Bow&Arrows scripts!
View Single Post
09-09-2004, 04:25 AM
#
4
(
permalink
)
AutomatedPOM
Forum Novice
Join Date: Nov 2003
Posts: 269
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
View Public Profile
Send a private message to AutomatedPOM
Find More Posts by AutomatedPOM