Signup Now
Results 1 to 8 of 8

Thread: Haste

  1. #1
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0

    Haste

    $hastetime and cooldown not getting the correct time

    $hasted works tho

  2. #2
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,393
    Reputation
    183
    Rep Power
    25


    What's not working about that?
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  3. #3
    Free User Orimorfus's Avatar
    Join Date
    Dec 2013
    Location
    Way to Deletera
    Posts
    314
    Reputation
    92
    Rep Power
    22
    Quote Originally Posted by XtrmJosh View Post


    What's not working about that?
    im preety sure $hastetime doesnt change to 0 after beeing paralyzed

  4. #4
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,393
    Reputation
    183
    Rep Power
    25
    Quote Originally Posted by Orimorfus View Post
    im preety sure $hastetime doesnt change to 0 after beeing paralyzed
    It doesn't but there is not a lot of point in it doing so - the only reason to use $hastetime and $hasted is if you want to "hold haste", for which you should use both anyway. To force $hastetime to consider paralysis would be a huge overhead when it might not be what the user wants. I'm inclined to suggest it's fine as is, and that it's designed to tell you the time remaining on haste since you last casted a haste spell, considering the type of haste. I don't think more than that is needed with $hasted.
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  5. #5
    Free User Orimorfus's Avatar
    Join Date
    Dec 2013
    Location
    Way to Deletera
    Posts
    314
    Reputation
    92
    Rep Power
    22
    Quote Originally Posted by XtrmJosh View Post
    It doesn't but there is not a lot of point in it doing so - the only reason to use $hastetime and $hasted is if you want to "hold haste", for which you should use both anyway. To force $hastetime to consider paralysis would be a huge overhead when it might not be what the user wants. I'm inclined to suggest it's fine as is, and that it's designed to tell you the time remaining on haste since you last casted a haste spell, considering the type of haste. I don't think more than that is needed with $hasted.
    same opinion here, just wanted to point out the circumstance wesker was missing :P

  6. #6
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0
    what o.0 no like for me it marks 0 everytime its not working at all ill test again in a few ill send gif~

  7. #7
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0



    auto(100)print("CD =  "..cooldown('utani gran hur').."")
    print("HT = "..$hastetime.."")
    print("Hasted = "..tostring($hasted).."")


    if not $hasted and not $pzone then
    cast("utani gran hur")
    end


    cd and ht sending 0


    and on documentation https://www.tibiawindbot.com/docs.ht...bles-hastetime

    its suposed to be working




    When i disabled the hotkey it start to count the time lol
    Last edited by Wesker; 12-13-2016 at 01:07 AM.

  8. #8
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0


    ok so i think im wrong about the cooldown, the cooldown gets the time to recast a spell so i think thats working


    $hastetime is not working for me


    other games required to patch xbox functions of win 10 is there anything recomended for windbot or this is solved on windbot 11 ?
    Last edited by Wesker; 12-13-2016 at 01:13 AM.

 

 

Posting Permissions

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