Code:
//Alliance 1-60 By AnthraX aka Navyglider19!
//Stormwind Universal Start
When
{
$cond = $Mylevel <= 59;
Par
{
$SellGrey = true;
$SellWhite = true;
$SellGreen = true;
$Protected =
[
"shank",
"bandage",
"hearth",
"shot",
"arrow",
"potion",
"ore",
"mining pick",
"ribs",
"poison",
"thieves",
"injector",
"flash powder",
"mote",
"primal",
"text",
"fertile",
"candle",
"grainbread",
"water",
"skinning",
"sargeras",
"conjured",
"brie",
"mushroom",
"cloth",
"chop",
"light feather",
"ice cream",
"of the monkey",
"brie",
"grimoire",
"nectar"
];
//Elwynn Forest 1-4
When
{
$cond = $MyLevel > 0 && $MyLevel <= 3;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Godric Rothgar";
$Location = [ -8904.6, -118.6, 82.1];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel;
$Prio = 3;
$Factions = [32,25];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -8839.7, -111.4, 81.2],
[ -8767.2, -132.1, 83.4]
];
}
}
}
//Elwynn Forest - 4-9
When
{
$cond = $MyLevel > 3 && $MyLevel <= 8;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Andrew Krighton";
$Location = [ -9459.8, 89.0, 58.3];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel;
$Prio = 3;
$Factions = [189];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -9940.8, 85.3, 33.0]
];
}
}
}
//Elwynn Forest - 9-14
When
{
$cond = $MyLevel > 8 && $MyLevel <= 13;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Andrew Krighton";
$Location = [ -9459.8, 89.0, 58.3];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel;
$Prio = 3;
$Factions = [17];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -9250.1, -969.4, 69.1],
[ -9221.4, -1054.2, 74.5],
[ -9135.7, -1087.8, 71.9],
[ -9096.8, -1017.7, 72.9]
];
}
}
}
//Westfall - 14-17
When
{
$cond = $MyLevel > 13 && $MyLevel <= 16;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "William MacGregor";
$Location = [ -10655.6, 1000.5, 32.9];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel;
$Prio = 3;
$Factions = [189,14,73];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -9964.3, 1209.9, 43.0],
[ -9895.6, 1259.5, 42.0],
[ -10195.6, 1076.7, 36.5],
[ -10135.2, 1142.1, 37.0]
];
}
}
}
//Westfall 17-22
When
{
$cond = $MyLevel > 16 && $MyLevel <= 21;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "William MacGregor";
$Location = [ -10655.6, 1000.5, 32.9];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel;
$Prio = 3;
$Factions = [14,17,73,189];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -10811.6, 924.1, 35.8],
[ -10810.8, 862.4, 33.3],
[ -10831.0, 829.1, 32.8],
[ -10830.2, 777.0, 33.3]
];
}
}
}
//DuskWood 22-25
When
{
$cond = $MyLevel > 21 && $MyLevel <= 24;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "William MacGregor";
$Location = [ -10655.6, 1000.5, 32.9];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel;
$Prio = 3;
$Factions = [22,38];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -10210.6, 456.7, 35.6],
[ -10168.8, 379.5, 35.9],
[ -10168.3, 289.5, 24.4],
[ -10217.1, 208.6, 23.3]
];
}
}
}
//DuskWood 25-31
When
{
$cond = $MyLevel > 24 && $MyLevel <= 30;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Morg Gnarltree";
$Location = [ -10595.1, -1161.9, 30.1];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel-1;
$Prio = 3;
$Factions = [38];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -10208.0, -904.2, 37.2],
[ -10266.5, -917.2, 39.6],
[ -10297.7, -988.2, 49.3],
[ -10237.5, -1019.5, 35.4]
];
}
}
}
//AT THIS POINT, YOU MUST RUN TO ARATHI HIGHLANDS AND PRESS PLAY!
//Bouldergor 31-36
When
{
$cond = $MyLevel > 30 && $MyLevel <= 35;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Jannos Ironwill";
$Location = [ -1275.7, -2522.2, 21.4];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel-1;
$Prio = 3;
$Factions = [654,45];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -1307.2, -2151.3, 64.7],
[ -1278.6, -2065.5, 63.6],
[ -1212.2, -1998.6, 66.1],
[ -1125.6, -1993.8, 64.9],
[ -1099.9, -2077.0, 53.9],
[ -1148.8, -2170.9, 55.0]
];
}
}
}
//Alterac Mountains 36-41
When
{
$cond = $MyLevel > 35 && $MyLevel <= 40;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Robert Aebischer";
$Location = [ -816.2, -578.0, 15.6];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel-1;
$Prio = 3;
$Factions = [45];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ 692.8, -729.4, 162.1],
[ 753.7, -666.4, 151.2],
[ 800.5, -602.2, 145.4],
[ 816.3, -498.7, 140.1]
];
}
}
}
//Tanaris 41 - 44
When
{
$cond = $MyLevel > 40 && $MyLevel <= 43;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Krinkle Goodsteel";
$Location = [ -7197.8, -3772.1, 8.5];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel-1;
$Prio = 3;
$Factions = [16];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -7401.4, -4619.6, 11.7],
[ -7399.4, -4546.7, 11.8],
[ -7451.2, -4569.5, 10.0]
];
}
}
}
//Tanaris 44 - 47
When
{
$cond = $MyLevel > 43 && $MyLevel <= 46;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Krinkle Goodsteel";
$Location = [ -7197.8, -3772.1, 8.5];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel-1;
$Prio = 3;
$Factions = [38,73];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ -7702.8, -3342.0, 62.8],
[ -7766.3, -3270.2, 70.5],
[ -7740.1, -3205.1, 80.5],
[ -7678.2, -3254.4, 73.8],
[ -7630.9, -3341.4, 57.7]
];
}
}
}
//RUN TO AZSHARA BRIDGE
//azshara 47 - 53
When
{
$cond = $MyLevel > 46 && $MyLevel <= 52;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Brinna Valanaar";
$Location = [ 2693.9, -3885.4, 108.6];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel-1;
$Prio = 3;
$Factions = [21];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ 2895.4, -3972.3, 112.4],
[ 2897.0, -4145.4, 99.2],
[ 3036.2, -4141.9, 103.7]
];
}
}
}
//Winterspring - Lake 53-57
When
{
$cond = $MyLevel > 52 && $MyLevel <= 56;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Wixxrak";
$Location = [ 6736.1, -4697.4, 721.4];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel-1;
$Prio = 3;
$Factions = [21];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ 6492.2, -4236.1, 658.4],
[ 6475.1, -4148.7, 658.6],
[ 6435.8, -4014.7, 661.0],
[ 6547.1, -4020.1, 658.8],
[ 6541.1, -4176.1, 658.9],
];
}
}
}
//winterspring Yetis 57 - 60
When
{
$cond = $MyLevel > 56 && $MyLevel <= 60;
Par
{
Defend
{
$Prio = 0;
}
Danger
{
$Prio = 1;
$DangerDistance = 20;
}
Loot
{
$Prio = 2;
$Skin = False;
}
Vendor
{
$NPC = "Wixxrak";
$Location = [ 6736.1, -4697.4, 721.4];
$Prio = 2;
$MinDurability = 0.2;
$MinFreeBagSlots = 1;
}
Pull
{
$MinLevel = $MyLevel-5;
$MaxLevel = $MyLevel-1;
$Prio = 3;
$Factions = [16];
}
Hotspots
{
$Prio = 4;
$Order = "Random";
$Locations =
[
[ 6602.5, -4902.0, 704.2],
[ 6567.6, -4983.2, 711.4],
[ 6493.9, -5040.5, 740.9],
[ 6433.0, -5039.9, 744.1],
[ 6387.4, -4988.4, 747.0],
[ 6521.2, -4962.3, 720.3],
];
}
}
}
}
}
}