Help - Search - Members - Calendar
Full Version: CTD Recover Include
AC Tools Everything Macro > AC Tool Macros > Asheron's Call Macros
Ahk
This include file will start AC back up and log in the character of choice, then return control to the main macro.

It's pretty well documented, but if you have any questions/comments/suggestions I'm open to hear them.

Ahk

Edit:
Include file can be downloaded from the AC Tool Macro Vault, under 'Macro Snip-Its'.
Ahk
Hmm, I didn't really think about another useful situation for bot owners (non-Ac Tool).

I'll make some additional modifications in the future to allow it to run standalone for people running plugins--so Ac Tool can log back in buff bots, trade bots, etc.

It would be easy enough though to add some crash detection yourself, or copy it from tinkBeefcake from TinkerBot.

Procedure BombCheck is the one that would be useful (to modify anyways) and then set up a while loop with about a 10-20 second delay.

CODE
While 1 = 1
  ProcessMessages
  Delay 15000
End
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.