Character Skill Tracking

Tracking is one of the Skill that any Characters can raise.

It's the art of track mobile around! It allow to track, discover or know if there's any Characters, Monsters or NPC's around your Character over a longer distance that we can see! Cannot Track Ghost!

Having high in Tracking & Detect Hidden can help track other Players who have high Hiding or Stealth Skills!

Tracking can be combined to higher the Damage of the Ninjitsu Spell: Death Strike!

There's a Cooldown Delay of 10 Seconds before been able to re-use a Skill!

There's NO Power Scroll for Tracking!


Activating Tracking

In order to use Tracking, open your Skills Gump Menu (ALT + K) or Single Left Click on SKILLS Button in your Character Paperdoll, go to the section Wilderness and open it, by either:
- Click on the Blue Button left to Tracking Skill.
or
- Single Left Click Hold, Drag away to get the Tracking Gump Button and Double Click it.

The Tracking Gump Menu will appear with the System Message: "What do you wish to track?".

Inside the Tracking Gump Menu, there's 4 different Button:
- Animals
- Monsters
- NPCs
- Players

When Choosing 1 of the 4 Tracking Option Type, there's will be a Skill Check with the Formula:
If(Tracking < 0)
return false // Too difficult
Else If(Tracking >= 21.1)
return true // No challenge PercentChance = (Tracking - 0) / (21.1 - 0)
Success = If(PercentChance >= RandomDouble(100))

*Note: At 21.1 Tracking the Skill Check have 100% Success! Humans with Jack of all Trade have 94% Success by default!

Failing first Tracking will show the System Message: "You see no evidence of those in the area."
Success first Tracking will go take the all Mobiles with a Distance Range of 150 around your Character and will check the Difficulty for Tracking with the Formula:
Tracking = Tracker.Tracking * 10
DetectHidden = Tracker.DetectHidden * 10
If(Target.Race == Elf)
Tracking /= 2 (Elf have Racial Ability: Difficult to Track)
Hiding = Target.Hiding * 10
Stealth = Target.Stealth * 10
Divisor = Hiding + Stealth
//Necromancy forms affect tracking difficulty
If(Target.HorrificBeastSpell)
Divisor -= 200
ElseIf(Target.VampiricEmbraceSpell && Divisor < 500)
Divisor = 500
ElseIf(Target.WraithFormSpell && Divisor <= 2000)
Divisor += 200

If(Divisor > 0)
PercentChance = 50 * (Tracking * 2 + DetectHidden) / Divisor
Else
PercentChance = 100

Success = If(PercentChance > RandomDouble(100))


Example:
Tracker 100 Tracking + 0 Detect Hidden, Target Human 0(20) Hidden + 0(20) Stealth = 250%
Tracker 100 Tracking + 0 Detect Hidden, Target Elf 0 Hidden + 0 Stealth = 100%
Tracker 100 Tracking + 0 Detect Hidden, Target Human 100 Hidden + 0(20) Stealth = 83%
Tracker 100 Tracking + 0 Detect Hidden, Target Elf 100 Hidden + 0 Stealth = 50%
Tracker 100 Tracking + 100 Detect Hidden, Target Human 100 Hidden + 100 Stealth = 75%
Tracker 100 Tracking + 100 Detect Hidden, Target Elf 100 Hidden + 100 Stealth = 50%
Tracker 100 Tracking + 100 Detect Hidden, Target Human 100 Hidden + 120 Stealth = 68%
Tracker 100 Tracking + 100 Detect Hidden, Target Elf 100 Hidden + 120 Stealth = 45%


Failing the Track with the Category will show one the System Message:
- Animal = "You see no evidence of animals in the area."
- Monsters = "You see no evidence of creatures in the area."
- NPCs or Players = "You see no evidence of people in the area."

Successfully find Mobile with the Skill Check will now open the Tracking Who Gump Menu with the System Message:
"Select the one you would like to track."

It will show the List of ALL Mobile and under each of them there's will be a Black Arrow Button. By Single Left Click on one of the Arrow under the Mobile it will begin to Track that Mobile!

It will place a Blinking Red Arrow (blink each 0.25 seconds) around the Mobile to Track, depending on the Direction it's from your Character!
The Blinking Red Arrow can be in:
- North
- South
- East
- West
- Northwest
- Southwest
- Northeast
- Southeast

Right Click on the Red Arrow will Stop the Tracking!
There's a Tracking Timer Check (each 2 seconds) to continue been able to Track the Mobile!
- Tracker not Dead
- Target not Dead
- Tracker and Target in same Map
- Target in Range or Tracker
If one of this condition is not correct the Tracking will Stop! But if all OK and either the Tracker or the Target have move, the Tracking Blinking Red Arrow will Update he's position and direction!


Training Tracking

0 - 40 = Train your Tracking Skill at New Haven with the NPC Walker the Tracking Instructor! (400 Golds) And take he's Quest for a Acceleration until 50 Tracking! (Reward: Walker's Leggings)
40 - 100 = Use Tracking!