BBot - The best bot of the world
variable reconect - 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: variable reconect (/thread-20830.html)



variable reconect - the angels - 02-10-2018

VARIABLE =
connected
return 1 for connect
return 0 for disconect

conect(acc, password, name character)

It would be great for who plays OT SERVER


RE: variable reconect - Catar - 02-10-2018

????


Use reconnect manager


RE: variable reconect - the angels - 02-10-2018

If I'm offline, and create a macro for example to hit stamina refill.
Quote:5000 {STAMINA UP} Self.StaminaMins()<=840 Hotkey.Use(11588)


self stamina <=x ( always returns value 0)

that is, every time he takes kick, or goes offline he beats stamina without need

[Image: Qam0ocf1T7Sasv6KH0V67w.png]



if you make this modification it would make something safer to do some actions

Quote:Self.Conected==1
Self.StaminaMins()<=840
Hotkey.Use(11588)



RE: variable reconect - Catar - 02-11-2018

So add extra
Self.StaminaMins()<>0
as first condition then....


I don't see need for what you suggested


RE: variable reconect - the angels - 02-11-2018

You can tell me Why in the VPS, is closed does BBOT not reconnect?


RE: variable reconect - Catar - 02-11-2018

What? syntax in your sentence is fucked up, no clue wtf u mean?
What VPS have to do with bbot? What you use that for?


RE: variable reconect - the angels - 02-12-2018

Many BBOT users are Brazilian.The ot server host is in Canada.
PING BRAZIL FOR CANADA = 200
PING VPS FOR CANADA = 10


RE: variable reconect - Catar - 02-12-2018

so what does it have to do with anything?

Still i dont understand your problem/question.

And by the way i think you mean you play on VM or via VPN.

VPS is just server. doesnt have any functionality on its own


RE: variable reconect - the angels - 02-14-2018

It must happen because BBOT only connects when the TIBIA is maximized.


RE: variable reconect - Kazan - 02-15-2018

(02-14-2018, 08:25 PM)the angels Wrote: It must happen because BBOT only connects when the TIBIA is maximized.

Bullshit!
i'm havin' now 3 mc's on Razachai Palace with reconnect and everytime when i got my internet kicked it's logging again all mc's so...


RE: variable reconect - MegaNo0body - 02-26-2018

(02-14-2018, 08:25 PM)the angels Wrote: It must happen because BBOT only connects when the TIBIA is maximized.

It happens on specific computer windows. What is your OS?


RE: variable reconect - MegaNo0body - 02-26-2018

Thread tip:
There are two macro functions for Reconnect:
Code:
ReconnectManager.LoadProfile(ProfileName) Load a Reconnect Manager profile
ReconnectManager.TerminateTask() Terminate the current Reconnect Manager task and start the process to go to the next task

You can archive dynamic reconnect using multiple profiles. However, if there are any suggestions for new macros to manage the Reconnect Manager, I'm open.