Signup Now
Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 53
  1. #31
    Free User
    Join Date
    Apr 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    Could you make this so you can use 4 account instead of 3 ?

  2. #32
    Free User
    Join Date
    May 2014
    Posts
    67
    Reputation
    12
    Rep Power
    23
    i got the same problem here
    error in Action script wptid:1:
    ["local nextAccount = accountList[(curAccou..."]:Action: 1:24 attempt to perform arithmetic on local 'curAccount' (a nil value)
    do you know what may be wrong? i puted the accs/pass/charname correctly
    thanks

  3. #33
    Free User
    Join Date
    May 2014
    Posts
    67
    Reputation
    12
    Rep Power
    23
    @raphel there is somehow the bot just logout, move arrow to the char below and recconect?

  4. #34
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    430
    Reputation
    43
    Rep Power
    24
    There is a problem with this action when you have a waiting list on the server you going to logging the next character.

  5. #35
    Free User
    Join Date
    Feb 2014
    Posts
    30
    Reputation
    10
    Rep Power
    0
    this script will relog character after kick/serwer save?

  6. #36
    Free User
    Join Date
    Dec 2013
    Posts
    34
    Reputation
    10
    Rep Power
    0
    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.

  7. #37
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,423
    Reputation
    119
    Rep Power
    25
    Action for this work before the script "reading" it, the reconnect has to be disabled.

  8. #38
    Free User Harvey's Avatar
    Join Date
    Dec 2013
    Location
    Philippines
    Posts
    2,407
    Reputation
    15
    Rep Power
    28
    @Raphael is it possible for the code not to detect an account/password with an empty string?

  9. #39
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Harvey View Post
    @Raphael is it possible for the code not to detect an account/password with an empty string?
    What?

  10. #40
    Free User Harvey's Avatar
    Join Date
    Dec 2013
    Location
    Philippines
    Posts
    2,407
    Reputation
    15
    Rep Power
    28
    Quote Originally Posted by Raphael View Post
    What?
    hehe sorry i dont know how to explain
    or maybe u can teach me how to make it skip the second and third account if it has no info written on it?

    local accountList = {
    {
    account = 'account1',
    password = 'password1',
    character = 'character1'
    },
    {
    account = '',
    password = '',
    character = ''
    },
    {
    account = '',
    password = '',
    character = ''
    }
    }

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •