Addition of Racial Harvest bonuses, Elven nightsight, and rename of OreInfo.cs to ResourceInfo.cs
This commit is contained in:
parent
51ef5111f6
commit
1a241e17f1
11 changed files with 54 additions and 13 deletions
|
|
@ -201,9 +201,14 @@ namespace Server.SkillHandlers
|
|||
if ( !Core.AOS || !m.Player )
|
||||
return true;
|
||||
|
||||
int tracking = from.Skills[SkillName.Tracking].Fixed;
|
||||
|
||||
|
||||
int tracking = from.Skills[SkillName.Tracking].Fixed;
|
||||
int detectHidden = from.Skills[SkillName.DetectHidden].Fixed;
|
||||
|
||||
if( Core.ML && m.Race == Race.Elf )
|
||||
tracking /= 2; //The 'Guide' says that it requires twice as Much tracking SKILL to track an elf. Not the total difficulty to track.
|
||||
|
||||
int hiding = m.Skills[SkillName.Hiding].Fixed;
|
||||
int stealth = m.Skills[SkillName.Stealth].Fixed;
|
||||
int divisor = hiding + stealth;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue