[ZoloFighter] easy rogue lock picking level up script menu

User Tag List

Results 1 to 14 of 14
  1. #1
    wowpanda's Avatar Site Donator
    Reputation
    91
    Join Date
    Jan 2008
    Posts
    225
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [ZoloFighter] easy rogue lock picking level up script

    The following is a script to help you level up lock pick in Alther's Mill Redridge Mountains (from 0 to 100)

    All you need to do is save the following code in a file (any name, but ends with .txt) in profile folder of zoloFighter, no key setup needed (but you have to have thief's tools in your pocket).
    zoloFighter setup can be found here: http://www.mmowned.com/forums/bots-p...nding-bot.html

    Go to Alther's Mill Redridge Mountains, stand somewhere near the boxes, and click fight.
    Now you can watch TV and lock picking will be 100 in 30min to an hour.
    Enjoy!


    <script>
    while(wowjs.wowBotRun){
    var dist = 999999;
    var minitm = null;
    for(var i = 0; i < me.itemCount; i++) {
    var itm = me.wowGetItem(i);
    if (itm.name == "Practice Lockbox") {
    var itmDist = checkDistToMe(itm);
    if (itmDist < 20) {
    if (itmDist < dist) {
    minitm = itm;
    dist = itmDist;
    me.wowLog("item " + itm.name+" " + itm.x+ " " + itm.y);
    }
    }
    }
    }
    if (minitm != null) {
    var itm = minitm;
    wowjs.wowLog("turning to "+ itm.name);
    me.wowTurnTo(itm.x, itm.y);
    me.wowApproach(itm.x, itm.y, 5, 5);
    wowjs.wowLog("rog: looting "+ itm.name);
    wowjs.wowDoLoot(itm);
    wowjs.wowLog("rog: done looting "+ itm.name);
    }
    wowDoUnsafeRefresh();
    }

    </script>

    [ZoloFighter] easy rogue lock picking level up script
  2. #2
    minifss's Avatar Contributor
    Reputation
    126
    Join Date
    Jan 2007
    Posts
    416
    Thanks G/R
    0/6
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is godly Panda, too bad i cant rep you right now :P

    +Love in that case.

  3. #3
    BestTackle's Avatar Member
    Reputation
    4
    Join Date
    Apr 2008
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wowpanda View Post
    The following is a script to help you level up lock pick in Alther's Mill Redridge Mountains (from 0 to 100)

    All you need to do is save the following code in a file (any name, but ends with .txt) in profile folder of zoloFighter, no key setup needed (but you have to have thief's tools in your pocket).
    zoloFighter setup can be found here: http://www.mmowned.com/forums/bots-p...nding-bot.html

    Go to Alther's Mill Redridge Mountains, stand somewhere near the boxes, and click fight.
    Now you can watch TV and lock picking will be 100 in 30min to an hour.
    Enjoy!


    <script>
    while(wowjs.wowBotRun){
    var dist = 999999;
    var minitm = null;
    for(var i = 0; i < me.itemCount; i++) {
    var itm = me.wowGetItem(i);
    if (itm.name == "Practice Lockbox") {
    var itmDist = checkDistToMe(itm);
    if (itmDist < 20) {
    if (itmDist < dist) {
    minitm = itm;
    dist = itmDist;
    me.wowLog("item " + itm.name+" " + itm.x+ " " + itm.y);
    }
    }
    }
    }
    if (minitm != null) {
    var itm = minitm;
    wowjs.wowLog("turning to "+ itm.name);
    me.wowTurnTo(itm.x, itm.y);
    me.wowApproach(itm.x, itm.y, 5, 5);
    wowjs.wowLog("rog: looting "+ itm.name);
    wowjs.wowDoLoot(itm);
    wowjs.wowLog("rog: done looting "+ itm.name);
    }
    wowDoUnsafeRefresh();
    }

    </script>
    Pretty cool, +Rep

  4. #4
    Wario's Avatar Banned
    Reputation
    21
    Join Date
    May 2008
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice nice, i hear zolo runs around like a robot though?

  5. #5
    minifss's Avatar Contributor
    Reputation
    126
    Join Date
    Jan 2007
    Posts
    416
    Thanks G/R
    0/6
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So does glider?

  6. #6
    mimic2008's Avatar Banned
    Reputation
    5
    Join Date
    May 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what is that?

  7. #7
    m.roelsgaard's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks alot (:

  8. #8
    Dankeri's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot for this script!

  9. #9
    ScytheN's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Boooyachacka!


    Nice
    At least we have a chicken...!

  10. #10
    robotkid's Avatar Contributor
    Reputation
    83
    Join Date
    Nov 2007
    Posts
    117
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This should work on higher lvls if i change the item name to another right?
    +Rep anyway :P
    The liver is evil! It must be punished!

  11. #11
    wowpanda's Avatar Site Donator
    Reputation
    91
    Join Date
    Jan 2008
    Posts
    225
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It works well in that spot because it has 5 locked boxes that keeps respawn. And with no mobs around you don't need to setup anything else.

    In other areas, you will have to setup waypoints, and the fight style as well to fend off mobs. Also you will have to wait for boxes to respawn while grind. I will suggest you call the fight routine in the loop.

  12. #12
    p8nted's Avatar Member
    Reputation
    1
    Join Date
    Nov 2006
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice. Gonna go try it out. + rep if it works

  13. #13
    Supasta's Avatar Member
    Reputation
    13
    Join Date
    Nov 2007
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is really really confusing

  14. #14
    minifss's Avatar Contributor
    Reputation
    126
    Join Date
    Jan 2007
    Posts
    416
    Thanks G/R
    0/6
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont see how this is confusing. Please explain

Similar Threads

  1. Replies: 7
    Last Post: 03-08-2016, 10:39 PM
  2. Easy weapon skill any level!
    By Brisi[NOR] in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 06-14-2007, 02:23 PM
  3. Easy rogue leveling guide
    By XeroZ in forum World of Warcraft Guides
    Replies: 9
    Last Post: 07-31-2006, 01:28 PM
  4. [Exploit] Cap WSG flag easy and fast (Rogue + lock)
    By KuRIoS in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 05-18-2006, 11:43 AM
All times are GMT -5. The time now is 05:29 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