Hello
This task file is compatible with pather 0.31SVN to Pather 1.0Rc1
Code:
// Author: David Poche
// Levels: 63 and 65
// Location: shadowmoon valley
Par
{
// Level range for mobs
$MinLevel = $MyLevel - 6;
$MaxLevel = $MyLevel + 3;
// Avoiding specified mobs
Avoid
{
// Avoiding specified mobs takes highest priority
$Prio = 0;
// Avoid if within 40 yards
$AvoidDistance = 40;
// Avoid all elites (if left out, defaults to false)
$AllElites = True;
}
// Defend yourself!
Defend
{
// Defending is another high priority
$Prio = 1;
}
// Eat and drink when needed
Rest
{
// Resting is another high priority
$Prio = 1;
// Force rest on low health or mana
$RestHealth = 35;
$RestMana = 25;
}
// Attack mobs within distance
Danger
{
$Prio = 2;
// Attack hostiles this close
$Distance = 20;
}
// Looting and skinning
Loot
{
$Prio = 3;
// Skin mobs after kill
$Skin = False; // True if you have skinning, otherwise False
// Optional - go this distance to skin
// $Distance = 40;
}
Par
{
$Prio = 4;
Vendor
{
// Repair at percent durability minimum. If close to a vendor, and
// depending on $Prio, it will try to repair even if above minimum
$MinDurability = 0.15; // 15%
// If only 4 slots free in bag, go to sell. Also same as above
$MinFreeBagSlots = 4;
// Sell or keep grey, white, or green items
$SellGrey = True;
$SellWhite = True;
$SellGreen = True;
// Do not sell any items with this text in its name
$Protected = ["arrow","bullet","shell","bagel","poison","primal","mote","elixir"];
// Name of the NPC for repairs and selling
// If both are the same, you can also use $NPC = "NPC Name";
$NPC = "lelagar";
// Location of vendor
// (Optional but recommended to help PPather find the NPC)
$Location = [ -4119.2, 1168.9, 49.6];
// Blacklist vendor for a short time after visit
$BlacklistTime = 5 * 60;
}
}
// Put the faction numbers of the main mobs PPather should pull.
// You can get these by creating an old style profile, adding the
// factions, then clicking edit profile and selecting all the factions
Pull
{
$Prio = 5;
// Add mob faction numbers here separated by commas
$Factions = [16];
}
Harvest
{
$Prio = 6;
// Harvest this (these) item(s) - comma separated
// $Names = ["",""];
// Harvest this type of item:
// Herb, Flower, Mine, Mineral, Chest, Treasure
$Types = ["Chest"];
// Harvest this amount of times
// $Times = 1;
// Harvest items this far away
$Distance = 60;
}
Hotspots
{
$Prio = 7;
// Go by Order or by Random?
$Order = "Random"; // For sequential use: $Order = "Order";
// Here is where we put our hotspots
$Locations =
[
[ -4115.9, 885.7, 15.6],
[ -4410.2, 870.9, 12.3],
[ -4361.3, 969.6, 40.5],
[ -4519.4, 945.7, 4.3],
[ -4532.3, 1052.7, 16.2],
[ -4292.2, 798.0, 22.2]
];
} You simply need to change the $protected and tweak the setting you want to use.
It will farm near the scryers town in SMV, there is no buy task since you shoulndt run out of food, you NEVER aggro more than 1 mob and they are pretty weak, not crowded area and near the graveyard.
With my rogue it earn me at least 1k per days