BBot - The best bot of the world
Relog for other character - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: BBot (https://forums.bmega.net/forum-3.html)
+--- Forum: Sugestions (https://forums.bmega.net/forum-21.html)
+--- Thread: Relog for other character (/thread-16474.html)



Relog for other character - damiansnk - 10-26-2014

1 - Justify your suggestion?
Macro for log out and log in for character nr X or below last one
2 - I'd like to create script for noob chars quests or tasks. If someone have 4 accounts with 20x8 lvl then this macro will be very usefull Big Grin
Can make scripts for example Ultimate boozer quest, log out 20 chars in depo venore
Label'Quest'->come back to depo and log out -> log in on char below -> Label'Quest'


RE: Relog for other character - wekoz - 10-28-2014

YOU CAN DO IT WITH ONE MACRO


RE: Relog for other character - damiansnk - 10-29-2014

how? -.-


RE: Relog for other character - raphaelignacio - 10-30-2014

I think you need to create 20 scripts with differentes log in, and when the first script finish, you just active de macro BBot.LoadSettings(the second script with relog second char)


RE: Relog for other character - damiansnk - 10-30-2014

Ok I'll try. Rep for help anyway


RE: Relog for other character - gusttavomarinho - 10-30-2014

(10-30-2014, 12:10 PM)damiansnk Wrote: Ok I'll try. Rep for help anyway

the tibia gave update

so it did not work


RE: Relog for other character - azadar - 10-30-2014

see my post auto relog work
search Auto relog

(10-30-2014, 08:54 PM)azadar Wrote: see my post auto relog works
search Auto relog



RE: Relog for other character - raphaelignacio - 11-06-2014

i agree! and @MegaNobody, give us yours feedback, i already reported two bugs and nothing....

Bot.LoadSettings(Name) it isnt working!


RE: Relog for other character - Leszczus - 11-12-2014

(11-06-2014, 01:11 AM)raphaelignacio Wrote: i agree! and @MegaNobody, give us yours feedback, i already reported two bugs and nothing....

Bot.LoadSettings(Name) it isnt working!

For me Bot.LoadSettings(Name) works fine.

To create relog system u just need two bbot files.
Create bbot file for example (test.bbot) and setup relog in basic tools.
save it and create another bbot file (main.bbot).
open macro and past it.
Code:
Self.Cap<10
Self.Logout()
Bot.LoadSettings(test)
Exit()

Some explanation
Run tibia,load main.bbot,debug macro and have fun with relog system.

There are also another option to relog but it need use virtual keys. If u don'
t wanna use 2 files to relog i will show u another option.


RE: Relog for other character - Renato Ribeiro - 12-10-2014

I think a function like Tibia.LogChar(3), for example, will be good. Since the implementation should not be so difficult.
And just because something can be done with macros, does not mean it can not be implemented natively.

Signed


RE: Relog for other character - damiansnk - 12-10-2014

I suggested it and Mega said He's working on it.
Self.Logout()
Self.Login(character number)

also

Self.Logout()
LoginOnAccount(login, password, char number)


RE: Relog for other character - Renato Ribeiro - 12-13-2014

Good.


RE: Relog for other character - kaiquegabriel - 12-15-2014

Signed, good!

Renato ♥


RE: Relog for other character - damiansnk - 12-31-2014

BUMP BUMP
Self.Logout()
Self.Login(account name, password, character nr)
or on same acc
Self.Login(character nr)


RE: Relog for other character - boladaopesadao - 01-29-2015

Signed!
In 57.0 version, the Reconnect doesn't work anymore because Cipsoft removed the account/password from Tibia's memory. Mega said that he'll release another reconnect using another way, and your way would be nice, because your function has never existed and it's a great opportunity to implement!


RE: Relog for other character - MegaNo0body - 01-29-2015

I'm rushing the Bot Manager, also I'll provide a way to manually enter the acc/password on the normal Reconnect.


RE: Relog for other character - damiansnk - 01-29-2015

I hope you soon update it I using lot of script where I left char with 2 summons and other chars enter there reloged and got tp to temple that is shortest way to refill


RE: Relog for other character - Gandryk - 01-30-2015

Bump, agreed with everyone.