Gonna change from XP to Win7 32bit. Does bot works on it?
Gonna change from XP to Win7 32bit. Does bot works on it?
anyone being to the website lately? says its under DDOS attack :O
site was ddosed?
Online now.
Still online - Login
Thank you
as for key problems - a few times for me it didn't save the key in the bot so i had to re-enter, make sure that's not the problem
Last edited by Stormbrewer; 08-21-2010 at 07:34 AM.
Awesome bot, been using it for a few weeks now, runs flawlessly on XP, WIn7 32 and 64bit. Just followed the very basic setup instructions and runs without a hitch.
As for the key settings issues some of you are having, I would suggest you edit the main_settings.ini file manually instead of using the front-end, it's very easy to read and make sure everything is bound to the correct key in-game.
If in doubt, do the following :-
Make sure you have the .Net Framework 4.0 installed
Reset your in game keys to default
Remap Interact with mouseover to "U"
Enable Auto Loot
Enable Auto Self Cast
If you are having problems editing the Radar Settings, changing the colors etc, you can again edit those settings manually via the map_settings.ini
First release of the new bot that supports both grinding and flying harvest.
Please note that the only classes currently completed is Paladin and Warlock.
You will only be able to bot those classes with the grinding part of the bot.
Until the rest of the classes are done the flying combat is controlled by the same systems as in prev versions.
Please read the manual and be advised that the grinding part may need a bit baby sitting.
Lazybot V0.1.rar
A few human profiles for the grinding part (These where not created by me and i do not take any credit)
Profile.zip
The grinding bot uses the same profile type as glider did.
Changelog:
New GUI.
Added druid flying mount support
Checking For Low Health/Mana after harvesting
Fixed the map
Added dalaran mailing and repair.
Added addon to do the mailing.
Only detects hostiles when checking for mobs at node.
Auto blacklists the last looted node if we get stuck in the water.
Changed stuck detection.
Changed descent.
Smooth resume after harvesting.
Added grinding.
Added Warlock and Paladin class (You will have to wait for the rest)
Added online manual: LazyBot
oh man i been waiting for this..ill try it out now..thanks
great bot, works wonderfully
quick question: are you supposed to be able to run it with wow minimized? just gets indefinitely stuck when i try to
cheers
No you cannot run it minimized.
Windows does not allow sending keys to a minimized window - you can just put another window ontop like your browser and it will continue running.
Really like the new skin, good job
and thanks for the early release
sight seems to be down, any ETA coming back up?
smalll glitch: druid flips out in combat, needs to debirdify itself and fight
update
i'm currently working on a druid class but it's my first class (though i'm framiliar with some programming from school in java and lots of codes made for autoit, hopefully that work will pay off) and will post it here as soon as i get it working but don't expect much more than just a druid-capable code
update
stoned at the moment... a little too much to work (will continue later) if anyway wants to continue what i've started and maybe finish before me here you go
Code:* Created by using System.Collections.Generic; using System.Threading; using System.Windows.Forms; using Lazybot.Public_classes; class Druid : CombatEngine { #region Field private static readonly Spell Starfall = new Spell ("Starfall"); private readonly Spell _wraith = new spell ("Wraith"); private readonly Spell _Moonfire = new spell ("Moonfire"); private readonly Spell _insectSwarm = new spell ("Insect Swarm"); private readonly Spell _starfire = new spell ("Starfire"); private readonly Spell _markOfTheWild = new spell ("Mark Of The Wild"); private readonly spell _throns = new spell ("Thorns"); private readonly Spell _regrowth = new spell ("Regrowth"); private readonly Spell _rejuvination = new spell ("Rejuvination"); private readonly Spell _lifebloom = new spell ("Lifebloom"); private readonly Spell _faerieFire = new spell ("Fearie Fire"); private PPlayerSelf Me = PObjectManager.MyPlayer; private PUnit _orgTarget; private const int RejuvinationHealth = 85; private const int RegrowthHealth = 70; private const int HealingTouchHealth = 45; private const int Lifebloom = 20; #endregion #region BotStarted public override void BotStarted() { DamageActions = new List<PAction>(); SelfBuffActions = new List<PAction>(); SelfHealActions = new List<PAction>(); //Buffs if (Spell.KeyExist("Mark Of The Wild")) SelfBuffActions.Add(new MarkOfThe(1, "Blessing of Might"));
Last edited by Stormbrewer; 08-21-2010 at 02:21 PM.