09-11-2013, 02:03 PM
I NEED TO KNOW IF IS POSSIBLE THIS WITH BBOT
I WANT TO LOGOUT WHEN STAMINA LOW (self.staminamin<=870)
but i need relog with other character in the same acc
i thinking in something like this
use protector low stamina to disable basic tools and execute this macro
self.staminamin()<=870
cavebot.stop()
status.battle()==0
self.logout() -> for this reason i use protector this don't reconect again cuz i disable basic tools
tibia.sendkey(VK#) -> sendkey down arrow to choice other char in my list char
tibia.senfkey(VK#) -> sendkey to press enter and log in the second char
Bot.LoadSettings(scriptplayer2) -> load script for second player (same script just change relog numer) and of curse cavebot, killer, basic tools ( reopen bps and relog with the first char), and protectors already enable at load script.
is it possible this with bbot? i dont know how works sendkey, or which function i can use? to press down arrow and press enter
I WANT TO LOGOUT WHEN STAMINA LOW (self.staminamin<=870)
but i need relog with other character in the same acc
i thinking in something like this
use protector low stamina to disable basic tools and execute this macro
self.staminamin()<=870
cavebot.stop()
status.battle()==0
self.logout() -> for this reason i use protector this don't reconect again cuz i disable basic tools
tibia.sendkey(VK#) -> sendkey down arrow to choice other char in my list char
tibia.senfkey(VK#) -> sendkey to press enter and log in the second char
Bot.LoadSettings(scriptplayer2) -> load script for second player (same script just change relog numer) and of curse cavebot, killer, basic tools ( reopen bps and relog with the first char), and protectors already enable at load script.
is it possible this with bbot? i dont know how works sendkey, or which function i can use? to press down arrow and press enter