MMOMinion
[Module] AutoLogoutV1.2 (10/22/13) - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: Outdated (https://www.mmominion.com/forumdisplay.php?fid=110)
+---- Thread: [Module] AutoLogoutV1.2 (10/22/13) (/showthread.php?tid=4358)

Pages: 1 2 3


[Module] AutoLogoutV1.2 (10/22/13) - breckdareck - 10-18-2013

Here's your AutoLogout.

Check out the changelog below, no need to set the bot for 30 before, it instantly exits the game.

Changelog V 1.2
-Closes exactly after the time is up
-Doesnt return(yet)

Changelog V1.1
-Changed typo
-Added Return before closes out the bot
-Still have to set time to 30 mins before you want to logout so server kicks


Don't Forget to +Rep if I helped! :D
Thanks@!


Newest Version

.rar   AutoLogoutV1.2.rar (Size: 1.74 KB / Downloads: 313)

Old Versions

.rar   AutoLogoutV1.1.rar (Size: 1.69 KB / Downloads: 23)

.rar   AutoLogout.rar (Size: 1.41 KB / Downloads: 23)


RE: [Module] AutoLogoutV1.1 [10/20/13] - breckdareck - 10-20-2013

Changelog V1.1
-Changed typo
-Added Return before closes out the bot
-Still have to set time to 30 mins before you want to logout so server kicks


RE: [Module] AutoLogoutV1.1 [10/20/13] - GetsugaTenshouX - 10-20-2013

Good idea, I tried using the first version and it didn't work. Bot would just keep walking into a wall and never log. Return should stop the walk though. Maybe won't have to use my AHK auto-logout anymore :P nice work!


RE: [Module] AutoLogoutV1.1 [10/20/13] - breckdareck - 10-21-2013

(10-20-2013, 11:29 PM)GetsugaTenshouX Wrote:  Good idea, I tried using the first version and it didn't work. Bot would just keep walking into a wall and never log. Return should stop the walk though. Maybe won't have to use my AHK auto-logout anymore :P nice work!

I for one haven't really botted to test this so please test it out for me, i have no clue if its working to its full extent.


RE: [Module] AutoLogoutV1.1 [10/20/13] - soulmonger - 10-21-2013

Definitely doesn't seem to work while gathering bot is running. Timer expired, nothing happened,just ignored it as far as I can tell.


RE: [Module] AutoLogoutV1.1 [10/20/13] - breckdareck - 10-21-2013

(10-21-2013, 09:19 AM)soulmonger Wrote:  Definitely doesn't seem to work while gathering bot is running. Timer expired, nothing happened,just ignored it as far as I can tell.

Alright thanks for this, ill check it out after school!


RE: [Module] AutoLogoutV1.1 [10/20/13] - Aardvark - 10-21-2013

You may want to consider calling LUA's os.exit() in lieu of Unload().


RE: [Module] AutoLogoutV1.1 [10/20/13] - breckdareck - 10-21-2013

(10-21-2013, 09:55 PM)Urguwno Wrote:  You may want to consider calling LUA's os.exit() in lieu of Unload().

And this will completely exit out of the game? Thank you very much!


RE: [Module] AutoLogoutV1.1 [10/20/13] - Aardvark - 10-22-2013

(10-21-2013, 11:01 PM)breckdareck Wrote:  And this will completely exit out of the game? Thank you very much!

Correct! You can test it from the console.


RE: [Module] AutoLogoutV1.1 [10/20/13] - breckdareck - 10-22-2013

Changelog V 1.2
-Closes exactly after the time is up
-Doesnt return(yet)