CLICK HERE TO ACTIVATE ME, I AM FREE! A World of Warcraft disconnecter ! [SIZE=+1][Introduction][/SIZE] LogMeOut! is a plugin for HonorBuddy that stops WoW for you ! Its shutdown process is based on several triggers and you have the possibility to add actions before and after the log out. All the interactions with WoW are automatically logged into the Log console. [SIZE=+1][Features][/SIZE] Triggers : Shut down WoW when a/some trigger(s) fire(s) Bags full : Useful when you are using another bot than GB2 and collect items Time elapsed : A simple timer (an extra window can be opened to show the remaining time) Number of death : Show the name of the attacker(s) and the position of the bot when he dies Number of consecutive stuck : Useful when HB cannot get unstuck Spend some minutes in combat : Useful to avoid evade mobs or buggy places Number of mobs killed Number of whispers received : For paranoid people like me =) Reach some PVE/PVP points/reputation : Awesome when you are using the PVP/BG/Farm bot or DungeonBuddy Reach a level Detect if a player follows the bot : Disconnect after x minutes Detect if a player targets the bot : Disconnect after x minutes Cannot loot mobs : When the bot isn't able to loot mobs Quit on loot : Set an amount of specific item to loot Quit on aura : Detect if the player has a specified aura Quit on profession level : Detect if the player reached a level in a profession Quit on durability : Check the player's stuff durability Quit on inactivity : Set a time when the player must be disconnected if he's inactive Quit on teleport : Detect if the player was moved weirdly Quit on GM is whispering : Detect if a Game Master is whispering the player Quit on achievement completed : Exit the game when a specific achievement is completed Possibility to add a beep when triggers fire : Useful for the profile DEV who want debug them without stay behind their screen ! Action Before : Just before log out, the bot can execute an action Use hearthstone : Simple hearthstone, archeology/etherian hearthstones supported Use a spell : The plugin checks if the spell has been casted successfully Use an item : Like for the spell, check any casts Run LUA script : Execute your LUA script Action After : Just after log out, the bot can execute another action Shutdown the computer Execute a batch line : You can specify a program to execute with some arguments Kill active reloggers : Disable reloggers present on your computer to avoid a reconnection Clear the Cache folder : Useful when HonorBuddy used to cache a lot of data NEW Clear the CompiledAssemblies folder : At each start of the bot, it creates new files for each bot/routine/plugin. They are cumbersome and can be automatically removed NEW Logging Possibility to change the color of the log texts : W00t! Write the remaining time in the log console every x minutes if you check the trigger time elapsed Log each time the bot gets stuck Exceptions : Exceptions are to prevent a log out at a bad time During a battleground During an instance Can ignore the number of death in BGs Ignore members of the player's party/raid when evaluating triggers When the player is nearby a mailbox DON'T log my character out for any reason Don't run to corpse when logging out: If the character dies and a trigger is activated, the plugin won't try to go to the corpse NEW [SIZE=+1][Future plans and feature request][/SIZE] The below is a list that was previously collected within the original thread and I will try to implement some of those as time allows me. Add a white-list for players who follow/target the bot and ignore the players in the friend-list Scan all channels for some specific keywords Quit on Tame Quit on quest turn in Detect whether the bot can't mount due to an invisible wall and keep trying to mount Quit on n XP won Quit after being dead n minutes Add an option to automatically pop the timer when starting the bot Add an inactivity trigger based on a radius Quit on BNet messages received Support for ARelog and HBRelog As for any other feature requests, once the above list is complete, I will consider any other suggestion posted here in this thread and make a poll to see which will be implemented first. [SIZE=+1][Bugs][/SIZE] None reported yet. [SIZE=+1][Credits][/SIZE] Zenlulz for creating this awesome tool, where his original thread can be found here. I am merely keeping it up to date and fixing found bugs while ZenLulz is away and if he wishes to claim "LogMeOut!" back. [SIZE=+1][Additional Credits][/SIZE] Special thanks to Kupidon for his hard beta-tests ! Thanks to CodenameG who write a very nice tutorial to make a CC/Plugin. Thanks to Bossland to provide us an API so awesome. Thanks to Thephoenix25 for the idea to implement What killed me CLICK HERE TO ACTIVATE ME, I AM FREE!
[SIZE=+1][Thread Management Rules][/SIZE] The Support thread for a Buddy Store product is meant for: Feature requests Constructive criticism with specific details Bug reports with a log attached Ref: [Guide] How to attach your log Any thing else in a Buddy Store product Support thread is considered 'off topic' and may be deleted. Examples include, but are not limited to: Price discussions Comparisons to other products How to create LUA code Theory crafting General chit-chat etc We ask that you please refrain from creating off-topic posts in Support threads.
You need to post the full log, half logs are not accepted by honorbuddy for several reasons. I will however try to reproduce that issue.
Since Honorbuddy was installed in my documents folder, for obvious reasons I cut out any information containing my name, which I am not going to post. However, if you'd like me to send the full crash log to you personally I can do that.
In this case it would have been easier for you to simple use the replace feature of notepad to replace your honorbuddy path alone and leave the rest intact.
Honorbuddy was loaded like normal. When I press Plugins --> Logmeout --> Settings It tosses a .NET error which if I click continue creates the dialog however when I click Save and Close in the dialog it tosses another .NET error and does nothing after that. It just won't work for me at all.
1.2.22 is on, you can now logout when certain reputation is achieve with a given faction, for the time being it only works upwards as I had to push an update faster to fix a bug on the settings window. I will work it out later so that you can also farm reputation towards hated.
Your plugins name is LogMeOut! with a ! at the end and I'm having trouble activating it via Professionbuddy profile. I can do it with every other plugin but not with yours because of the ! symbol. This is the code that I use: <Custom Code="var LogMeOut! = Styx.Plugins.PluginManager.Plugins.FirstOrDefault(x => x.Name == "LogMeOut!"if (LogMeOut! != null)LogMeOut!.Enabled = true;" /> It won't work as LogMeOut! or LogMeOut! can anyone please help me with this?
Have you tried: HTML: <CustomBehavior File="EnablePlugin" Names="LogMeOut!" /> Or: HTML: var logmeout = Styx.Plugins.PluginManager.Plugins.FirstOrDefault(x => x.Name.Equals("e;LogMeOut!"e;)); if (logmeout != null) { logmeout.Enabled = true; } The "!" does not need to be converted only the double quote in your case and the ">"
Like stuck in a dungeon or afk inside of it or something alike? If you provide more information to the case in question I might be able to consider it.
Well just a timer like if its more then X minutes inside the same dungeon. At the moment sometimes my profile bugs and my character would keep running circles in the dungeon. To reset that it would be great to have logmeout kicking the session and restart HB
Then instead of a timer it would be better to have a check if character haven't moved X yards from Y for longer than Z logout, of course not counting when they are in battle, how does that sound?
Is there a way to have the same default settings for all alts? I used to edit a file but now I can't do it since it's now on buddy store
ANy chance of adding an option to stop the current HBRelog task or switch to the next task so that it doesn't just log me right back in?