![]() |
macro log to next char - 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: macro log to next char (/thread-19606.html) |
macro log to next char - Mlodym - 04-15-2016 I need macro to logout and logged on the next char below \/ anyone ? RE: macro log to next char - kaiquegabriel - 04-15-2016 Use protector function + virtualkey macros. RE: macro log to next char - MegaNo0body - 04-15-2016 There's some useful Reconnect Manager macro: ReconnectManager.LoadProfile(Profile Name) ReconnectManager.TerminateTask() RE: macro log to next char - Mlodym - 04-15-2016 (04-15-2016, 03:36 PM)kaiquegabriel Wrote: Use protector function + virtualkey macros.yes im trying Macro.Wait(2000) Tibia.SendKey(40) Macro.Wait(2000) Tibia.SendKey(13) this is macro with protector and dont run, what i make wrong? RE: macro log to next char - kaiquegabriel - 04-15-2016 you need one protector to use macro if you're disconected RE: macro log to next char - Mlodym - 04-15-2016 (04-15-2016, 08:32 PM)kaiquegabriel Wrote: you need one protector to use macro if you're disconectedi know but it does not work logout and does pass to next char wtf xd RE: macro log to next char - Mlodym - 04-20-2016 (04-15-2016, 03:55 PM)MegaNo0body Wrote: There's some useful Reconnect Manager macro:login to next character after the last character of the first one is done is possible? |