Page 1 of 1

Help with Exit Game

Posted: Wed Nov 04, 2009 9:08 am
by Bot_Addict
Is there a way to exit the game entirely? when you use any exit game function a window pops up and ask accept or cancel.

I want to use this when I run the bot for a time period and then it should exit. I want it to exit to my desktop not to character selection. In case I run multi clients 1 farming dailies and 1 gathering.

Thanks

Re: Help with Exit Game

Posted: Wed Nov 04, 2009 9:21 am
by d003232
Bot_Addict wrote:Is there a way to exit the game entirely? when you use any exit game function a window pops up and ask accept or cancel.

I want to use this when I run the bot for a time period and then it should exit. I want it to exit to my desktop not to character selection. In case I run multi clients 1 farming dailies and 1 gathering.

Thanks
Have you used the standard timed logout function of the bot???

Re: Help with Exit Game

Posted: Wed Nov 04, 2009 8:00 pm
by j_schlott

Code: Select all

QuitGame()

Re: Help with Exit Game

Posted: Thu Nov 05, 2009 9:52 am
by Bot_Addict
j_schlott wrote:

Code: Select all

QuitGame()

Works great, Thanks