Fixes casting checks
This commit is contained in:
parent
7ea00fbf4f
commit
03dd5f1926
431 changed files with 5616 additions and 6250 deletions
|
|
@ -64,7 +64,7 @@ namespace Server.SkillHandlers
|
|||
|
||||
m_Table.Remove( tracker ); //Reset as of Pub 40, counting it as bug for Core.SE.
|
||||
|
||||
if( Core.ML )
|
||||
if ( Core.ML )
|
||||
return Math.Min( bonus, 10 + tracker.Skills.Tracking.Value/10 );
|
||||
|
||||
return bonus;
|
||||
|
|
@ -212,7 +212,7 @@ namespace Server.SkillHandlers
|
|||
int tracking = from.Skills[SkillName.Tracking].Fixed;
|
||||
int detectHidden = from.Skills[SkillName.DetectHidden].Fixed;
|
||||
|
||||
if( Core.ML && m.Race == Race.Elf )
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue