Signup Now
Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 53
  1. #11
    Free User mexicows's Avatar
    Join Date
    Dec 2013
    Location
    Brasil, São Paulo
    Posts
    30
    Reputation
    14
    Rep Power
    0
    Quote Originally Posted by Imba View Post
    Is it possible to somehow read character names from 'Select Character' box, and relog to next (wihout using character name list)



    Lol at your names, where is pasha, Taz or LUq?
    CS 1.6 at its best
    Last edited by mexicows; 03-21-2014 at 02:17 AM.
    Level Latest Release Vocation City
    Any Warbot V1.0 (Magebot Functions) Any Null
    22+ Yalahar - Undeads Crypt - Optional Both Sides Druid/Sorc
    Yalahar
    http://i.imgur.com/Zd6zqui.jpg

  2. #12
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27
    Quote Originally Posted by mexicows View Post
    CS 1.6 at its best
    So definitly Neo and TAZ should be on your list

  3. #13
    Free User
    Join Date
    Apr 2014
    Posts
    14
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Raphael View Post

    Automatically logs the next character on list (must be on the same account) if stamina drops below a certain threshold.
    Why is it to restricted to being on the same account? What If you ran the persistent script on an already logged in account, but specified the acc details/pw of the next character on another account? As it seems it goes to the acc login page anyway given you need username/pw? If it only dropped back to the character select page then I would understand, but it seems to me it could be possible to work it to log another acc?

  4. #14
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by thewishkah View Post
    Why is it to restricted to being on the same account? What If you ran the persistent script on an already logged in account, but specified the acc details/pw of the next character on another account? As it seems it goes to the acc login page anyway given you need username/pw? If it only dropped back to the character select page then I would understand, but it seems to me it could be possible to work it to log another acc?
    Because I was freaking lazy at the time to make it for different accounts.
    Well, that and the fact that I thought it would over complicate the setup. (This is the main reason, not the one above)

  5. #15
    Free User redballoon's Avatar
    Join Date
    Feb 2014
    Posts
    184
    Reputation
    35
    Rep Power
    21
    Quote Originally Posted by Raphael View Post
    Character Relogger on Low Stamina


    Description

    Automatically logs the next character on list (must be on the same account) if stamina drops below a certain threshold.


    Configuration

    Edit the account, password and charList variables on the init block to specify your Tibia credentials and character names. Also edit the minStamina variable to specify the stamina threshold.


    Code

    local account    = 'accountName'
    local password = 'accountPassword'
    local charList = {'Char1', 'Char2', 'Char3', 'Char4'}
    local minStamina = 16 * 60 -- In minutes

    -- DO NOT EDIT BELOW THIS LINE --
    table.lower(charList)

    if $stamina < minStamina then
    local curChar = table.find(charList, $name:lower())
    local nextChar = charList[(curChar % #charList) + 1]

    waitandlogout()
    waitping()
    keyevent(VK_ESCAPE)
    waitping()
    connect(account, password, nextChar)
    end

    Gist

    In theory it should be easy to allow to have multiple accounts running wouldnt it? you just need another set of varibles?
    I was also looking to do this as it would allow for server dominado!
    SELLING:


    SOLD:
    15kk Honera to Salty
    Sold 5kk Dolera via Teamspeak
    Sold 247 EK - Dolera to @elputonandow (@Sir middleman) > https://forums.tibiawindbot.com/show...793#post473793

    BOUGHT 202 RP OFF VANS
    Bought 130~ MS off Y2Quakepc2
    Bought 130~ EK off Y2Quakepc2
    Bought 500 TibiaCoins off Ozzix

    SKYPE : Xistix1

  6. #16
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Script Updated!
    It is now possible to use it for multiple accounts.
    @thewishkah, @redballoon

  7. #17
    Free User
    Join Date
    Apr 2014
    Posts
    14
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    Script Updated!
    It is now possible to use it for multiple accounts.
    @thewishkah, @redballoon
    Thankyou so much!!!

  8. #18
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    433
    Reputation
    43
    Rep Power
    21
    Can you edit this action to an infinite loop?
    When the last character stamina go low, start with the first character again.
    Last edited by Stephano; 06-30-2014 at 05:08 PM. Reason: miss spell

  9. #19
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Stephano View Post
    Can you edit this action to an infinite loop?
    When the last character stamina go low, start with the first character again.
    That's exactly how it is currently done.

  10. #20
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    433
    Reputation
    43
    Rep Power
    21
    Quote Originally Posted by Raphael View Post
    That's exactly how it is currently done.
    Thanks for the answer.

 

 

Posting Permissions

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