[PPather Task] Leatherworkers Dream [800G+ a day][Mail][Crafts Leather][65-70] menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    paradoxial's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PPather Task] Leatherworkers Dream [800G+ a day][Mail][Crafts Leather][65-70]

    LEATHERWORKERS DREAM


    [ZONE] Nagrand, will square around the town of Garadar. It is a Horde task file.
    [TYPE]This is a grinding task, there is no questing involved whatsoever.
    [MOBS]Talbuks, Elementals, Celfthoof Bulls.
    [LOOT]Knothide Leather, Heavy Knothide Leather, Primal Airs, Few Epics, Couple of Blues, Tons of Greens, trash.
    [TASK INFORMATION]This task is a collaboration that means if you have any changes you'd like to add to it let me know and we can fix them
    all to create a better source of making money in WoW. As far as this task goes it will farm then it will create all the leather it needs and if you want
    it will even mail it to your alt. Currently me and my beta tester have been calculating the amount of gold were making daily and it is way past the 800g mark.
    I want you all to send feedback and let me know how it works out for you. For the scraps to be collected you need to see the macros below.

    [MACROS]
    MACRO 1
    /cast Leatherworking
    /run for i=1, (GetNumTradeSkills()-1) do local name,_,_,_= GetTradeSkillInfo(i) if name=="Heavy Knothide Leather" then DoTradeSkill(i,1) break end end
    /run CloseTradeSkill()

    MACRO 2
    /cast Leatherworking
    /run for i=1, (GetNumTradeSkills()-1) do local name,_,_,_= GetTradeSkillInfo(i) if name=="Knothide Leather" then DoTradeSkill(i,1) break end end
    /run CloseTradeSkill()

    [MACRO NOTES]
    Add the first macro to Bar4 Character7 - This of course can be changed to empty keys on your bars, just remember to change them in keys.xml as well.
    Add the second macro to Bar4 Character8 - This of course can be changed to empty keys on your bars, just remember to change them in keys.xml as well.

    Then finally add this to your Keys.xml.
    <Key KeyName="LWK" BarState="Bar4" ShiftState="None" Char="7" />
    <Key KeyName="LWHK" BarState="Bar4" ShiftState="None" Char="8" />

    ** This is thanks to Valerka who dedicated alot of time to the task file to make it better.

    [ADDITIONAL NOTES]One of the main fixes to this task was the handling of bugged mobs. Right now it has any mob that can get bugged on an ignore
    list and therefore it will not attack it. NO MORE EVADE BUGS!

    Code:
    // Leatherworkers Dream by TheUltimateParadox
    // Release Notes: 
    // v0.4 - Valerka - Fixed pull task / vendoring to work with 1.0.3c and up.
    // v0.3 - Valerka - Added macros for leatherworking, added 1 more hotspot, and created a solution to the bugged mobs.
    // v0.2 - Added Mailcode by TheUltimatePadadox
    // v0.1 - Released for pather 0.31
    
    
    Par 
    {
        $MinLevel = $MyLevel-10; 
        $MaxLevel = $MyLevel + 1; 
    
        Defend // Defend yourself :)
        {  
            $Prio = 0;
        }
    
        Danger // Attack hostile mobs that are close
        {  
            $Prio = 1;
            $Distance = 30;
        }
    
        Loot
        {
            $Prio = 2;
            $Distance = 60;
            $Skin = true;
        }
    
        If
        {
            $Prio = 2;
            $cond = $ItemCount{"Knothide Leather Scraps"} >= 20;
            Until 
            {
                $cond = $ItemCount{"Knothide Leather Scraps"} <= 20;
                CastSpell 
                {
                    $Key = "LWK";
                }
            }
        }
    
        If
        {
            $Prio = 2;
            $cond = $ItemCount{"Knothide Leather"} >= 20;
            Until 
            {
                $cond = $ItemCount{"Knothide Leather"} <= 20;
                CastSpell 
                {
                    $Key = "LWHK";
                }
            }
        }
        
        Par
        {
            $Prio = 3;
            
            Buy
            {
                $Items = [["Clefthoof Ribs", 5, 100]];
                $NPC = "Matron Tikkit"; 
                $Location = [ -1232.5, 7162.3, 57.3];
                $BlacklistTime = 15 * 60;
                $UseMount = true;
            }
     
            Vendor
            {
                $NPC = "Osrok the Immovable";
                $MinDurability = 0.4;
                $MinFreeBagSlots = 5;
                $Protected = ["bandage", "hearth", "shot", "arrow", "ribs", "mote", "primal", "water", "skinning"];
                $SellGray = true;
                $SellWhite = false;
                $SellGreen = false;
                $Location = [-1332.878, 7197.079, 34.19107];
                $BlacklistTime = 15 * 60; 
                $UseMount = true;
            }
        }
        Par
    {
        Mail
    {
            $Prio = 2;
            $Location = [ -1269.09, 7176.34, 57.26]; // A location within ~50 yards of a Mailbox. REQUIRED.
            $To = "BANK/ALTS NAME HERE"; // Send items to BankAlt; MUST BE EXACT!
            $Items = ["Leather", "Primal", "Mote"]; // Send anything the task picked up.
            $Protected = ["hearth", "potion", "bandage", "arrows", "shot", "ribs"]; // Don't mail these items, no matter what
            $MailGreens = True; // Mail all green items to alt
            $MailBlues = True; // Mail all blue items to alt
            $MailEpics = True; // Mail all epic items to alt
            $MinFreeBagSlots = 5; // Make sure to go mail items when you only have 5 slots left
    }
    }      
        Pull { 
            $Prio = 4;
            $Names= ["Talbuk Stag","Talbuk Thorngrazer","Clefthoof Bull", "Clefthoof","Wild Elekk"];
        }
        
        } 
     
          Hotspots
          {
              $Prio = 5;
              $UseMount=True;          
              $Order = "Random";
              $Locations = [[ -1544.7, 6767.5, 13.0],[ -1565.1, 7003.2, 0.5],[ -1671.4, 7243.6, 2.6],[ -1359.7, 7596.2, 4.4]];
           }
    }

    [PPather Task] Leatherworkers Dream [800G+ a day][Mail][Crafts Leather][65-70]
  2. #2
    analallan123's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    94
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do you need to be like a really big geek to understand how to do this, because i dont get it :S

  3. #3
    trampy10's Avatar Member
    Reputation
    7
    Join Date
    Feb 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no u dont need to be a geek.. u just have to understand what this is for and how easy it is to work..

  4. #4
    paradoxial's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Right, this is for Glider 1.6.0 and Pather 1.0.3c it's been updated for that. You don't need to be special in any way just understand the simple mechanics of mmoglider and the new patrol override of ppather.

    On a sidenote I got a few PM's saying this is stolen from the glider forums. No, you tools I'm theultimateparadox on there and this is my work I'm allowed to do as I please with it.

  5. #5
    betadan's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome, thanx, been using this for about a month now

  6. #6
    evann's Avatar Banned
    Reputation
    94
    Join Date
    Apr 2008
    Posts
    366
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can also find this task at the Glider forums, it's public.. hence the problem possibly ban spot soon. Good post though

  7. #7
    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)
    you know you can just take zolofighter run that so it starts wow in guest mode and you can run glider unseen

  8. #8
    invory's Avatar Member
    Reputation
    42
    Join Date
    May 2008
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will try it !

  9. #9
    Xhalin's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Been using this for ages, it's very nice

  10. #10
    Farylon's Avatar Active Member
    Reputation
    25
    Join Date
    Oct 2007
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I used it last night. Not bad. There are no HS's though where the Clefthoof Bulls really gather, ie nw/w of Garadar, so I added some in there and changed the vendor and mail loc since I'm alliance.

    Nice task

  11. #11
    pjsparkles's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    750g last night ^_^

  12. #12
    paradoxial's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evann View Post
    You can also find this task at the Glider forums, it's public.. hence the problem possibly ban spot soon. Good post though
    lol how can nagrand be a ban spot?

    yes the task is publicly available but that's the greatness of pather it travels, never in the same way, throughout all of nagrand. although the hotspots are few they are very far apart which is what makes this path so great last week before the big banwave I was making close to 1000 gold a night in kara epics.

    This profile is epic

  13. #13
    engagedtosmile's Avatar Member
    Reputation
    14
    Join Date
    Nov 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks ill give it a try.

  14. #14
    stillgliding's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awesome task. thank you

  15. #15
    gimblin5's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for the profil!

Page 1 of 2 12 LastLast

Similar Threads

  1. Jagris's 1-70 PPather tasks
    By ~Jagris in forum WoW Bot Maps And Profiles
    Replies: 44
    Last Post: 10-09-2008, 11:24 AM
  2. BG PPather task and tutorial on how to use them
    By poche in forum WoW Bot Maps And Profiles
    Replies: 9
    Last Post: 05-11-2008, 09:37 AM
  3. PPather Task Files
    By adamtherien in forum WoW Bot Maps And Profiles
    Replies: 11
    Last Post: 04-21-2008, 06:39 PM
  4. My AV PPather Tasks!
    By Y060N in forum WoW Bot Maps And Profiles
    Replies: 10
    Last Post: 04-13-2008, 02:32 PM
  5. Wtb 1-60 Ppather Tasks
    By aaronkirsh1 in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 04-09-2008, 12:12 AM
All times are GMT -5. The time now is 04:54 PM. 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