[PPather] Getting PPather to Train and Fly Back! menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Y060N's Avatar Banned
    Reputation
    83
    Join Date
    Dec 2007
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PPather] Getting PPather to Train and Fly Back!

    Well, I am here to help out a few people that are trying to use PPather to do a one click 1-60 task file.

    Many of you don't know what PPather is, and it is a "tool" for glider that reads the MPQ files, and navigates through the world accordingly. It takes the most economic route available, and is a huge innovation for glider.

    Anyway, I will explain how to insert a fly/train/fly back method into your tasks file!

    Code:
    When
    {
              $cond = $MyLevel > # && $MyLevel <= #;
    
        Seq
        {
    
    
            If
            {
              $cond = $MyLevel == # && $MyZone == "Zone";
    
        Par
        {
    
            Taxi
            {
            $Prio = 1;
            $NPC = "Name";
            $Destination = "Destination";
            $Locations = [Hotspot];
            }
    
        }
    }
    
    
    If
    {
              $cond = $MyLevel == # && $MyZone == "ZoneName";
    
        Par
        {
    
                 Walk
                {
            $Locations = [Walk Hotspots];
            $Order = "Order";
                }
                Pull
                {
            $Prio = 8;
            $Factions = [];
            $Names = [];
                }
    
            Train
            {
            $Prio = 1;
            $NPC = "Name";
            $Locations = [[Hotspot]];
            }
    
            Taxi
            {
            $Prio = 2;
            $NPC = "Name";
            $Destination = "Destination";
            }
    
        }
    }
    
    If
    {
              $cond = $MyLevel == # && $MySubZone == "X";
    
        Par
        {
    
            Taxi
            {
            $Prio = 1;
            $NPC = "Name";
            $Destination = "Desitnation";
            }
    
        }
    }
    
    Par
    {
    Start your Par..
    }
    Well, if you are making a 1-60 task file, you probably know about level restraints.

    Level Restraints
    Like Mathematics, level restraints are pretty easily done and uses < and > symbols. Lets say that the zone you are in are for level 16-21, then your level restraints will be:
    $cond = $MyLevel > 15 && $MyLevel <= 20;

    Seq
    A sequence is followed in order, and usually placed after in if statement. If read, it will go something like:
    If I am 'this level', do 'this' in order, where 'this level' and 'this' are defined by your level restraints and your par respectively.

    Par
    What I need to do.
    These are divided into many sublibraries.
    These include Train, Harvest, Loot, Pull, and Hotspots
    When defining something inside of your par, it cannot be any name - it has to be the correct library. For example, for Taxi - you have to put Taxi (not Texi).

    Prio
    Goes in a list from 0 to X, and reads in order. Your list can be millions of numbers long if you'd like (but there is no need for it).

    Locations
    Used to define where something is, and they are most commonly known as a hotspot. Usually you use these to define an NPC's location or to define a spot to walkto/grind at.

    Remember to spell the NPC names correctly, count your brackets correctly, and proofread your tasks!

    I hope that I helped some people out with frustration, and I am glad to be of assistance.

    I will continue this guide when the new $Talent, and $BGQueue get released publicly.

    Best of luck to all, and happy pathing!

    [PPather] Getting PPather to Train and Fly Back!
  2. #2
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Holy shite this is AWESOME.

    Already repped you for something else though
    Look at your post, now back to mine; Now back to your post, now back to mine. Sadly, it isn't mine, but if you stopped trolling and started posting legitimate content, it could look like mine. Look down, backup, where are you? You're scrolling through threads, reading the post your post could look like. What did you post? Back at mine; It's a reply saying something you want to hear. Look again and the reply is now diamonds.

    Anything is possible when you think before you post. The moon is shrinking.

  3. #3
    Y060N's Avatar Banned
    Reputation
    83
    Join Date
    Dec 2007
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you want to make a request on knowing something with pather, I will try to explain it best I can. Although I am not the best at doing this, and have no knowledge of coding, I will still try to help

  4. #4
    SUGARMANKIE's Avatar Member
    Reputation
    19
    Join Date
    Sep 2007
    Posts
    153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is teh 1337's
    tanx 4 it man!

  5. #5
    Cosucj's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice man thanks. +rep

  6. #6
    Y060N's Avatar Banned
    Reputation
    83
    Join Date
    Dec 2007
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, don't think I got that rep though =P

  7. #7
    MLT's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2006
    Posts
    627
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yer, cool stuff. +3rep :')

Similar Threads

  1. How get out Scholomance and Flying
    By EnhReznik in forum World of Warcraft Exploration
    Replies: 10
    Last Post: 01-26-2010, 02:19 AM
  2. How get to out and flying in AQ 40 [Without Levitation]
    By EnhReznik in forum World of Warcraft Exploration
    Replies: 15
    Last Post: 01-10-2010, 02:42 PM
  3. The Ultimate Ppather + Glider Install and Setup guide!
    By phorentez in forum World of Warcraft Bots and Programs
    Replies: 23
    Last Post: 02-25-2009, 03:08 PM
  4. Getting under Stormwind(and gettin' back)
    By opticalram in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 03-26-2008, 03:17 PM
All times are GMT -5. The time now is 09:49 AM. 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