Signup Now
Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 52
  1. #11
    Free User joraanpe's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    36
    Rep Power
    21
    Quote Originally Posted by Raphael View Post
    Yes, will work on it.
    Great, looking forward for it. Also if you can, consider also netdrops/kicks that might be quick and last on intervals of 10segs to 40segs

  2. #12
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    Not be better to the bot, when reconnects open ALL Bps??...

  3. #13
    Free User
    Join Date
    Dec 2013
    Posts
    22
    Reputation
    10
    Rep Power
    0
    also waiting to have 100% working reconnect for SS

  4. #14
    Free User jakub's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    132
    Reputation
    32
    Rep Power
    21
    this might help you just change hour to your timezone
    (not (((tonumber(os.date("%H"))==9) and (tonumber(os.date("%M"))>43)) or     ((tonumber(os.date("%H"))==10) and (tonumber(os.date("%M"))<22))))


    and control how long you are waiting to connect, for example
    local maxtime = 200 --1/10seconds 
    local waittime = 0
    while not $connected do
    wait(100)
    if maxtime < waittime then return end
    waittime=waittime+1
    end
    Last edited by jakub; 12-26-2013 at 09:03 PM.

  5. #15
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Quote Originally Posted by jakub View Post
    this might help you just change hour to your timezone
    (not (((tonumber(os.date("%H"))==9) and (tonumber(os.date("%M"))>43)) or     ((tonumber(os.date("%H"))==10) and (tonumber(os.date("%M"))<22))))


    and control how long you are waiting to connect, for example
    local maxtime = 200 --1/10seconds 
    local waittime = 0
    while not $connected do
    wait(100)
    if maxtime < waittime then return end
    waittime=waittime+1
    end
    There's a function on Raphael's Library called: sstime(), Just use it.

  6. #16
    Free User jakub's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    132
    Reputation
    32
    Rep Power
    21
    Where can I find Raphael's library documentation? I see he uses Javadoc to generate documentation:-)

    edit:
    I found it's only in source code. No extern doc for now.
    Last edited by jakub; 12-26-2013 at 09:56 PM.

  7. #17
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by jakub View Post
    Where can I find Raphael's library documentation? I see he uses Javadoc to generate documentation:-)

    edit:
    I found it's only in source code. No extern doc for now.
    Better docs shall come soon enough.

  8. #18
    Free User
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0
    Reconnect is awesome but it needs a little fix - when you logging inside resp with few monsters, bot set targetting on, and then you trying attack monsters when you need wait (i dont remember how many time after logging is needed to wait) so you trying attack something and luring another. Would be nice to do waits for cavebot and targetting till char can attack creatures (and in this time bot will open bp ofc).

  9. #19
    Free User grzesq's Avatar
    Join Date
    Dec 2013
    Location
    Poland/Przemysl
    Posts
    51
    Reputation
    10
    Rep Power
    21
    Good job + rep

  10. #20
    Free User
    Join Date
    Dec 2013
    Location
    poland
    Posts
    43
    Reputation
    17
    Rep Power
    0
    on my scripts... this bot open only 2 bps...
    main and second
    local backpacks = {
    {'Backpack of Holding', 'back'},
    {'Beach Backpack' , '0' },
    {'Brocade Backpack' , '1', false},
    {'Orange Backpack' , '2' },
    orange and brocade doesnt open...

 

 

Posting Permissions

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