Signup Now
Results 1 to 1 of 1
  1. #1
    Free User downloadkct's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    1,166
    Reputation
    25
    Rep Power
    23

    A better autohaste while hunting

    I made this action to autohaste while hunting, a human wont utani gran hur if hes hunting manually crowded with 8+ monsters while shooting runes. But it happens if ur botting human behavior is everything guys.
    hasteSpell: change to the haste spell you want to use.
    $wptsection: change it to the hunting waypoint section or just erase it entirely if you want to keep using haste all the way from refilling to hunting (the action wont haste if ur on pzone like inside depot but it will keep using it if ur buying manas for example).
    maround: you can edit how many monsters it will considere on screen to haste, change it to 1 if ur running a script which ignores 1 monster only on screen to start walking again.


    Code:
    init start
    	local hasteSpell = 'utani gran hur'
    	hasteSpell = spellinfo(hasteSpell)
    init end
    
    auto(1000)
    if $wptsection == "Spawn" and $hastetime < $pingaverage * 2 + 500 and cancastspell(hasteSpell) and not $pzone and not $hasted and maround() == 0 then
    	cast(hasteSpell.words)
    	waitping(2,3)
    end
    Last edited by downloadkct; 06-03-2017 at 04:29 PM.
    Old 'n Proud Neobot-Elfbot and blackd user

 

 

Posting Permissions

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