Tracking Skill training

Name says it all
Post Reply
thuanlinh
Grandmaster Scribe
Posts: 78
Joined: Tue Apr 28, 2020 9:14 pm

Tracking Skill training

Post by thuanlinh »

I am stuck at 21.3 tracking and dont know what to do to gain more. Any suggestions?
Semtex
Apprentice Scribe
Posts: 16
Joined: Fri Feb 03, 2017 10:47 am

Re: Tracking Skill training

Post by Semtex »

u have to move and u have to change the target to gain tracking ...

so best way to gain ... use it during the hunt

hope it helps
Opopanax
Legendary Scribe
Posts: 262
Joined: Sun Jun 30, 2013 10:25 am

Re: Tracking Skill training

Post by Opopanax »

Exactly what Semtex said, you can't gain off the same target for tracking.

Since you need fresh targets for gains, I got all the way to 115 with a simple macro that just used the tracking skill every 10 seconds and clicked on the monsters category and the first one in range.

I've included the macro below for easyuo. There is no accounting for lag or nothing in range or other errors here is it's just a very basic macro to run while hunting, and it got me to 115 so hopefully you find it useful.


sub macro
EVENT Macro 13 38
WAIT 10
sub choose
if #contsize = 440_135
{
click 150 150
wait 10
gosub row1
}
gosub Macro
sub row1
if #contsize = 440_155
{
click 50 170
wait 10
if #contsize = 440_155
{
gosub row1
}
gosub row2
}
gosub row2
sub row2
if #contsize = 440_310
{
click 50 325
wait 10
if #contsize = 440_310
{
gosub row2
}
gosub row3
}
gosub row3
sub row3
if #contsize = 440_465
{
click 50 480
wait 10
if #contsize = 440_465
{
gosub row3
}
wait 10s
gosub macro
}
wait 10s
gosub macro
In game name: Abarai
thuanlinh
Grandmaster Scribe
Posts: 78
Joined: Tue Apr 28, 2020 9:14 pm

Re: Tracking Skill training

Post by thuanlinh »

wow. Thank you for the suggestions.
thuanlinh
Grandmaster Scribe
Posts: 78
Joined: Tue Apr 28, 2020 9:14 pm

Re: Tracking Skill training

Post by thuanlinh »

this is working out well for me. Again, thank you.

On a side note, could you help me with a simple EasyUO script to cast consecrate every 9 seconds?
Opopanax
Legendary Scribe
Posts: 262
Joined: Sun Jun 30, 2013 10:25 am

Re: Tracking Skill training

Post by Opopanax »

thuanlinh wrote:On a side note, could you help me with a simple EasyUO script to cast consecrate every 9 seconds?
Here is the most basic that you can get! It will just go forever and cast every 9 seconds with no checks on mana or anything.

sub macro
EVENT Macro 15 203
wait 9s
gosub macro
In game name: Abarai
thuanlinh
Grandmaster Scribe
Posts: 78
Joined: Tue Apr 28, 2020 9:14 pm

Re: Tracking Skill training

Post by thuanlinh »

thanks
Post Reply