Page 1 of 1

Need bot to quit game with relog lua installed

Posted: Mon Dec 03, 2012 9:15 pm
by s018mes
I have an account that does dailies on all 8 accounts. To do that it needs to have "relog" function enabled. But when it gets to the last character, it relogs the last character back into game.

Is there something I can put in the Last characters waypoint to have the game completely close out without relogging?

Re: Need bot to quit game with relog lua installed

Posted: Mon Dec 03, 2012 9:31 pm
by lisa
this is what you want here.
http://www.solarstrike.net/phpBB3/viewt ... =27&t=1245

Login next char is so 2011 ;)

Re: Need bot to quit game with relog lua installed

Posted: Tue Feb 12, 2013 4:56 pm
by Ego95
I don't know if you understood the question wrong or if it's me :P
I think he already has the fast login addon + userfunction but wants to close the game client completely after thd last char has finished. That is what I was looking for when I found this. It would increase the power my computer could use for other clients which are botting longer.

AlterEgo95

Edit:
Maybe something like this would work

Code: Select all

if player.Name == TheLastCharacterAccountOne or player.Name == TheLastCharacterAccountTwo or player.Name == TheLastCharacterAccountThree then
RoMScript("QuitGame()")
end
This should work I think.

Re: Need bot to quit game with relog lua installed

Posted: Tue Feb 12, 2013 10:15 pm
by rock5
There is an option for that

Code: Select all

Quit_Game = true
Stick that somewhere in your profile or waypoint file and when it gets to the last character in the list it will close the program. Not a very good option name. I wish I changed it when I first added it.