Don't know if it have been suggested, but to end at a certain clock-time like; It's 02:00 PM and you want to bot to stop at 05:37 PM. But instead of telling the bot to run for 3.5 hours you are able to set a specific clock-time
Thanks for your comments. As I can see, there is a lot of specific triggers. @BlackDream: Honestly, it's a bad way to do that and even if your are disconnected, nothing guarantee you that you cannot ping the Blizz server. I don't think a connection where you are disconnected every 30 min is "botable". @trollp : If GM plays to teleport your bot, you are already detected. This plugin won't save your account in this case Why not add a function that check the level for professions. What is the advantage to put a range of time instead the actual method ? I tested the stuck detection and it perfectly works. The trigger "LogOut after X minutes if the bot remains in the same coordinates" is already built in HB, it's called "Logout For Inactivity". @Dreamstorm: I won't implement this, because it's not the goal of this plugin.
Epic plugin, never fails Saved my bot's ass numerous times! Thanks a lot for this!! Great to see the "ignore party / whitelist" feature in the ideas list (for RAF / multi bot grind)
why are you detected if a port happens ?? it could just be a test if you are a botter. port into a house or cave or where you would stuck. spawn an ore -> bot jumps on it to collect it. it is just an example how it could happen.
GM do not pick up random players in the world just to see if they are bots. If it's happening, GM are pretty sure you are a bot. In all cases, if the map where the gm teleport your bot is not tiled, the bot will stop to move and will be disconnected for inactivity.
i think i speak for the previous posters and even those who didn't, that this is the best plugin so far perfection man. 6/5 stars
Hello im having problems with this plugin can anyone help? It works fine using combat bot and logs me out. But im trying to make it ShutDown my pc. Im currently using Allrounder addon (making cards) then ive set the time to 4hours - to shut my pc down. But the Timer just seems to go "00:00:-15" minus time. Any ideas ? Is it the allrounder addon that doesn't work well with this or is it just the shutdown option on this plugin thats abit buggy? Thanks!
You have to uncheck the trigger "Detect players who target/follow me". The plugin waits some seconds before executing the action. It's in the case where you are in front of you computer and you see the plugin is firing the trigger. With that, you can cancel it to eventually avoid the shutdown (an relaunch the bot btw).
The shutdown option works fine when im "allround" is not on, but doesn't shut down when it is. So i take it its the all rounder addon that doesn't allow the addon to stop the bot and shut down my pc?
i am testing this plugin. i have creating a batch-file which should be started by logout trigger. In the log the start is shown but it isnt run. At which path the batch-file has to be? the Logout-Plugin Folder? Or i have to enter the absolute path? for example c:\hb\plugin\logout\file.bat? at the moment i enter only the name of batch-file and it is in the logout-plugin folder. thx
this is the code for the start batch: Code: case 2: wLog("Executes \"" + settings.BatchCommand + "\" with the argument(s) \"" + settings.BatchArgument + "\""); Process.Start(settings.BatchCommand, settings.BatchArgument); break; so a absolute path with the executeable (like your example) should work. (not tested yet)
it works with the absolutpath, thx. but i have to deactivate it when botting in BG, because it logs the deaths ;( , i have activate the option, that in BG shouldnt log the deaths. it doesnt work.