Primal air task file 1,000G/day MIN menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    poche's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Primal air task file 1,000G/day MIN

    Hello

    This task file is compatible with pather 0.31SVN to Pather 1.0Rc1
    Code:
    // Author: David Poche
    // Levels: 63 and 65
    // Location: shadowmoon valley
    Par
    {
        // Level range for mobs
        $MinLevel = $MyLevel - 6;
        $MaxLevel = $MyLevel + 3;
    
        // Avoiding specified mobs
        Avoid
        {
            // Avoiding specified mobs takes highest priority
            $Prio = 0;
    
            // Avoid if within 40 yards
            $AvoidDistance = 40;
    
            
            // Avoid all elites (if left out, defaults to false)
            $AllElites = True;
        }
    
        // Defend yourself!
        Defend
        {
            // Defending is another high priority
            $Prio = 1;
        }
    
        // Eat and drink when needed
        Rest
        {
            // Resting is another high priority
            $Prio = 1;
    
            // Force rest on low health or mana
            $RestHealth = 35;
            $RestMana = 25;
        }
    
        // Attack mobs within distance
        Danger
        {
            $Prio = 2;
    
            // Attack hostiles this close
            $Distance = 20;
        }
    
        // Looting and skinning
        Loot
        {
            $Prio = 3;
    
            // Skin mobs after kill
            $Skin = False; // True if you have skinning, otherwise False
    
            // Optional - go this distance to skin
            // $Distance = 40;
        }
    
        Par
        {
            $Prio = 4;
    
            Vendor
            {
                // Repair at percent durability minimum. If close to a vendor, and
                // depending on $Prio, it will try to repair even if above minimum
                $MinDurability = 0.15; // 15%
    
                // If only 4 slots free in bag, go to sell. Also same as above
                $MinFreeBagSlots = 4;
    
                // Sell or keep grey, white, or green items
                $SellGrey = True;
                $SellWhite = True;
                $SellGreen = True;
    
                // Do not sell any items with this text in its name
                $Protected = ["arrow","bullet","shell","bagel","poison","primal","mote","elixir"];
    
                // Name of the NPC for repairs and selling
                // If both are the same, you can also use $NPC = "NPC Name";
                $NPC = "lelagar";
                
                // Location of vendor
                // (Optional but recommended to help PPather find the NPC)
                $Location = [ -4119.2, 1168.9, 49.6];
    
                // Blacklist vendor for a short time after visit
                $BlacklistTime = 5 * 60;
            }
        }
    
        // Put the faction numbers of the main mobs PPather should pull.
        // You can get these by creating an old style profile, adding the
        // factions, then clicking edit profile and selecting all the factions
        Pull
        {
            $Prio = 5;
    
            // Add mob faction numbers here separated by commas
            $Factions = [16];
        }
    
        Harvest
        {
            $Prio = 6;
    
            // Harvest this (these) item(s) - comma separated
            // $Names = ["",""];
    
            // Harvest this type of item:
            // Herb, Flower, Mine, Mineral, Chest, Treasure
            $Types = ["Chest"];
    
            // Harvest this amount of times
            // $Times = 1;
    
            // Harvest items this far away
            $Distance = 60;
        }
    
        Hotspots
        {
            $Prio = 7;
    
            // Go by Order or by Random?
            $Order = "Random"; // For sequential use: $Order = "Order";
    
            // Here is where we put our hotspots
            $Locations =
            [
                [ -4115.9, 885.7, 15.6],
                [ -4410.2, 870.9, 12.3],
                [ -4361.3, 969.6, 40.5],
                [ -4519.4, 945.7, 4.3],
                [ -4532.3, 1052.7, 16.2],
                [ -4292.2, 798.0, 22.2]
            ];
        }
    You simply need to change the $protected and tweak the setting you want to use.
    It will farm near the scryers town in SMV, there is no buy task since you shoulndt run out of food, you NEVER aggro more than 1 mob and they are pretty weak, not crowded area and near the graveyard.

    With my rogue it earn me at least 1k per days

    Primal air task file 1,000G/day MIN
  2. #2
    Vixxi's Avatar Active Member
    Reputation
    36
    Join Date
    Feb 2007
    Posts
    491
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Killing what? as far as i know you can't get air motes from the blood elves in SMV

  3. #3
    poche's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the elemental near the scryers town lol

  4. #4
    coldmrn's Avatar Member
    Reputation
    44
    Join Date
    Mar 2007
    Posts
    348
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This like a bot Oo?

  5. #5
    Martognigno's Avatar Active Member
    Reputation
    39
    Join Date
    Feb 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol, this is a task file for Glider PPather.

  6. #6
    kefir's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it seems to be usable

  7. #7
    Garosie's Avatar Active Member
    Reputation
    18
    Join Date
    Jul 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hehe nice :P

  8. #8
    poche's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone have a problem with the task file? im running it non stop and it work perfectly no error. i'll be glad to improve it if it have a flaw

  9. #9
    albot123's Avatar Member
    Reputation
    -10
    Join Date
    Feb 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    u were missing a left curly at the end"}" but other then that its all good but if you dont use the SVN version cause of its buggyness like me then u must comment out al the avoid stuff just to let you all know

  10. #10
    saagdawg's Avatar Member
    Reputation
    20
    Join Date
    Jul 2007
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice its working great....

  11. #11
    Knuck3ls's Avatar Member
    Reputation
    4
    Join Date
    Apr 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    High traffic area with people doing the Gorefiend quest nearby, using the Scryer town and people making Shadowcloth. Not recommended for non-stealth classes. Had an account banned while botting there before >.>

  12. #12
    poche's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe its your server or mine but im farming there 24/7 since a week and i've seen almost no farmer there, everyone who pass by there are going to the dragonmaw isles, and they do not watch me

  13. #13
    Kingpg's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah same here been botting there a good 4 days and havent even been whispered
    undead mage

  14. #14
    imoTEP's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried this a couple days ago and got whispered a couple times about botting, nosey server I guess. Other then that the bot works like a charm though.

  15. #15
    Ferag's Avatar Contributor
    Reputation
    263
    Join Date
    Jul 2007
    Posts
    1,437
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a good post. Sorry I have given too much reputation out in the past 24hours or I'd certainly rep you.

Page 1 of 2 12 LastLast

Similar Threads

  1. [primal air] the spots !
    By Dirtyhippy in forum World of Warcraft Guides
    Replies: 9
    Last Post: 02-13-2008, 02:44 AM
  2. Engineering Primal Air - Possible tweak
    By Victor in forum World of Warcraft General
    Replies: 3
    Last Post: 11-27-2007, 04:41 AM
  3. [Engineer] 16 Primal Air Per Hour
    By Osiris183 in forum World of Warcraft Guides
    Replies: 1
    Last Post: 11-27-2007, 02:18 AM
  4. Good tip for farming primal air
    By tumadre in forum World of Warcraft Guides
    Replies: 11
    Last Post: 11-21-2007, 09:00 PM
  5. Best Primal Air Farming Spot
    By sean_smart in forum World of Warcraft Guides
    Replies: 11
    Last Post: 07-08-2007, 04:19 PM
All times are GMT -5. The time now is 01:12 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