BBot - The best bot of the world
Auto relog - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Auto relog (/thread-16499.html)



Auto relog - azadar - 10-30-2014

I did acting auto relog 1.2.3.4.5...etc character
u must make 20 scrypt
1 scrypt :reconnect 1 character
macro Bot.loadsetting(name next scrypt to load)
Self.logout()
2 scypt :reconnect 2 character
acro bot.loadsetting(name next scypt to load)
Self.logout()


I have called the scypt :1.2.3.4 etc
and i have macro in 1 scrypt Bot.loadsetting(2)

in 2 scrypt Bot.loadsetting(3)
etc to 20


RE: Auto relog - damiansnk - 11-10-2014

please put your macro here


RE: Auto relog - azadar - 11-11-2014

2000
{Loggout}
Misc.ItemCountEx(3035)>=44
Bot.LoadSettings(2)
Self.Logout()


RE: Auto relog - damiansnk - 11-11-2014

I'll test it !


RE: Auto relog - damiansnk - 11-11-2014

(11-11-2014, 07:09 PM)azadar Wrote: 2000
{Loggout}
Misc.ItemCountEx(3035)>=44
Bot.LoadSettings(2)
Self.Logout()



RE: Auto relog - damiansnk - 11-12-2014

No way :/
bro share please that script here..
u can change waypoints for another place if u dont like to share script
just 1 point 1 fixed salf say hello and relog.
I just would like to see how it must be done
i've got full repenters task quest 100% afk and can't get profit cuz havent time for relogin manually


RE: Auto relog - azadar - 11-12-2014

I have also sometimes but see it this scrypt


RE: Auto relog - Leszczus - 11-13-2014

I think it will help u
Relog system by Leszczus


RE: Auto relog - Leszczus - 11-13-2014

(11-11-2014, 11:47 PM)damiansnk Wrote:
(11-11-2014, 07:09 PM)azadar Wrote: 2000
{Loggout}
Misc.ItemCountEx(3035)>=44
Bot.LoadSettings(2)
Self.Logout()


Just change it like this and it will work properly
Code:
2000
{Loggout}
Misc.ItemCountEx(3035)>=44
Self.Logout()
Bot.LoadSettings(2)

After this changes it works properly for me.