RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Archeological System ver 2.0

Hammerhand

Knight
I forgot about that part... :oops: That would be the best place to put your items Jonathan. The hex additions are the ones that come with the "Recovered from an archeological site" tag. Add it in like so right below the artifact find on line 87, but dont forget the , at the end on line 87.
Code:
new HarvestResource( 100.0, 70.0, 200.0, "You find an artifact and put it in your backpack", typeof (Archeological) ), <<line 87
new HarvestResource( 100.0, 70.0, 200.0, "You find an artifact of special interest and put it in your backpack", typeof (LongSwordofMight))
 
Top