Signup Now
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 45
  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0

    Unhappy Tibia bug character reconnect.

    Im getting kick in my server and all my characters dont logout, the screen freeze like on server save and bot dont reconnect they, what i can do?
    bug1.jpgbug2.jpg

    And some times when he loggin the bot target a monster and dont attack, follow the SS:
    bug3.jpg

  2. #2
    Free User
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0
    no one can help me? have something in bot that can detecte if my character is on screen?

  3. #3
    Free User jakub's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    132
    Reputation
    32
    Rep Power
    21
    you should do logout()

  4. #4
    Free User
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0
    lol...

    auto(1000)
    if not $connected then
    restoreclient()
    reconnect()
    wait(3000,5000)
    end


    The bot wont reconnect because he think the character still online... i need something to check if my char is on screen or another idead

  5. #5
    Free User
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0
    im still with this shit help please

  6. #6
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    auto(1000)
    if not $connected then
    restoreclient()
    reconnect()
    wait(3000,5000)
    elseif $standtime > 10000 then
    press("[CTRL] [G]")
    end


    Not sure if it'll work, you need Raphael's library.

  7. #7
    Free User
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0
    Leonardo it didnt worked, please help me! i see that when i press only ctrl using your script it open the character list, but if i dont press ctrl it dont open!

  8. #8
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    Try one of these:

    auto(1000)
    if not $connected then
    restoreclient()
    reconnect()
    wait(3000,5000)
    elseif $standtime > 60000 then
    logout()
    end


    auto(1000)
    if not $connected then
    restoreclient()
    reconnect()
    wait(3000,5000)
    elseif $standtime > 60000 then
    foreach creature p "ps" do
    if p.name == $name then
    return
    end
    end
    logout()
    end
    Last edited by Leonardo; 01-01-2014 at 01:27 AM.

  9. #9
    Free User
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0
    Leonardo the second script gived a error, and bot dont logout pressing CTRL+L (logout)

  10. #10
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    Sorry try the second again, if it doesn't work I dont have any idea to logout. I've this problem too when the server kick me and I haven't find any solution.

 

 

Posting Permissions

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