Because i play in a 5.4.2 server :|
Because i play in a 5.4.2 server :|
Thanks, I appreciate it
Found this, maybe worth a look at for you; ? View topic - [OutDated][Beta]LazyBot Revolution [5.4.2.17658]
I'm having a problem with the bot:
want him to go to town(profile has the route) on bags full to mail certain items to an alt. However, once he gets to the town he goes to a vendor, tries to sell stuff(options to sell commons/greens/greys are disabled), and he doesnt let go of the vendor. Doesn't go near a mail post.
update: with the addon omail, the bot goes 1st for the mail, successfully sends what i want. Problem: after mailing he goes to the vendor adn does nothing. The char will go aafk then dc. The bot, at this point, stops working, ned to go to task manager and manually close it.
log:[02:58:15] Found a mailbox, lets do something
[02:58:17] SendKey: InteractWithMouseOver Bar: Indifferent Key: U
[02:58:20] New player around: ****
[02:58:25] Called addedToMail
[02:58:25] Found ContainerFrame with Slot count: 16
[02:58:28] Found ContainerFrame with Slot count: 0
[02:58:28] SendKey: ESC Bar: Indifferent Key: Escape
[02:58:28] Brok loop with: ClickedNothing
[02:58:28] State changed: Navigating
[02:58:29] Following ToTown waypoints back
[02:58:30] State changed: Vendor
[02:58:31] SendKey: InteractWithMouseOver Bar: Indifferent Key: U
[02:58:33] SendKey: InteractWithMouseOver Bar: Indifferent Key: U
[02:58:35] [Vendor]Going to sell items
After that "going to sell items", he doesn't do anything else.
Last edited by portista10; 07-14-2014 at 09:04 PM.
This was a problem that i had i did 4 things to make it work;
Make sure you WoW is up to date
Disable mouse hook, i'd mainly do this if your leaving your comp/laptop alone on the WoW window.
Disable Auto repair, Auto Sell and 'Cool' Bag addons.
If all of these don't work i can't help you, but i'd just check it isn't the Mouse Hook (If you're using it)
P.s Forgot to say without using mouse hook, to sell the items it will steal your mouse
Last edited by stb1amt; 07-14-2014 at 11:16 PM.
wow is up to date(how couldnt it be...);
i have mouse hook disabled;
I dont use any addons apart from auctionator, omail/postal and zygor, so no bag addon.
Stil dunno what's wrong.
it's a known bug, it will be fixed soon...along with adding mail for grinding engine..
:gusta:wow:gusta:
Just love LB, level 42 mage without even actually playing, probably safe to say LB is still undetected![]()
Can anyone write a mage AoE profile for this
http://www.ownedcore.com/forums/worl...-12k-hour.html (How to Farm Lots of embersilk Cloth // 5-12k+/hour)
1. lazybot does not aoe, since it doesn't use the mouse Click-to-move like Hb, it cannot do placement spells (well, it can but with the help of scripts-"place spell on top of target", inside the behavior which are abit hard to do)
2. you will never get that much Gph or embersilk, the bot moves wayyy slower than a normal player would
3. it is a very hard area to bot in, lots of obstacles, buildings, trees..etc
if u want embersilk u can try the stairs in uldum, those pack of 10 Schnottz infantry man are easy to do.
:gusta:wow:gusta:
Well I'm just looking for it to go to a spot...Arcane Explosion so there is no need for placement spells....Loot and on to the next spot etc etc etc. I'll try to figure out something this weekend.
Code:private static string Flamestrike = "Flamestrike"; private static string FrostNova = "Frost Nova"; private static string Blink = "Blink"; private static string Freeze = "Freeze"; // Always call declare your spell before you input it into the spell form. Note if there is a space in your spell the only place // you actually put a space is in the " " NOWHERE ELSE public static bool ShouldRun() { // Player.Target.DistanceToself the distances can either be < (Less than), > (More than), <= (Less or Equal) // >= (More or equal) == (Equal To) // && is ( AND) // IsSpellReadyByName (Other Functions) - IsSpellReadyById a few more i think // Even when D return Player.Target.DistanceToSelf < 10 && IsSpellReadyByName(FrostNova) && IsSpellReadyByName(Flamestrike); } public static void Run() { CastSpell(FrostNova); // No Sleep Needed, Instant Spell MoveHelper.Backwards(true); // Holds Backwards For 2 seconds (2000 Milliseconds) Thread.Sleep(2000); MoveHelper.Backwards(false); // Calls for backwards to stop CastSpell(Flamestrike); ObjectManager.MyPlayer.Target.MouseOver(); // Gets you're targets for Spells that have to be placed on the floor MouseHelper.LeftClick(); // Places Spell on floor MouseHelper.RightClick(); // Either this or your combat becomes bugged on next pull if you're target dies before the ObjectManger finds the target }
This is the script i use for flamestrike, so yeah, the // Can stay in since it doesn't read those. Change it if thats not what you want
Edit; Even with the ' RightClick(); ' function the combat can still become bugged and causes the bot to sometimes Blacklist the target for that current fight
Last edited by stb1amt; 07-20-2014 at 04:58 PM.
Anyone have a working version of DIggy? I crash everytime i load it
Code:Message: Unexpected end of file has occurred. The following elements are not closed: html, html. Line 61, position 1. Inner exception: Source: System.Xml Stack trace: at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String arg) at System.Xml.XmlTextReaderImpl.ThrowUnclosedElements() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlTextReader.Read() at Diggy.Stuff.Updater.Check() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() Target site: Void Throw(System.Exception) Data: System.Collections.ListDictionaryInternal Link: