zoloFighter WOW grinding bot menu

User Tag List

Page 55 of 79 FirstFirst ... 5515253545556575859 ... LastLast
Results 811 to 825 of 1180
  1. #811
    richardsonc's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone got a guide on how to set it up in VISTA? also if i dont have wow installed to the C: directory will it work? i have just copied from off of a external HD.
    Last edited by richardsonc; 10-07-2008 at 12:19 PM.

    zoloFighter WOW grinding bot
  2. #812
    walfen's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    57
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes it works Richard, I've done it.

    But I have a problem, I got everything set up on my rogue and it basically works fine except no matter how I set the "Engage range, range to engage, range of weapon/skill" numbers, my rogue ALWAYS just sits there while getting shadow bolts thrown at him and tries to cast hemorrhage from about 20 yards away...

    Can someone give me a good number to set the engage range and such at for a rogue?

  3. #813
    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)
    You use stealth before approaching? You use incombat approach?

  4. #814
    richardsonc's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not sure how this bot works, but most bots you would set the engage range on a rogue to maybe 3-5, then it would have a target range which once it sees a target 20 or less yards close it will target it and walk to it? again i havent used this bot as i am having trouble with it on vista, so this on could work differently.

  5. #815
    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)
    richard,
    the bot has 3 distances:
    max (max distance you whish to engage a mob, should be longer than engage distance)
    engage distance --> when bot is running, if it sees mobs with in this distance, it will fight it
    combat reach --> spell reach or melee range. bot will try to close its distance to mob to this distance during fight.

    You might have a bad rogue script, try use the latest ones, which executes approach javascript function very often, so if you are out of reach with a mob, it will approach the mob.

  6. #816
    skruflol's Avatar Member
    Reputation
    -5
    Join Date
    Sep 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A good bot! But alot of things that cud have made it better.. or maybe its just me who didnt know how to use it

  7. #817
    walfen's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    57
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nah I don't have stealth set up, I think it would be too confusing... But I've still messed with it a bunch to no avail.

  8. #818
    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)
    walfen, are you using the default bindings files? If not you can post your binding (edit out your keys) and we can take a look.

  9. #819
    Elynsynos's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason my paladin refuses to eat and drink. I have the actions defined in the binding, but he just won't do it.

    Here is the bindings I'm using:

    Code:
    reach=5
    maxreach=40
    engage_dist=30
    DRINKPERCENT=0.40
    FOODPERCENT=0.30
    
    manaRestPercent=0.40
    healthRestPercent=0.30
    
    manaRestToPercent=0.95
    healthRestToPercent=0.95
    
    
    #  === for close combat, t is needed.  slot:key means press a single key.
    
    defact= act:fight slot:1 key:1 cooldown:1.0
    
    defact= act:sealcdr slot:1 key:3 cooldown:1.0
    defact= act:manatap slot:1 key:5 cooldown:1.0
    defact= act:heal slot:1 key:9 cooldown:2.5 lifele:40
    defact= act:command key:2 slot:1
    defact= act:judge key:4 slot:1
    
    defact= act:approach predefined:approach dist:4 distle:50 
    
    defact= act:might slot:1 key:0
    defact= act:drink slot:1 key:-
    defact= act:food slot:1 key:=
    
    # wait, used for loot
    defact= act:wait1s cooldown:1 distle:5
    
    # used to approach corpse.  the max distance is 20.  Set to smaller values will be safer. It will go till dist between
    #                           your toon and enemy is 3
    defact= act:lootapproach predefined:lootapproach distle:25 distge:5 dist:5 js:canLoot()
    
    defact= act:loot predefined:loot distle:5 js:canLoot()
    
    
    #key to sale to npc, set to same as mount to disable it.
    -defact= act:saleToNpc slot:5 key:=
    
    #uses ReachCombatDistance() in script.js to close to spell or combat distance if mob moves far.
    defact= act:reachCombat js:ReachCombatDistance()
    
    
    
    #approach is predefined action, it will approach the enemy till in range (till distance=reach)
    
    precombat= act:sealcdr
    precombat= act:fight
    precombat= act:approach
    precombat= act:judge
    precombat= act:command
    
    combatseq= act:reachCombat
    combatseq= act:heal
    
    lootseq= act:lootapproach
    lootseq= act:wait1s
    lootseq= act:loot
    
    globalact= act:might timeout:10m

  10. #820
    richardsonc's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does wow have to be installed on C drive? i have my folder copied elsewhere and it will not work.

  11. #821
    Quickfix's Avatar Member
    Reputation
    2
    Join Date
    Apr 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have downloaded the 0.8.3.23 Zolofighter from the site and opened the download with winrar and copyed the map to my mainboard. But when i then start ZoloConfigUtil.exe I get a windows error like: Programerror - It coulden't initiate the program correctly (0xc0000135). Click on OK to quit the program.

    Please help? Why I get this error when launch ZoloCOnfigUtil.exe? Must I config it through that file? But Zolofighter.exe works :S

  12. #822
    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)
    @eln, that looks correct, so your food and drink are on '-' and '=' right?

    @richardsonc, no need to install on c, but you need to make sure the wow registry is point to the correct wow.exe. Some other users suggested running wow as admin once will fix the problem. None of my games is on C.

    @quickfix, the config util is written in c#, you need to install .Net framework 2.0 from microsoft.


    @richardsonc, just saw your PM. use your regedit.exe and check where the installPath for wow is pointed to (HKLM/software/blizzard....)
    Last edited by wowpanda; 10-10-2008 at 05:30 PM.

  13. #823
    bumbito's Avatar Contributor
    Reputation
    93
    Join Date
    Jun 2008
    Posts
    144
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i will try it on private server , seems to be good

  14. #824
    lee_1991's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice Bot easy to use thanks alot

  15. #825
    Quickfix's Avatar Member
    Reputation
    2
    Join Date
    Apr 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If i start with one profile, do it change to next automaticly when its hit the last lvl for that profile? Or is it something I can fix in settings?

    Also need help with keybindning setup and loot dont work for me.

    Would be very happy for help.

Similar Threads

  1. WoW 3.3.5 Grinding Bot?
    By chiem in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 12-11-2011, 02:47 PM
  2. WOW grinding bot
    By jwandoj in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 08-13-2010, 07:34 PM
  3. Grinding bot working with WoW Patch 1.2.1
    By Flyingcarpet in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 06-29-2010, 05:17 PM
  4. WoW anti AFK and Grinding Bot! It Works!
    By matswurld in forum World of Warcraft General
    Replies: 13
    Last Post: 06-17-2007, 08:01 PM
All times are GMT -5. The time now is 02:27 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search