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!

Where do you modify the combat?

xorjesus

Wanderer
Where do you modify the combat?

I have noticed insta hit not working, and I want to alter speed of some weapons, how do I do this?
oh yah, where is baseweapon defined?
 

Furio

Wanderer
I think in Items/Weapons/Fists.cs ... And the other props in the file of each weapons (but I havent notice the prop Speed)
 

Mithril

Sorceror
You can't modify the base classes just yet, but they are working on some ways to allow this.

To change weapon speeds and such, you can add methods to the weapon classes. Weapon.Speed is the member that contains the speed of the weapon. You can modify it directly so far in my testing.

As far as insta-hit, it seems to do that already, but maybe I'm not thinking of it in the same way you are.
 
Top