Signup Now
Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 51
  1. #11
    Free User Connor's Avatar
    Join Date
    Jul 2014
    Posts
    455
    Reputation
    22
    Rep Power
    20
    Quote Originally Posted by Yuni View Post
    This update was the worst update i have ever seen, and i ' ve been playing tibia since 2002...
    Sure you have

  2. #12
    Free User pvzin's Avatar
    Join Date
    Dec 2013
    Location
    USA
    Posts
    974
    Reputation
    48
    Rep Power
    22
    Any news on this?
    Yours,
    pvzin

  3. #13
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by pvzin View Post
    Any news on this?
    So far, none. Stick with connect() and use a variable to store the current char name whenever you get a disconnect.



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  4. #14
    Free User flipatos's Avatar
    Join Date
    Jan 2015
    Posts
    30
    Reputation
    10
    Rep Power
    0
    how can we do this? @RoxZin xD. Can u make one example? Please.

  5. #15
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by flipatos View Post
    how can we do this? @RoxZin xD. Can u make one example? Please.
    I didn't test this, you can try it on your own

    init start
    local lastName = $name
    local account = 'accname'
    local password = 'password'
    init end

    auto(500)

    while not $connected and lastName ~= '' do
    connect(account, password, lastName)
    wait(2000)
    end

    lastName = $name



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  6. #16
    Free User KrusT's Avatar
    Join Date
    Jul 2014
    Posts
    332
    Reputation
    15
    Rep Power
    20
    Quote Originally Posted by RoxZin xD View Post
    I didn't test this, you can try it on your own

    init start
    local lastName = $name
    local account = 'accname'
    local password = 'password'
    init end

    auto(500)

    while not $connected and lastName ~= '' do
    connect(account, password, lastName)
    wait(2000)
    end

    lastName = $name
    @Leonardo it's not possible you input something like this on your action provisionally?

  7. #17
    Free User flipatos's Avatar
    Join Date
    Jan 2015
    Posts
    30
    Reputation
    10
    Rep Power
    0
    Working great, Thx @RoxZin xD

  8. #18
    Free User
    Join Date
    Mar 2014
    Posts
    61
    Reputation
    17
    Rep Power
    21
    HI guys ;D
    I want upgrade that reconnect but something don't work properly. Coul du check?

    init start
    local lastName = $name
    local account1 = 'aaa'
    local password1 = 'bbb'
    local account2 = 'ccc'
    local password2 = 'ddd'
    init end

    auto(200)
    if (currenttime() < "10:00" or currenttime() > "10:10") and not $connected then
    setcavebot("no")
    settargeting("no")
    setlooting("no")
    while not $connected and lastName == 'qqq' or lastName == 'www' do
    connect(account1, password1, lastName)
    wait(2000)
    end
    while not $connected and lastName == 'eee' or lastName == 'rrr' do
    connect(account2, password2, lastName)
    wait(2000)
    end
    if $connected then
    if isontemple() then
    while $connected do
    xlog() wait(1000, 1500)
    end
    while not $connected do
    wait(10000)
    end
    else
    fixhuntbps(false)
    setcavebot("yes")
    settargeting("yes")
    setlooting("yes")
    end
    end
    end

    lastName = $name

    That reconnect but not start bot again ;/

  9. #19
    Free User Behemoth's Avatar
    Join Date
    Apr 2014
    Posts
    58
    Reputation
    10
    Rep Power
    21
    any news @Leonardo @Lucas Terra ?

  10. #20
    Free User Behemoth's Avatar
    Join Date
    Apr 2014
    Posts
    58
    Reputation
    10
    Rep Power
    21
    Refresh question again....

 

 

Posting Permissions

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