autologout,autologin.
autologout,autologin.
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.
Using my autologin http://www.solarstrike.net/phpBB3/viewt ... 350#p10350 you would just need to use
to log back into the same character and then continue from there.
Code: Select all
ChangeChar('current')- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: autologout,autologin.
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.
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.
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
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"));
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: autologout,autologin.
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
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.
Code: Select all
ChangeChar('current')
waitForLoadingScreen()
loadPaths("ToPancer")- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: autologout,autologin.
oooooh, thats actually not a bad idea :3
Re: autologout,autologin.
lol, i just tried this, it does'nt reset the ini xd
Re: autologout,autologin.
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.botje wrote:lol, i just tried this, it does'nt reset the ini xd
Which is why I always had a party reseter afk in a house (low PC resource strain), good for honor party aswell
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: autologout,autologin.
me too, just thought i would try 
Re: autologout,autologin.
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.
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.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: autologout,autologin.
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.
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.
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual