[Task] [H] Badlands 43-46 Ogres + Vendoring menu

User Tag List

Results 1 to 5 of 5
  1. #1
    agromondes's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Task] [H] Badlands 43-46 Ogres + Vendoring

    Hey guys, just recently started Gliding and have been working on a BM hunter. Started messing with making my own task file today, and have been using it to level all day getting about 18k XP/hour. So I thought I'd share my first attempt with everyone.

    It only kills the ogres, so no skinning. It does mine the 3 nodes that are constantly respawning in the cave nearby. It will also buy food and water, sell whites and grays from your bag, repair, and buy arrows (you can comment that part out if it doesnt apply).

    Code:
    // Zone: Badlands 
    // Levels: 43-46
    // Author: likwid818
    // Tested on: 45-46 BM hunter with Glider Elite 1.6.2, Ppather 1.0.3d, and OoberXHunter R3.
    // Date: 7-11-08
    
    
    Par 
    {
    	// ********  Tweak these to your preference ********
    	$VarFood = "Roasted Quail"; // change to "Cured Ham Steak" if lower than 45
    	$VarWater = "Morning Glory Dew"; // change to "Moonberry Juice" if lower than 45
    	$VarMinDur = 0.2; // repair at 20%
    	$VarMinFreeBagSlots = 3; // 3 min bag slots
    	$VarIsSkinner = false; // false since we're only killing humanoids
    	$VarIsMiner = true; // mineral nodes in the cave are nice for miners
    	$VarRanged = "Jagged Arrow";
    	
    	Defend
    	{
    		$Prio = 0;
    	}
    
    	Rest
    	{ 
    		$Prio = 0;
    	} 
    
    	Danger 
    	{ 
    		$Prio = 1; 
    		$DangerDistance = 30;
    	}
    
    	Loot 
    	{
    		$Prio = 2;
    		$Skin = $VarIsSkinner;
    	}
    	
    	Harvest
            {
            	$Prio = 2;
            	$Types = ["Mine", "Chest"]; // there's often Solid Chests's around the area
            	$Distance = 50;
            	$Times = 10;
            }
    	
    	Buy
    	{
    		$Prio = 2;
    		$Items = [[$VarFood, 15, 100], [$VarWater, 15, 100]];
    		$NPC = "Innkeeper Shul'kar";
    		$Location =  [-6651.42, -2151.24, 245.35];
    	}
    	
    	// should probably take this part out if you aren't a hunter 
    	Buy
    	{
    		$Prio = 2;
    		$Items = [[$VarRanged, 200, 3200]];
    		$NPC = "Grawl";
    		$Location = [-6651.7, -2156.13, 245.35];
    	}	
    	
    	Vendor
    	{
    		$Prio = 2;
    		$NPC = "Sranda";
    		$Location = [-6673.18, -2151.32, 244.14];
    		$Protected = ["Jagged Arrow", "hearthstone", "bandage", "ore", "cloth", "potion", "skinning", "mining", "leather", "salt", "stone", $VarFood, $VarWater];
    		$SellGray = True;
    		$SellWhite = True;
    		$SellGreen = False;
    		$MinDurability = $VarMinDur;
    		$MinFreeBagSlots = $VarMinFreeBagSlots;
    	}
    	Pull
    	{ 
    		$Prio = 3;
    		$MinLevel = 39;
    		$MaxLevel = 45;
    		//$Factions = [45];  // for some reason, $Names works better than $Factions here?
    		$Names = ["Dustbelcher Mauler", "Dustbelcher Wyrmhunter", "Dustbelcher Shaman", "Dustbelcher Ogre Mage", "Dustbelcher Lord"];
    	}
    
    	Hotspots
    	{ 
    		$Prio = 4;
    		$Order = "Random";
    		$Locations = [
    			[-7123.37, -2349.15, 241.12],
    			[-7193.67, -2371.3, 241.66],
    			[-7280.1, -2281.25, 244.6],
    			[-7365.89, -2321.22, 238.94],
    			[-7474.98, -2264.33, 232.29]
    
    		];
    	}
    
    
    
    }
    If you try this out, please be sure to leave feedback. Whether you liked it or not, what worked for you and what didn't.

    Thanks!

    [Task] [H] Badlands 43-46 Ogres + Vendoring
  2. #2
    Submit's Avatar Member
    Reputation
    44
    Join Date
    Nov 2007
    Posts
    238
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks good, +rep


  3. #3
    goliat's Avatar Member
    Reputation
    2
    Join Date
    Nov 2006
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm looks nice mind put up a DL? =)

  4. #4
    agromondes's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by goliat View Post
    hmm looks nice mind put up a DL? =)
    I'd love to, but every time I try to attach the zip file it says Upload failed.

    Who knows?

  5. #5
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    don't put up a DL taht way to won't be leeched until they learn.

Similar Threads

  1. [Task] - 1500g per day - Zul'Drak -Vendors/Repairs/ Restocks
    By HeyaEveryone in forum WoW Bot Maps And Profiles
    Replies: 8
    Last Post: 02-27-2009, 04:39 PM
  2. A Small task
    By Danubis077 in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 01-10-2007, 09:02 PM
  3. LS recipe Vendors
    By Erlon in forum World of Warcraft Guides
    Replies: 5
    Last Post: 01-07-2007, 03:05 PM
  4. can u mail/ trade/ buy from vendor on trail accnt
    By xkisses in forum World of Warcraft General
    Replies: 1
    Last Post: 10-24-2006, 03:17 PM
  5. I think i can edit what one Vendor sells!
    By LiquidShizzles in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 08-15-2006, 06:29 PM
All times are GMT -5. The time now is 01:40 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search