Darkmoon fair farming with pather menu

User Tag List

Results 1 to 9 of 9
  1. #1
    blancharke's Avatar Member
    Reputation
    6
    Join Date
    Dec 2007
    Posts
    17
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Darkmoon fair farming with pather

    Copy/paste from my original post on the glider forums.

    ust made this task for Darkmoon Fair farming, since i will only use this once. I decided to share it


    What will it do:
    It will try to buy stuff
    Then it interacts with the npc you choose (example: innkeeper goldshire) for about 1 minute.(you will see your pather going crazy spamming interact. Thats normal because the vendors are blacklisted for 1 minute. You can allways change that. But for me its ok like that. Doing it for about 2 hours and nobody noticed anything.

    Code:
        Par
    {
    
        Repeat
        {
            Seq
            {
            Buy
                {
                    $NPC = "Professor Thaddeus Paleo"; // The name of the vendor to buy at
                    $Location =   [-9558.1, 102.4, 58.9]; // The location of the vendor to buy at
                    $Items = [["Mote of Water", 998, 999],["Mote of Air", 998, 999],["Mote of Mana", 998, 999],["Mote of Shadow", 998, 999],["Mote of Earth", 998, 999],["Mote of Life", 998, 999],["Mote of Fire", 998, 999],["Talasite", 998, 999]]; // The items to buy as [item,min amount, buy amount]
                    $Proximity = 60; //(New in 1.1) When Toon is this near in yards, it will execute this task.
                    $BlacklistTime = 60;
                }                
            Buy
                {
                    $NPC = "Lhara"; // The name of the vendor to buy at
                    $Location =  [-9558.1, 102.4, 58.9]; // The location of the vendor to buy at
                    $Items = [["Dreamfoil", 998, 999],["Netherbloom", 998, 999],["Nightmare Vine", 998, 999],["Fel Lotus", 998, 999],["Black Lotus", 998, 999],["Mana Thistle", 998, 999],["Ragveil", 998, 999]]; // The items to buy as [item,min amount, buy amount]
                    $Proximity = 60; //(New in 1.1) When Toon is this near in yards, it will execute this task.
                    $BlacklistTime = 60;
                }
            Interact 
                { 
                    $NPC = "XXX"; $Location =   [XXX,XXX,XXX]; 
                }
            Mail
                {
                $Location =  [-9457.8, 49.2, 56.6]; // A location within ~50 yards of a Mailbox. REQUIRED.
                $To = "XXX"; // Send items to BankAlt
                $Items = ["XXX"]; // Send items
                $Protected = ["hearth", "potion", "bandage"]; // 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 = false; // Keep epics in your bag and don't send
                $MinFreeBagSlots = 5; // Make sure to go mail items when you only have 5 slots left
                $Proximity = 60; //(New in 1.1) When Toon is this near in yards, it will execute this task.
                }
                
            }
        }
    }
    Only limited stuff to edit.
    I will not give explanation how to do it, I suggest you do the same...
    If you got it working, great!!! If not to bad, then you should have read the wiki pages.

    Darkmoon fair farming with pather
  2. #2
    Castroph's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a AMAZING bot. No one can ever notice.

  3. #3
    blancharke's Avatar Member
    Reputation
    6
    Join Date
    Dec 2007
    Posts
    17
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad you like it ^^

  4. #4
    Therrm's Avatar Member
    Reputation
    8
    Join Date
    Feb 2007
    Posts
    83
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you upload the 1.1 too ?

    The proximity is not included in 1.0.4d Beta 4 innit ?

    BTW great job +rep

  5. #5
    Wazabara's Avatar Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.1 lol.....
    cry ;*(

  6. #6
    rinye's Avatar Member
    Reputation
    11
    Join Date
    Aug 2008
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats the point of this script?

  7. #7
    x3r0's Avatar Member
    Reputation
    12
    Join Date
    Feb 2007
    Posts
    25
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the Past the Darkmoon Faire Vendors were selling interesting Stuff.
    Like "Motes of Mana" or "Mote of Air", Herbs as "Black Lotus" or "Fel Lotus" were sold aswell.

    10 of these motes converted into "Primals" and the Herbs could be sold in the Auction House for a decent Price. Thats the Point of this Script.

  8. #8
    blancharke's Avatar Member
    Reputation
    6
    Join Date
    Dec 2007
    Posts
    17
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Therrm View Post
    Can you upload the 1.1 too ?

    The proximity is not included in 1.0.4d Beta 4 innit ?

    BTW great job +rep
    Does that still works o_O
    Everybody had to update after prepatch lichking.
    Try to remove the proximity line, normally its not needed to use

  9. #9
    blancharke's Avatar Member
    Reputation
    6
    Join Date
    Dec 2007
    Posts
    17
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by x3r0 View Post
    In the Past the Darkmoon Faire Vendors were selling interesting Stuff.
    Like "Motes of Mana" or "Mote of Air", Herbs as "Black Lotus" or "Fel Lotus" were sold aswell.

    10 of these motes converted into "Primals" and the Herbs could be sold in the Auction House for a decent Price. Thats the Point of this Script.
    Yep I had 20 fel lotus that i bought for 3g a piece, and sold them on ah for 25g a piece

Similar Threads

  1. Faster Rep Gain with Darkmoon Faire
    By themuffin0 in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 09-07-2012, 05:31 AM
  2. [Guide] Repping up with Darkmoon faire quickly and cheaply during Harvest Festival(ongoing)
    By hackerlol in forum World of Warcraft Guides
    Replies: 4
    Last Post: 09-07-2011, 02:09 PM
  3. [Guide] Fastest/Cheapest way to farm Darkmoon Faire reputation.(Minimal Cost)
    By zodiacgk in forum World of Warcraft Guides
    Replies: 2
    Last Post: 01-23-2011, 03:05 PM
  4. Easy gold with Darkmoon Fair
    By mamborambo in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 10-13-2008, 07:57 PM
All times are GMT -5. The time now is 12:50 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