Hi, add function please "use item, when was in combat or afk and don't relog", or use skill id when was in combat, thx!
You have to be more specific with your request please ... keep in mind that this is a disconnector, I do not think ZenLulz will consider your request
may you add function "relog when change locatin"? MB admin tp me to storm and my pers collecting herb there
These triggers are already implemented and are called "Disconnect on Inactivity" and "After X min during a fight". If a GM teleport your character, your account is probably already flagged and LogMeOut! cannot help you more.
well, would be a great deal to implement a "Use HS when stuck in combat" and dont shut down wow?... I dont use a relogger and it seems that noone is able to make that plugin after a few requests ;f
why i cant read the nick from massge? [LogMeOut!]: Got a whisp from "nonreadablenick". 1/5 (message: "xx") ?? can i encode this part?
I'd love you forever if you could add support for HBrelog's 'skipcurrenttask' function. ProfessionBuddy does it, perhaps there is a way to copy their use of the api. This would allow you to skip to the next item in a HBrelog list, i.e. logging a different character instead, etc. For professionbuddy, you include it like this: <CustomAction Code="HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName); " /> Also I doubt it's possible, but using a separate logfile for logmeout would be nice, it's difficult to grep all the honorbuddy logs for "[LogMeOut!]" Thanks for a great project!
there used to be a good plugin that would allow u use 2-3 diff profiles could this be added to logmeout i love the plugin regardless if u can add it or not
Even if flagged, you are getting out of it so that they do not get anymore evidence. We have seen them port people to multiple locations to see there movement. The point of this would be to detect when ported somewhere and hearth and logout/disconnect. This would allow the GMs to think its a real person. Also could be helpful to allow customization of this command, such that when ported, it hearths and starts farming somewhere else, or logs out, if you can code 2 or 3 profiles, you can make this more than a disconnector. Could become a protector.
if you're teleported somewhere and you don't opened a ticket to say wtf, you're done. That's my experience yes it could, but it's not the goal of this project for the moment. If something will be done it will be another project. sorry for my bad english
Is there any command or option for that, instead of disconnecting, quit the game for me to re-enter the game with ARelog / HBrelog or to enter into 15 minutes? When I say comman", I mean to put in the section that says "to do after". Nothing, shotdown PC, or perform some other option.
HBRelog does offer an API to skip to the next task though, though not sure how to call it from a plugin. Here's it from professionbuddy. HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName); <CustomAction Code="HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName); " />