Could you make this so you can use 4 account instead of 3 ?
Printable View
Could you make this so you can use 4 account instead of 3 ?
i got the same problem here
do you know what may be wrong? i puted the accs/pass/charname correctlyQuote:
error in Action script wptid:1:
["local nextAccount = accountList[(curAccou..."]:Action: 1:24 attempt to perform arithmetic on local 'curAccount' (a nil value)
thanks
@raphel there is somehow the bot just logout, move arrow to the char below and recconect?
There is a problem with this action when you have a waiting list on the server you going to logging the next character.
this script will relog character after kick/serwer save?
I am trying to use this action for leave dawnport and relog another char, but I cant do it to work. Someone can help me please?
I've tried all scripts of dawnport and none of them has 100% script with this kind of reconnect.
Action for this work before the script "reading" it, the reconnect has to be disabled.
@Raphael is it possible for the code not to detect an account/password with an empty string?
hehe sorry i dont know how to explain :D
or maybe u can teach me how to make it skip the second and third account if it has no info written on it? :D
local accountList = {
{
account = 'account1',
password = 'password1',
character = 'character1'
},
{
account = '',
password = '',
character = ''
},
{
account = '',
password = '',
character = ''
}
}