Arathi Basin task that I made a while back. I need rep, so I'm giving you all my private tasks /cry
This Arathi Basin profile is from a old AV one I had made, seems to work good.
Should work with Alliance as well, not 100% sure though. I tested this with a 70 warrior, and had no problems.
Instructions: Just copy and paste it into your tasks.psc file in your glider directory. I recommend using Spartacus with this, but it's your own personal choice really.
Par
{
$MinLevel = $MyLevel - 9;
$MaxLevel = $MyLevel + 9;
Until // // Do combat until we're not in AB
{
$cond = $MyZone != "Arathi Basin";
Par
{
BGStartWait
{
$Prio = 0;
}
Assist
{
$Prio = 2;
}
Rest
{
$Prio = 0;
}
Defend
{
$Prio = 1;
}
Pull
{
$Prio = 3;
$Distance = 35;
$Factions = [1, 3, 4, 115, 1629];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations = [[731.61, 731.97, -32.38],
[803.38, 876.1, -55.39],
[1143.58, 848.32, -110.52],
[1163.9, 1199.96, -56.43],
[1278.81, 1273.79, -18.86],
[854.62, 1145.7, 11.53],
[976.41, 1047.79, -44.72]];
}
}
}