[H] 70-74 Borean Tundra - Eternal Air Farm [Vendor][Mail] menu

User Tag List

Results 1 to 7 of 7
  1. #1
    kookoo's Avatar Contributor
    Reputation
    81
    Join Date
    Dec 2006
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [H] 70-74 Borean Tundra - Eternal Air Farm [Vendor][Mail]

    Cred goes to: likwid818 @ mmoglider.
    ############################
    This task farms only Eternal Air in Borean Tundra. It has vendor, and mail.

    There is a Harvest{} that can be uncommented in the task if you're a miner and want to mine. There is also a Buy{} task for arrows that can be uncommented if you're a hunter. It will also automatically combine your Crystallized Air into Eternal Air, so there's no need to take up a macro slot, or use Post.Loot keys.

    I have been running this with one of my hunters all week, and have raked in thousands of gold selling the Eternal Air.

    Code:
    // Eternal Air farming in Borean Tundra.
    // Start it in Taunka'le village.
    // 12/7/08 by likwid818
    
    Par
    {
    	$MinLevel = $MyLevel - 5; 
    	$MaxLevel = $MyLevel + 2; 
    
    	Rest
    	{
    		$Prio = 0;
    	}
    
    	Defend
    	{
    		$Prio = 0;
    	}
    	
    	If
    	{
    		$Prio = 1;
    		$cond = $ItemCount{"Crystallized Air"} >= 10;
    		UseItem
    		{
    			$Name = "Crystallized Air";
    			$Delay = 1000;
    		}
    	}
    
    	Danger
    	{
    		$Prio = 1;
    		$DangerDistance = 15;
    	}
    
    	Loot
    	{
    		$Prio = 2;
    		$Skin = False;
    		$Distance = 40;
    	}
    	
    	// Uncomment this if you're a miner and want to harvest the nodes in the area.
    	//Harvest
    	//{
    	//	$Prio = 2;
    	//	$Distance = 30;
    	//	$Types = ["Mine"];
    	//	$Times = 10;
    	//}
    
    	Par
    	{
    		$Prio = 2;
    		
    		Vendor
    		{
    			$Prio = 2;
    			$NPC = "Tewah Chillmane";
    			$Location = [3468.52, 4154.62, 17.19];
    			$MinDurability = 0.25;
    			$MinFreeBagSlots = 2;
    			$Protected = ["Venison", "Ore", "Potion", "Scroll", "Frostweave", "Whey", "Lichen", "Grapes", "Bladed Pickaxe", "Meat", "Bandage", "Fur", "Arrow", "Stone", "Oil", "Dog", "Chitin", "Crystallized", "Eternal"];
    			$SellGrey = True;
    			$SellWhite = True;
    			$SellGreen = False;
    			$ForceSell = ["Fur-Lined Boots", "Fur-Lined Vest", "Fur-Lined Gloves", "Fish Oil", "Fur-Lined Pants", "Fur-Lined Shoulders"];
    		}
    		
    		// Uncomment this to buy arrows if you're a hunter.
    		//Buy
    		//{
    		//	$Prio = 2;
    		//	$NPC = "Trader Alorn";
    		//	$Location = [3430.36, 4137.23, 16.77];
    		//	$Items = [["Blackflight Arrow", 200, 4000]];
    		//}
    		
    		Buy
    		{
    			$Prio = 2;
    			$NPC = "Pahu Frosthoof";
    			$Location = [3468.18, 4174.23, 17.19];
    			$Items = [["Salted Venison", 5, 20], ["Pungent Seal Whey", 5, 80]];
    		}
    		
    		Mail
    		{
    			$Prio = 2;
    			$Location = [3458.56, 4131.68, 15.23];
    			$To = "BankAlt";   // *** DONT FORGET TO CHANGE THE BANK ALT NAME!! ***
    			$Items = ["Crystallized", "Eternal"];
    			$Protected = ["Venison", "Potion", "Scroll", "Frostweave", "Whey", "Lichen", "Grapes", "Bladed Pickaxe", "Meat", "Bandage", "Fur", "Arrow", "Stone", "Oil", "Dog", "Chitin"];
    			$MailGreens = true;
    			$MailBlues = true;
    			$MailEpics = true;
    		}
    		
    		Pull
    		{
    			$Prio = 3;
    			$Names = ["Steam Rager"];
    		}
    
    		Hotspots
    		{
    			$Prio = 5;
    			$Order = "Random";
    			$Locations =	[
    								[3363.34, 4343.09, 12.51],
    								[3500.76, 4391.45, -2.14],
    								[3392.72, 4454.39, -2.16],
    								[3641.67, 4403.4, -2.11],
    								[3749.48, 4479.4, -2.17],
    								[3833.62, 4573.17, -2.42],
    								[3895.82, 4438.58, 12.53],
    								[3727.47, 4290.24, 12.64]
    							];
    		}
    	}
    }
    The aim of life is self-development. To realize one's nature perfectly - that is what each of us is here for.
    Oscar Wilde

    [H] 70-74 Borean Tundra - Eternal Air Farm [Vendor][Mail]
  2. #2
    MeowBird's Avatar Banned
    Reputation
    33
    Join Date
    Sep 2007
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are all your posts copy and pastes from the glider forums?

  3. #3
    kookoo's Avatar Contributor
    Reputation
    81
    Join Date
    Dec 2006
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not all of them only those I put "credit goes to" if not its my own creation
    The aim of life is self-development. To realize one's nature perfectly - that is what each of us is here for.
    Oscar Wilde

  4. #4
    Stathackslol's Avatar Banned
    Reputation
    3
    Join Date
    Nov 2008
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MeowBird View Post
    Are all your posts copy and pastes from the glider forums?[img]http://mmobuzz.luke13.*******************/[/img][img]http://mmobuzz.wowzygor.*******************/[/img][img]http://mmobuzz.joanaguide.*******************/[/img][img]http://mmobuzz.warmil.*******************/[/img][img]http://mmobuzz.idemise.*******************/[/img][img]http://mmobuzz.hcb25.*******************/[/img][img]http://mmobuzz.wowwealth.*******************/[/img][img]http://mmobuzz.wotlksec.*******************/[/img][img]http://mmobuzz.valkor.*******************/[/img][img]http://mmobuzz.ragnaros.*******************/[/img][img]http://mmobuzz.extremelev.*******************/[/img][img]http://mmobuzz.tiemedia.*******************/[/img][img]http://mmobuzz.kinjal.*******************/[/img][img]http://mmobuzz.wowseller.*******************/[/img][img]http://mmobuzz.warsupreme.*******************/[/img][img]http://mmobuzz.warpros.*******************/[/img][img]http://mmobuzz.cs5000.*******************/[/img][img]http://mmobuzz.ashlingwor.*******************/[/img][img]http://mmobuzz.pvpbible.*******************/[/img][img]http://mmobuzz.pennsworld.*******************/[/img][img]http://mmobuzz.warelite.*******************/[/img][img]http://mmobuzz.wowultimat.*******************/[/img][img]http://mmobuzz.infonook.*******************/[/img][img]http://mmobuzz.idgold.*******************/[/img][img]http://mmobuzz.websitings.*******************/[/img][img]http://mmobuzz.wowaddicts.*******************/[/img][img]http://mmobuzz.goldguide.*******************/[/img][img]http://mmobuzz.warguidez.*******************/[/img][img]http://mmobuzz.wcraftsman.*******************/[/img][img]http://mmobuzz.stephenf84.*******************/[/img][img]http://mmobuzz.aocriches.*******************/[/img][img]http://mmobuzz.conanfortu.*******************/[/img][img]http://mmobuzz.killergu.*******************/[/img][img]http://mmobuzz.tanqueboi.*******************/[/img][img]http://mmobuzz.warhonor.*******************/[/img][img]http://mmobuzz.102341.*******************/[/img][img]http://mmobuzz.demifarr.*******************/[/img][img]http://mmobuzz.aspect10.*******************/[/img][img]http://mmobuzz.proguides.*******************/[/img]
    lol "hes on a spreee"! hehe

  5. #5
    vivecs's Avatar Member
    Reputation
    11
    Join Date
    May 2008
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey it says "eror parsing file: file must have a name or type" how do I fix that??
    Ban-proof accounts- Legendary Tested!!
    https://www.mmowned.com/forums/bots-...ml#post1158192

  6. #6
    kookoo's Avatar Contributor
    Reputation
    81
    Join Date
    Dec 2006
    Posts
    198
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    save it as name.psc?
    The aim of life is self-development. To realize one's nature perfectly - that is what each of us is here for.
    Oscar Wilde

  7. #7
    henrikken's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where can I donwload this ?

Similar Threads

  1. Eternal Air farm great profile
    By footspeedy in forum WoW Bot Maps And Profiles
    Replies: 6
    Last Post: 01-26-2009, 02:39 PM
  2. Eternal Air farm
    By sapiano in forum WoW Bot Maps And Profiles
    Replies: 13
    Last Post: 01-19-2009, 05:37 PM
  3. Crystallized Air [Eternal Air] farm
    By Footmen in forum World of Warcraft Guides
    Replies: 3
    Last Post: 12-11-2008, 06:10 PM
  4. Borean Tundra Steam Cloud Map (Engineering/Eternal Farming)
    By 2seebee in forum World of Warcraft Guides
    Replies: 2
    Last Post: 12-08-2008, 07:44 PM
  5. Borean Tundra farm spot
    By reavix in forum World of Warcraft Guides
    Replies: 11
    Last Post: 11-19-2008, 09:24 AM
All times are GMT -5. The time now is 11:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search