[PPather] Nagrand 65-70 (H) menu

User Tag List

Results 1 to 2 of 2
  1. #1
    bombon's Avatar Member
    Reputation
    3
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [PPather] Nagrand 65-70 (H)

    Hello,

    I'm a little bit lazy and dont make the quest for rep in Nagrand. So he must first farm a little bit that he can speak to the vendor etc. in Garardar.
    File: 1-Nagrand-Rep.psc

    After that he grinds around to level 68. You can pickup the nesingwary-quests if you want.
    File: 2-Nagrand-65-68.psc

    I have make this tasks for a melee-class...

    --

    sry for my english :/


    hmm.. file-upload doesnt work for me

    file1:
    Par
    {
    $MinLevel = $MyLevel -10;
    $MaxLevel = $MyLevel +1;
    Rest
    {
    $Prio = 0;
    $RestHealth = 32;
    $RestMana = 22;
    }
    Defend
    {
    $Prio = 0;
    }
    Danger
    {
    $Prio = 1;
    $DangerDistance = 15;
    }
    Loot
    {
    $Prio = 2;
    $Skin = False; // Set to True for skin!
    $Distance = 40;
    }
    Pull
    {
    $Prio = 3;
    $Factions = [1693];
    }
    Hotspots
    {
    $Prio = 5;
    $Order = "Random";
    $Locations = [
    [-816.1, 7604.0, 49.3],
    [-831.3, 7694.1, 37.7],
    [-811.0, 7797.8, 37.9],
    [-715.6, 7836.0, 54.1],
    [-765.7, 7920.3, 59.6]
    ];
    }
    }

    file2:
    Par
    {
    $MinLevel = $MyLevel-7;
    $MaxLevel = $MyLevel+2;
    Defend
    {
    $Prio = 0;
    }
    Rest
    {
    $Prio = 0;
    }
    Danger
    {
    $Prio = 1;
    $Distance = 15;
    }
    Loot
    {
    $Prio = 2;
    $Skin = True; // Set to True if you are a skinner/want to skin
    $Distance = 40;
    }

    Par
    {
    $Prio = 2;
    $MinDurability = 0.2; // 20%
    $MinFreeBagSlots = 4;
    $SellGrey = True;
    $SellWhite = False;
    $SellGreen = False;
    Vendor
    {
    $NPC = "Osrok the Immovable";
    $Location = [-1332.4, 7201.3, 33.9];
    //$Protected = ["Item"];
    $MinDurability = 0.2;
    $MinFreeBagSlots = 2;
    $SellGrey = true;
    $SellWhite = false;
    $SellGreen = false;
    }
    Buy
    {
    $UseMount = True;
    $NPC = "Matron Tikkit";
    $Location = [-1230.7, 7161.1, 57.3];
    //$Items = [["Smoked talbuk Venison", 10, 80], ["Filtered Draenic Water", 10, 80]];
    $Items = [["Clefthoof Ribs", 3, 75]];
    $BlacklistTime = 15 * 60;
    }
    Mail
    {
    $Location = [-1265.7, 7176.3, 57.2];
    $To = "BANKCHAR";
    $Items = ["Cloth","Feather","Leather","Mote of","Thread","Primal"]; //force items to mail away
    $MailGreens = true;
    $MailBlues = true;
    $MailEpics = true;
    $MinFreeBagSlots = 2;
    }
    }

    Pull
    {
    $Prio = 3;
    $Factions = [16,1678,91,7,14,91,31];
    $Ignore = ["Lake Spirit"];
    }
    Hotspots
    {
    $Prio = 5;
    $Order = "Random";
    $Locations = [
    [-1506.5, 7342.6, 3.8],
    [-1657.0, 7418.1, -1.2],
    [-1662.7, 7498.8, -7.7],
    [-1770.1, 7427.3, -7.3],
    [-1714.6, 7141.2, 1.4],
    [-1709.4, 7105.3, 1.5],
    [-1603.6, 7016.3, -2.3],
    [-1467.6, 6858.5, 8.4],
    [-1464.2, 6610.5, 30.4],
    [-1440.7, 6556.5, 35.7],
    [-1420.4, 6433.8, 30.7],
    [-1403.5, 6263.0, 49.6],
    [-1335.8, 6251.3, 53.1],
    [-1387.8, 6420.1, 32.8],
    [-1422.7, 6533.3, 34.2]
    ];
    }
    If
    {
    $prio = 1;
    $cond = $ItemCount{"Mote of Air"} >= 10;
    UseItem
    {
    $Name = "Primal Air";
    $Delay = 1500;
    }
    }
    If
    {
    $prio = 1;
    $cond = $ItemCount{"Mote of Water"} >= 10;
    UseItem
    {
    $Name = "Primal Water";
    $Delay = 1500;
    }
    }
    If
    {
    $prio = 1;
    $cond = $ItemCount{"Mote of Earth"} >= 10;
    UseItem
    {
    $Name = "Primal Earth";
    $Delay = 1500;
    }
    }
    If
    {
    $prio = 1;
    $cond = $ItemCount{"Mote of Shadow"} >= 10;
    UseItem
    {
    $Name = "Primal Shadow";
    $Delay = 1500;
    }
    }
    If
    {
    $prio = 1;
    $cond = $ItemCount{"Mote of Mana"} >= 10;
    UseItem
    {
    $Name = "Primal Mana";
    $Delay = 1500;
    }
    }
    }
    Last edited by bombon; 02-04-2009 at 01:43 PM.

    [PPather] Nagrand 65-70 (H)
  2. #2
    leethunter's Avatar Member
    Reputation
    6
    Join Date
    Jan 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    its to bad about glider </3

Similar Threads

  1. Nagrand Faction Rep Glide
    By osiris-0320 in forum WoW Bot Maps And Profiles
    Replies: 17
    Last Post: 07-31-2007, 02:52 PM
  2. Nagrand Quest Glitch
    By matswurld in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 05-05-2007, 10:05 AM
  3. Nagrand mob exploit
    By Holysymbol in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 04-07-2007, 11:16 PM
  4. Quick money in Nagrand
    By sleepyhollow in forum World of Warcraft Exploits
    Replies: 15
    Last Post: 02-14-2007, 04:52 PM
  5. New Nagrand/Terrokar area
    By Scrubs in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 02-09-2007, 05:05 PM
All times are GMT -5. The time now is 01:56 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