• Visit Rebornbuddy
  • [Plugin] LogMeOut! - A World of Warcraft disconnecter !

    Discussion in 'Archives' started by ZenLulz, Sep 23, 2012.

    1. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      @kavlantis: I will do some tests.

      @Achmed43: It seems you extract the archive of the plugin directly in your Plugins folder. You have to create a subfolder for each plugin you want to install. Join a log to your next post if you already did that.
       
    2. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0
      can you add 2 or more commands to be casted before it logs?

      That will sort the heart stone + flying problem

      /dismount
      /use heartstone

      i was watching the bot that was stuck in a wierd place inside a hut (but not count as an in door area)

      the plugin was log in the bot out then HBrelog would relog it back and it stayed in that loop for like 40 mins untill i manually moved the character slightly to unstuck him.

      Edit, this also happens when the bot its in combat and cant use HS for some reason.

      Maybe give him the autorun command? That will make the toon run into a random direction, eventually something will kill it or get out of combat and proceed with its farming.



      Regards
       
      Last edited: Dec 22, 2012
    3. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Possible to get something like a dismounter? Sometimes there are situations where the Toon cant unstuck, ok with your relogger i can trigger a disconnect but isnt it possible to set something like if stuck x times dismount, shit happens if you fall deep, normaly the toon runs to the corpse and go on. Do this X times, if not trigger the disconnect policy.
      Or your new inactivity trigger, if x minutes inactiv restart HB.

      There was a plugin in the past, "stuckhelper", who trigger this things.
       
    4. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      You mainly forget the primary goal of LogMeOut!. This plugin logs your toon out if certain conditions are met.

      Since I've developed it, it never directly interact with game and I continue to think it's a good way.
      Initially, the bot cannot cast while it's mounted. I can implement a kind of timeout to be sure the toon won't stay online for hours.

      LogMeOut! doesn't officially support reloggers. So if you use them, a loop can happen.
      In the next release, I think add a check box to kill the main existing reloggers to avoid loops.
      Meanwhile, you can kill it by creating a batch file or directly by inserting a command in the action after.
       
    5. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      New update (1.2.5) !

      In this version, you can execute your custom lua script in the tab "Action before". With, you are able to run lots of special actions like... cast 2 or more actions !
      Also, LogMeOut! now can kill reloggers on your computers (support HBRelog and ARelog). Be careful, it will kill ALL instances of reloggers (even if they are not attached to your current wow session).

      Finally, if your toon is stuck in air or in dead and cannot rez, the plugin will log it out after 3 minutes, without executing the before action.

      Enjoy.
       
    6. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0
      Very nice.

      For us noobs that don't know anything about lua,
      how do we make the bot to dismount then use heartstone?

      Is it as simple as

      /cancelaura Swift Flight Form
      /use hearthstone



      I just put this in the lua area?


      Regards
       
      Last edited: Dec 23, 2012
    7. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
    8. kavlantis

      kavlantis New Member

      Joined:
      Nov 20, 2012
      Messages:
      468
      Likes Received:
      2
      Trophy Points:
      0

      Dismount();
      UseItemByName("Hearthstone")


      How does this look? :)


      I just put this 2 lines in the lua area?



      EDIT

      Every time I save and exit the plugin it changes this

      Dismount();
      UseItemByName("Hearthstone")

      to this

      Dismount();UseItemByName("Hearthstone")



      Is this intentional?
       
      Last edited: Dec 23, 2012
    9. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      Yes, the inline syntax is ok.
      I honestly never write lua script but this should works:

      PHP:
      Dismount();UseItemByName("Hearthstone")[B];[/B]
      Confirm us if it works. :)
       
    10. Bogglonaut

      Bogglonaut New Member

      Joined:
      Nov 19, 2012
      Messages:
      95
      Likes Received:
      2
      Trophy Points:
      0
      Thank you for this awesome plugin, Zenlulz! I want to know what happened last night, where can i find the logs? I?ve searched, but i can?t find anything.

      Thank you!
       
    11. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      @Bogglonaut: All the logs are included in the HB logs (under the folder /Logs).
       
    12. Crown

      Crown New Member

      Joined:
      Jan 15, 2010
      Messages:
      532
      Likes Received:
      1
      Trophy Points:
      0
      great job m8, searched such a plugin !

      maybe u can add an function which let the bot dismount + cast heartstone if he is stuck in the same place for xx minets?

      and maybe u can make the logout function Optinal? i think its not just me who needs only the heartstone function after stuck in combat.
       
      Last edited: Jan 1, 2013
    13. Bogglonaut

      Bogglonaut New Member

      Joined:
      Nov 19, 2012
      Messages:
      95
      Likes Received:
      2
      Trophy Points:
      0
      I use this Plugin on all of my bots now! I have two Questions, if the following opportunities can be implemented:

      1: Is it possible to choose seconds at the function "Log out after x Minutes a Player targets me? I think one minute is too much, and i want to choose 30 seconds.

      2: Fighting: Log out after x Deaths. Can you distinguish between killed by a mob and killed by a player? I want only be logged out, if i got killed by a Player.

      Thank you in advance, ZenLulz!
       
    14. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      @Crown: Normally, LogMeOut! dismounts your character if you have a ground mount. It will be a paradox to just use the hearthstone for a plugin that is called LogMeOut! :p Apparently, you need more a plugin like StuckHelper than a disconnecter.

      @Bogglonaut: Someone already proposes that but It's really hard to determine if your character is a bot in less than one minute. I will have a look to your second idea.
       
    15. kreljo555

      kreljo555 New Member

      Joined:
      Jan 15, 2012
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      0



      does NOT work
       
    16. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      How many seconds did you set to wait to complete the lua script ?
       
    17. kreljo555

      kreljo555 New Member

      Joined:
      Jan 15, 2012
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      0

      well just to execute it after 5 mins of inactivity, if i missed and screwed up something soz
       
    18. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      I meant how many seconds did you set in the tab "Action Before", just above the lua script field. You need to give enough seconds to cast your hearthstone.
       
    19. Ducks

      Ducks New Member

      Joined:
      Mar 22, 2012
      Messages:
      377
      Likes Received:
      4
      Trophy Points:
      0
      Was using this alot during the days I leveled up loads of characters.

      Just wanted to say thanks! +rep
       
    20. xwozone

      xwozone Active Member

      Joined:
      Apr 1, 2012
      Messages:
      1,514
      Likes Received:
      3
      Trophy Points:
      38
      Love it so far, im useing it with arelog so when it exist, relog logs it back in. than whome ever make it dc is gone and i can go back to what i was doing.

      Can you add a setting that will make the bot AFK

      Example: Toon is farming ore and is targeted, it will finish what its doing, fly into the air a bit and afk. Or something like that. Or stay by the node.
       

    Share This Page