NOTE: This task was not created by me so all credits goes to "aqua_sonic" on mmoglider's forums for this great task! ( Original post: Glider Forums )
This task will grind at this place: http://img183.imageshack.us/img183/4...ereitistr6.jpg
Mobs you will be fighting is: Cultist Infiltrator - NPC - World of Warcraft
They are easy to kill but they drop a bomb which cause 1k dmg but it really doesent matter because they die so easy ^^.
Anyway here they are!
This one will only vendor:
Code:
// Aqua_Sonic's 75-80 Frostweave Magnet!
Par
{
Pull
{
$Prio = 3;
$Names = ["Cultist Infiltrator"];
$Factions = ["2080"];
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel+4;
$Distance = 75;
}
Loot
{
$Prio = 3;
$Distance = 40;
$Skin = false;
}
Hotspots
{
$Prio = 5;
$Order = Order;
$Locations = [[6018.8, 4471.7, -88.2],[6039.7, 4520.5, -87.6],[6093.9, 4510.0, -81.3],[6113.9, 4441.7, -85.0]];
}
Rest
{
$Prio = 1;
}
Defend
{
$Prio = 0;
}
Vendor
{
$Prio = 2;
$NPC = "Loomee";
$MinDurability = .4;
$MinFreeBagSlots = 4;
$Protected = ["Hearthstone", "Crystallized", "Skinning", "Tundra Berries", "Eternal", "Frostweave", "Salted", "Blackflight Arrow","Super Healing Potion", "leather", "borean", "Pungent Seal Whey","Crusty Flatbread"];
$ForceSell = ["Rhino Meat"];
$SellGray = true;
$SellWhite = False;
$SellGreen = false;
$BlacklistTime = 30 * 60;
$Location = [5663.9, 4597.4, -137.5];
}
}
And this one will vendor AND buy/mail:
Code:
// Aqua_Sonic's 75-80 Frostweave Magnet!
// Mailing added by Itsmemario
// Moved to Nessingwary and cleanup by Thorshammer
Par
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel+4;
Rest
{
$Prio = 0;
$RestHealth = 50;
$RestMana = 35;
}
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 15;
}
Loot
{
$Prio = 3;
$Distance = 40;
$Skin = false;
}
Par
{
$Prio = 2;
$MinDurability = .4;
$MinFreeBagSlots = 4;
$Protected = ["Hearthstone", "Crystallized", "Tundra Berries", "Eternal", "Frostweave", "Sweetened Goat's Milk", "Runic", "Ankh"];
$ForceSell = ["Rhino Meat"];
$SellGray = true;
$SellWhite = False;
$SellGreen = false;
Vendor
{
$RepairNPC = "Mardan Thunderhoof";
$SellNPC = "Mardan Thunderhoof";
$BlacklistTime = 15 * 60;
$Location = [5552.8, 5742.3, -76.5];
}
Buy
{
$Items = [["Sweetened Goat's Milk", 5, 60],["Tundra Berries", 5, 60]];
$NPC = "Purser Boulian";
$Location = [5569.6, 5761.1, -75.2];
}
Mail
{
$Prio = 3;
$MinFreeBagSlots = 5;
$Location = [5563.7, 5757.0, -75.4];
$To = "Bank";
$Items = ["scroll", "potion", "Frostweave Cloth", "crystallized"];
$Protected = ["Hearthstone", "ankh", "sweetened", "tundra","runic"];
$MailWhite = false;
$MailGreens = true;
$MailBlues = true;
$MailEpics = true;
$BlacklistTime = 15 * 60;
}
}
Pull
{
$Prio = 3;
$Names = ["Cultist Infiltrator"];
$Factions = ["2080"];
$Distance = 75;
}
Hotspots
{
$Prio = 5;
$Order = Order;
$UseMount = True;
$Locations = [[6018.8, 4471.7, -88.2],[6039.7, 4520.5, -87.6],[6093.9, 4510.0, -81.3],[6113.9, 4441.7, -85.0]];
}
}
Both of this will be vendoring/buying/mailing at nesingwary base camp.
Again. All credits goes to aqua_sonic on glider forums!
Goodluck :wave:.