This is a task file made by CrazyCow from the MMOGlider forums, you need elite with PPather to make this work.
This is in Sholazar Basin: http://i563.photobucket.com/albums/s...ow1/rapids.jpg (Provided by CrazyCow)
I'm grinding here right now as a 74 Death Knight and getting 220k/hour massive amounts of mobs all that instant respawn, do not attempt to use this if your toon can not handle 3+ mobs at a time.
Vendors everything excepts greens+ Also, you get a crap load amount of frostweave cloth here.
You can add a mailbox if you want, the closest one that I know of is at Nesignwary's.
Screenshot of my DK: http://img166.imageshack.us/img166/6...tspawn200k.jpg
NOTE: You MAY die, Killing mobs non-stop for hours on end and with a respawn rate like this, you are bound to die, In almost 400 kills I've only died twice.
- All credits go to CrazyCow -
Code:
// by CrazyCow
Par
{
$MinLevel = $MyLevel - 5;
$MaxLevel = $MyLevel + 3;
Rest
{
$Prio = 0;
}
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
// Attack hostiles this close
// $Distance = 17;
}
Loot
{
$Prio = 2;
$Skin = False; // True if you have skinning, otherwise False
}
Vendor
{
$Prio = 2;
$NPC = "Loomee";
$MinDurability = .4;
$MinFreeBagSlots = 4;
$Protected = ["Hearthstone","Corpse Dust"];
$ForceSell = ["Rhino Meat","Frostweave Cloth"];
$SellGray = true;
$SellWhite = true;
$SellGreen = false;
$SellBlue = false;
$SellEpic = false;
$BlacklistTime = 30 * 60;
$Location = [5663.9, 4597.4, -137.5];
}
//Harvest
//{
// $Prio = 3;
// $Names = ["Felweed","Dreamfoil","Regveil"];
// $Types = ["Herb","Flower", "Mine", "Mineral"]; // Herb, Flower, Mine, Mineral, Chest, Treasure
// $Times = 1;
// $Distance = 60;
//}
Pull
{
$Prio = 4;
$Names = ["Bonescythe Ravager"];
$Factions = ["2080"];
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel+4;
$Distance = 60;
}
Hotspots
{
$Prio = 5;
$Order = Order;
$Locations = [ [5822.4, 4051.3, -83.9]
];
}
}
MAIL CODE
Code:
Mail
{
$Prio = 3;
$Location = [5567.2, 5759.4, -75.2];
$To = "BANKALTNAME"; //Put the name of your bank alt here
$Items = ["Arctic Fur","Ore","Crystallized"];
$Protected = ["poison","tools","healing potion","hearth","Savory Snowplum","skinning","arrow"];
$MailGreens = true;
$MailBlues = true;
$MailEpics = true;
$MinFreeBagSlots = 4;
}