MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned
Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > World of Warcraft > Bots and Programs > Glider Profiles
Reload this Page [PPather Task] Leatherworkers Dream [800G+ a day][Mail][Crafts Leather][65-70]
Glider Profiles WoW Glider Botting Profiles

Reply
 
LinkBack Thread Tools
[PPather Task] Leatherworkers Dream [800G+ a day][Mail][Crafts Leather][65-70]
(#1)
Old
maniax is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
maniax is an unknown quantity at this point
 
Posts: 9
Join Date: Apr 2007
Legendary [PPather Task] Leatherworkers Dream [800G+ a day][Mail][Crafts Leather][65-70] - 05-19-2008

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]];
       }
}
Reply With Quote

Donate to remove ads.
(#2)
Old
analallan123 is Offline
Sergeant
Rep Power: 1
Reputation: 8
analallan123 is an unknown quantity at this point
 
Posts: 47
Join Date: May 2008
05-19-2008

do you need to be like a really big geek to understand how to do this, because i dont get it :S
Reply With Quote
(#3)
Old
trampy10 is Offline
Master Sergeant
Rep Power: 2
Reputation: 7
trampy10 is an unknown quantity at this point
 
Posts: 71
Join Date: Feb 2007
05-19-2008

no u dont need to be a geek.. u just have to understand what this is for and how easy it is to work..
Reply With Quote
(#4)
Old
maniax is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
maniax is an unknown quantity at this point
 
Posts: 9
Join Date: Apr 2007
05-19-2008

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.
Reply With Quote
(#5)
Old
betadan is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
betadan is an unknown quantity at this point
 
Posts: 9
Join Date: May 2008
Location: Nanaimo, BC
05-20-2008

Awesome, thanx, been using this for about a month now
Reply With Quote
(#6)
Old
evann is Offline
Master Sergeant
Rep Power: 1
Reputation: 9
evann is an unknown quantity at this point
 
Posts: 108
Join Date: Apr 2008
05-21-2008

You can also find this task at the Glider forums, it's public.. hence the problem possibly ban spot soon. Good post though
Reply With Quote
(#7)
Old
iradiation is Offline
Site Donator
Rep Power: 1
Reputation: 37
iradiation is on a distinguished road
 
Posts: 337
Join Date: Mar 2008
Location: Stormwind 24 Sev
05-22-2008

you know you can just take zolofighter run that so it starts wow in guest mode and you can run glider unseen
Reply With Quote
(#8)
Old
invory is Offline
Master Sergeant
Rep Power: 1
Reputation: 36
invory is on a distinguished road
 
Posts: 81
Join Date: May 2008
Location: Oldenburg - Germany
05-23-2008

I will try it !
Reply With Quote
(#9)
Old
Xhalin is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
Xhalin is an unknown quantity at this point
 
Posts: 1
Join Date: May 2008
05-24-2008

Been using this for ages, it's very nice
Reply With Quote
(#10)
Old
Farylon's Avatar
Farylon is Offline
Site Donator
Rep Power: 1
Reputation: 9
Farylon is an unknown quantity at this point
 
Posts: 94
Join Date: Oct 2007
05-25-2008

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
Reply With Quote
(#11)
Old
pjsparkles is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
pjsparkles is an unknown quantity at this point
 
Posts: 14
Join Date: May 2008
05-27-2008

750g last night ^_^
Reply With Quote
(#12)
Old
maniax is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
maniax is an unknown quantity at this point
 
Posts: 9
Join Date: Apr 2007
05-27-2008

Quote:
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
Reply With Quote
(#13)
Old
engagedtosmile is Offline
Site Donator
Rep Power: 1
Reputation: 4
engagedtosmile is an unknown quantity at this point
 
Posts: 28
Join Date: Nov 2007
05-30-2008

thanks ill give it a try.
Reply With Quote
(#14)
Old
stillgliding is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
stillgliding is an unknown quantity at this point
 
Posts: 7
Join Date: May 2008
Legendary 06-02-2008

awesome task. thank you
Reply With Quote
(#15)
Old
gimblin5 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
gimblin5 is an unknown quantity at this point
 
Posts: 13
Join Date: Dec 2007
06-03-2008

thx for the profil!
Reply With Quote
Reply
Paltalk Attract 300x250
Donate to remove ads.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On




Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288