some stupidity fixes, some other stuffs

This commit is contained in:
asayre 2006-09-02 23:58:47 +00:00
parent 71e80d5949
commit 235ce238cd
9 changed files with 172 additions and 26 deletions

View file

@ -34,9 +34,9 @@ namespace Server.Spells.Bushido
if( weap != null )
{
if( Core.ML && Caster.Skills[weap.Skill].Value < 50 )
if( Core.ML && Caster.Skills[weap.Skill].Base < 50 )
{
//Does UBW affect this?
//UBW and Mage weapon have no bearing on this, nor do skill items and such.
Caster.SendLocalizedMessage( 1076206 ); // Your skill with your equipped weapon must be 50 or higher to use Evasion.
return false;
}