[Fishing related] How to find Highland Mixed Pools menu

User Tag List

Results 1 to 1 of 1
  1. #1
    dtk's Avatar Member
    Reputation
    14
    Join Date
    Nov 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Fishing related] How to find Highland Mixed Pools

    Ever trying to fish in Highland Mixed Pools in the 3 lakes in Tek Forest? Hard to find them right?

    You can use zoloFighter to find them.

    The setup is easy.
    Follow the download here Wow Zolo Fighter
    and setup link here http://www.mmowned.com/forums/bots-p...fight-bot.html (You can skip the bindings setup because we are only doing node finding, not fighting)

    1. Make a new txt file in profiles directory, put the following in and save it. Now start fighter and select that file in waypoint dropdown (under waypoitns tab),

    2. Select "Defend" mode from the main tab (so no waypoint is needed).
    if you don't do that bot will exit because it can't find any waypoint.

    3. run.

    What the script does is, it finds the nearst pool every second and turn you to that directory. So you can just keep flying and fighter will lead you straight to the pool


    //////////// put the following in a .txt file in profiles directory and start zolofighter
    ///
    /// zoloFighter exposes wow objects through javascript.
    /// the following code go through the object nodes in wow
    /// and if found "Highland Mixed School", get the distance,
    /// and once all nodes are found, turn your toon to the closest school.
    ///
    <script>
    while (me.wowBotRun) {
    //for (var i = 0; i < me.toonCount; i++) {
    // var npc = me.wowGetToon(i);
    // if (npc.isPlayer)
    // me.wowLog("found " + npc.name+" " + npc.playerRace);
    //}
    var closestPool = null;
    var minDist = 9999999;
    for(var i = 0; i < me.itemCount; i++) {
    var itm = me.wowGetItem(i);
    if (itm.name == "Highland Mixed School") {
    var xdiff = me.x - itm.x;
    var ydiff = me.y - itm.y;
    xdiff = xdiff*xdiff;
    ydiff = ydiff*ydiff;
    var dist = Math.sqrt(xdiff+ydiff);
    me.wowLog("found " + itm.name+" " + parseInt(itm.x)+ " " + parseInt(itm.y)+" dist " + parseInt(dist));
    if (dist < minDist) {
    minDist = dist;
    closestPool = itm;
    }
    }
    }
    if (closestPool != null) {
    me.wowTurnTo(closestPool.x,closestPool.y);
    }
    me.wowSleep(1000);
    }
    me.wowBotStop();

    </script>

    [Fishing related] How to find Highland Mixed Pools

Similar Threads

  1. Mr. Pinchy Fishing Bot (Highland Mixed Schools)?
    By Crazy00Eyes in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 05-30-2010, 08:00 AM
  2. How To Find Item ID's?
    By Finalwish in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 07-25-2007, 08:50 PM
  3. How to find a bot who work...
    By tamipop in forum World of Warcraft General
    Replies: 4
    Last Post: 02-19-2007, 08:14 PM
  4. How To: Find put ur IP address by clicking on an icon
    By ttttllllrrrr in forum Community Chat
    Replies: 1
    Last Post: 01-27-2007, 08:47 PM
  5. How to find a get a rogue stealthed -- Warlock only
    By koalaz2004 in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 08-26-2006, 10:53 AM
All times are GMT -5. The time now is 03: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