[PPather]Eternal air+mining+relic of ulduar task menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    grak's Avatar Contributor
    Reputation
    94
    Join Date
    Jul 2008
    Posts
    151
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PPather]Eternal air+mining+relic of ulduar task

    This is a pather task i made that have worked very well for me. Before reading any further i want to say that you should be a caster or have ranged pulling to run this task properly. As a enhancement shaman i have just had lightning bolt pulling on and it have worked as a charm. I do not know how it will be on your server but population haven't been a problem for me. I have run this over night and gotten about 20+ eternal airs, 6-7 stacks of saronite, abit of titanium and alot of relic of ulduar. The eternal prices are not so high atm, but if you are a miner the nodes are a huge plus.
    This have been a choice to me because alot of other places have been way too populated. This is for both alliance and horde, there is no vendor because i made it i made it for my alliance character and there is no alliance npc that i know of close to the task. You should also set the settings safe so you don't die, because of the flying mount you will get on while in ghost lowers the chance of a successful ghostwalk.
    You will pick up alot of trash so i recommend getting LootFilter, which can be downloaded here: Loot Filter

    So, this is in Storm Peaks and you will be killing Scion of Storm,Scion of Storm - NPC - World of Warcraft they are located inside a cave and it is always recommended to walk your character through the place abit first and watch how it runs before you leave the computer (if you do decide to afk glide)

    This profile will convert all Crystallized Air into Eternal Air, and since it is mining it will also convert Crystallized fire/earth/water/shadow. I got suprisingly much saronite and titanium.
    If you are not a miner you can remove the red part.
    Code:
    Par
    {
       Pull 
       {
          $Prio = 2;
          $Names = ["Scion of Storm"];
          $Factions = ["16"];
          $MinLevel = $MyLevel-6;
          $MaxLevel = $MyLevel+2;
          $Distance = 30;
       }
    
       Danger
       {
          $Prio = 0;
          $DangerDistance = 10;
       }
    
       Loot
       {
          $Prio = 2;
          $Distance = 31;
          $Delay = 3000
       ;
       }
    
    If // Crystallized Air
       {	
    	    $prio = 1;
                $cond = $ItemCount{"Crystallized Air"} >= 10;
    	    UseItem
    	    {
                        $Name = "Crystallized Air";
    	            $Delay = 1000;											
    	    }	
       }
    If // Crystallized Earth
       {	
    	    $prio = 1;
                $cond = $ItemCount{"Crystallized Earth"} >= 10;
    	    UseItem
    	    {
                        $Name = "Crystallized Earth";
    	            $Delay = 1000;											
    	    }	
       }
    If // Crystallized Shadow
       {	
    	    $prio = 1;
                $cond = $ItemCount{"Crystallized Shadow"} >= 10;
    	    UseItem
    	    {
                        $Name = "Crystallized Shadow";
    	            $Delay = 1000;											
    	    }	
       }
    If // Crystallized Fire
       {	
    	    $prio = 1;
                $cond = $ItemCount{"Crystallized Fire"} >= 10;
    	    UseItem
    	    {
                        $Name = "Crystallized Fire";
    	            $Delay = 1000;											
    	    }	
       }
    If // Crystallized Water
       {	
    	    $prio = 1;
                $cond = $ItemCount{"Crystallized Water"} >= 10;
    	    UseItem
    	    {
                        $Name = "Crystallized Water";
    	            $Delay = 1000;											
    	    }
    }
     Harvest
            {
            $Types = ["Mine","Mineral", "Ore", "Vein", "Cobalt", "Deposit", "Node"];
            }
    
     Hotspots
       {
          $Prio = 4;
          $Order = Order;
          $Locations = [[8225.54, -3103.78, 1122.27],[8090.99, -2937.57, 1134.53],[8299.61, -2975.65, 1074.44],[8199.53, -2928.86, 1047.39],[8295.78, -2805.56, 1044.62],[8302.03, -2755.86, 1037.82],[8144.68, -2727.71, 1028.69],[8119.77, -2794.49, 1042.95]];
       }
    
       Rest
       {
          $Prio = 1;
       }
    
       Defend
       {
          $Prio = 0;
       }
    
      }
    }
    Change the task to your own likings. For the ones of you that do not know. At the '$Prio = ' part, the lower the number is the higher is the priority. I don't know how many there is on this forum that uses pather but i am hoping that someone will have use of this. I am not an experienced task-maker so any constructive criticism will be appreciated. I've thought about posting this for a while and just found another non pather version of it: http://www.mmowned.com/forums/glider...g-profile.html This thread sums it up very well, HOWEVER i have not taken the idea for the spot from this thread, and have been using it since i hit 80. So it kinda pissed me off that he posted the same place 2days ago:P.
    So i hope you guys enjoy it
    Last edited by grak; 01-22-2009 at 02:15 PM.

    [PPather]Eternal air+mining+relic of ulduar task
  2. #2
    amunro's Avatar Active Member
    Reputation
    37
    Join Date
    Jan 2008
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cheers for this, very few wotlk tasks around, keep up the good work!
    +rep

  3. #3
    CuT's Avatar Contributor
    Reputation
    184
    Join Date
    Jan 2007
    Posts
    629
    Thanks G/R
    7/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by grak View Post
    ] I've thought about posting this for a while and just found another non pather version of it: http://www.mmowned.com/forums/glider...g-profile.html This thread sums it up very well, HOWEVER i have not taken the idea for the spot from this thread, and have been using it since i hit 80. So it kinda pissed me off that he posted the same place 2days ago:P.
    So i hope you guys enjoy it
    Sorry?

    And my ghost waypoints work
    Nice addition to the mining with PPather tho.

  4. #4
    Hackingmac's Avatar Banned
    Reputation
    53
    Join Date
    Aug 2008
    Posts
    202
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No vendor/mail?:S still +rep for somthing usefull

  5. #5
    grak's Avatar Contributor
    Reputation
    94
    Join Date
    Jul 2008
    Posts
    151
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ i cut u up..
    If you are trying to say i failed at doing gwp you are wrong. Since the ghost walking is done by pather you do not add gwp's when making a task, and the ghostwalking usually working well. I am just stating the fact that i have had little luck with it. Also, your profile is probably good but you can't use it for pather(ofc). I were just trying to say that i didn't read your thread before i was intending to post it, and that i didn't "steal" your idea for the spot

    @Hackingmac
    The reason there is no vendor/mail is because i played an alliance character and there is no alliance npc that i know of nearby. I think horde vendor/mail could easily be added and i would add it if i had the chance
    Last edited by grak; 01-22-2009 at 12:12 PM.

  6. #6
    Hackingmac's Avatar Banned
    Reputation
    53
    Join Date
    Aug 2008
    Posts
    202
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Btw when u die ppather cant ress . you get a flying mount to corpse run

  7. #7
    grak's Avatar Contributor
    Reputation
    94
    Join Date
    Jul 2008
    Posts
    151
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, it's very unfortunate but a few places is like that atm.. Guess it's the price for the good spot. You should tune your settings as safe as possible to avoid death. I've also tried to mention this in the original post.

  8. #8
    grak's Avatar Contributor
    Reputation
    94
    Join Date
    Jul 2008
    Posts
    151
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone wants horde vendor/mailing you can put this in there
    Code:
    Vendor
    		{
    			$Prio = 3;
    			$NPC = "Ontak";
    			$Location = [7798.1, -2951.23, 1257.59];
    			$MinDurability = 0.3;
    			$MinFreeBagSlots = 1;
    			$Protected = ["hearth", "potion", "elixir", "bandage", "salted venison", "pungent seal whey", "terrorshaft", "underspore pod", "ravager dog", "grilled mudfish", "sporeling snacks", "superior mana oil", "Crystallized", "Eternal", "Frostweave", "crusty flatbread", "corpse dust", "sweet potato bread"];
    			$SellGray  = true;
    			$SellWhite = true;
    			$SellGreen = false;
    		}
    
    	        Buy
                     $Prio = 3;  
    	           $NPC = "Wabada Whiteflower";
    	           $Location = [7798.99, -2966.6, 1258.82];
                     $Items = [["Crusty Flatbread", 5, 80],["Pungent Seal Whey", 5, 80]];
    		}
    		
    		Mail
    		{
    			$Prio = 3;
    			$Location = [7810.2, -2955.59, 1257.68];
    			$To = "YOUR ALT HERE";
    			$Items = ["Frostweave Cloth","Scroll","eternal","crystallized"];
    			$Protected = ["hearth", "potion", "elixir", "corpse dust", "bandage", "salted venison", "pungent seal whey", "terrorshaft", "underspore pod", "ravager dog", "grilled mudfish", "sporeling snacks", "superior mana oil", "Crystallized", "Eternal", "crusty flatbread", "sweet potato bread"];
    			$MailGreens = true;
    			$MailBlues = true;
    			$MailEpics = false;
    			$MinFreeBagSlots = 1;
    		}
    Put this code in there and it should work. At the red field put in your alt/bank char. I have not tested it myself but it should work as intended.

  9. #9
    Hackingmac's Avatar Banned
    Reputation
    53
    Join Date
    Aug 2008
    Posts
    202
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well im useing it on my 80lock changed the localtions so it wont go and loot outside the mountain and die

  10. #10
    Bunster's Avatar Active Member
    Reputation
    19
    Join Date
    May 2008
    Posts
    553
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice (filler)

  11. #11
    grak's Avatar Contributor
    Reputation
    94
    Join Date
    Jul 2008
    Posts
    151
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone is having any problems i will be more than happy to fix it. Also hope that some are using it with success.

  12. #12
    Civerius's Avatar Member
    Reputation
    1
    Join Date
    Aug 2006
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Success here,like it was said above,not much wotlk tasks around. Good work.

    +2Rep

  13. #13
    grak's Avatar Contributor
    Reputation
    94
    Join Date
    Jul 2008
    Posts
    151
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am very happy that you liked it (Not that it matters, but you gotta press the button aswell to give rep. I'm just saying this in case you did not notice!) If anyone else have tried this, feedback is much appreciated.

  14. #14
    bradstory's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just got and learned all I could about PPather.
    I'll test this while im at my classes

  15. #15
    Ukmonkey's Avatar Site Donator
    Reputation
    12
    Join Date
    Apr 2008
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How much gold per day do you make?

Page 1 of 2 12 LastLast

Similar Threads

  1. Decent farming spot Relics + Eternal Air.
    By Damare0 in forum World of Warcraft Guides
    Replies: 3
    Last Post: 07-04-2009, 09:45 AM
  2. The Forlorn Mine (Mining & farming Relic of Ulduar)
    By Votkrath in forum World of Warcraft Guides
    Replies: 5
    Last Post: 02-06-2009, 05:29 AM
  3. Eternal Air farm great profile
    By footspeedy in forum WoW Bot Maps And Profiles
    Replies: 6
    Last Post: 01-26-2009, 02:39 PM
  4. Great Eternal Air/Relic of Ulduar Farming Profile
    By CuT in forum WoW Bot Maps And Profiles
    Replies: 13
    Last Post: 01-25-2009, 10:28 PM
  5. Crystallized Air [Eternal Air] farm
    By Footmen in forum World of Warcraft Guides
    Replies: 3
    Last Post: 12-11-2008, 06:10 PM
All times are GMT -5. The time now is 04: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