Page 1 of 1

autologout,autologin.

Posted: Sun Oct 28, 2012 2:46 pm
by adnanino
im curently botting ks with 2 clients one for botting one for resiting party..wht i would to do is use only one client without party and then logout after i finished the run then log in autologin and go on like that ty. :)

Re: autologout,autologin.

Posted: Sun Oct 28, 2012 9:00 pm
by rock5
Using my autologin http://www.solarstrike.net/phpBB3/viewt ... 350#p10350 you would just need to use

Code: Select all

ChangeChar('current')
to log back into the same character and then continue from there.

Re: autologout,autologin.

Posted: Sun Oct 28, 2012 10:11 pm
by adnanino
Thnk you for your reply...i alredy did that..
what i wants is for the bot to do it automaicly login to same char then log then go on like that.
if its possible.

Re: autologout,autologin.

Posted: Sun Oct 28, 2012 10:31 pm
by lisa
so if using 2 characters so you can do the reset you would need some sort of code that tells the bot to leave party, true?

Well instead of using leave party you use what Rock posted so that the bot will relog and then continue on with what ever code you had for after leaving party.

Example

Code: Select all

	ChangeChar('current') 
	player:update();
    	__WPL:setWaypointIndex(__WPL:findWaypointTag("rerun"));

Re: autologout,autologin.

Posted: Sun Oct 28, 2012 10:39 pm
by rock5
You would still need a "waitForLoadingScreen". So, using the idea of a separate file, wherever it used to disband the party, instead you could put

Code: Select all

ChangeChar('current')
waitForLoadingScreen()
loadPaths("ToPancer")
where "ToPancer" is a waypoint file you make to take you to pancer. Then at the end of that file you reload your original ks script to sell and head back as usual.

Re: autologout,autologin.

Posted: Mon Oct 29, 2012 3:26 am
by botje
oooooh, thats actually not a bad idea :3

Re: autologout,autologin.

Posted: Mon Oct 29, 2012 5:07 am
by botje
lol, i just tried this, it does'nt reset the ini xd

Re: autologout,autologin.

Posted: Mon Oct 29, 2012 5:10 am
by lisa
botje wrote:lol, i just tried this, it does'nt reset the ini xd
Yeah I didn't want to spoil it by saying it earlier, you still have the 5 min wait to reset because the instance ID is set to your character.

Which is why I always had a party reseter afk in a house (low PC resource strain), good for honor party aswell ;)

Re: autologout,autologin.

Posted: Mon Oct 29, 2012 5:43 am
by botje
me too, just thought i would try :P

Re: autologout,autologin.

Posted: Mon Oct 29, 2012 7:38 am
by rock5
I didn't know how long the reset was, but I suspected.

And not only honor parties but any party would make a significant difference.

Also I suspect you can zone a lot more often than you can relog before it crashes.

Re: autologout,autologin.

Posted: Mon Oct 29, 2012 7:43 am
by lisa
Yeah any party is an instant reset, if not using a party then you have to be out of the instance for 5 minutes before entering it again or it will be the same instance ID and the bosses will be dead, mobs may have respawned though, can't remember the timer on mob respawns.

I guess if you do an entire run in KS to the very end and log out, log back in and by the time you sell up and re-enter instance the mobs could have respawned, same instance ID though.

Like Rock said though the game would crash, usually in around 15-20 relogs?
Whereas with a party reseter you can farm all night long or atleast I used to, 12-15 hour farm was nothing unusual for me, back in the day.