Signup Now
Page 53 of 65 FirstFirst ... 343515253545563 ... LastLast
Results 521 to 530 of 650
  1. #521
    Free User
    Join Date
    Dec 2013
    Posts
    106
    Reputation
    19
    Rep Power
    21
    you can make hotkey to recharge firewalker boots?

  2. #522
    Free User Kostek's Avatar
    Join Date
    Dec 2013
    Posts
    706
    Reputation
    77
    Rep Power
    22
    Quote Originally Posted by timmay View Post
    you can make hotkey to recharge firewalker boots?
    You can just use SoftChanger.lua that's built in the bot, it has firewalker boots option I believe..

  3. #523
    Free User
    Join Date
    Aug 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Can Any One Help Me I need Script To Equip Energy RIng ON 40% health DE Equip If Higher

  4. #524
    Free User Stoned's Avatar
    Join Date
    Dec 2013
    Posts
    62
    Reputation
    10
    Rep Power
    21
    action to pickup a bunch of items from browse field til a certain capacity please, or even a certain amount to pickup if that's easier. ?
    been trying some but it doesn't wait for longer then 1 item..

  5. #525
    Free User Kostek's Avatar
    Join Date
    Dec 2013
    Posts
    706
    Reputation
    77
    Rep Power
    22
    Quote Originally Posted by dark sider View Post
    Can Any One Help Me I need Script To Equip Energy RIng ON 40% health DE Equip If Higher

    http://forums.tibiawindbot.com/showt...ht=energy+ring

  6. #526
    Free User Justx's Avatar
    Join Date
    Jun 2014
    Posts
    192
    Reputation
    19
    Rep Power
    20
    what about that script that calculates the time till next skill up? u said u would do it raph...

    btw, I would like a script to equip small stones from bp when amount on rhand is below certain number, and that would change the target to the second mad sheep if the current one has low health, if both mad sheeps have low health it would wait untill at least one of them has enough health for attacking (lets say 70% or something like that, that I can change it myself) and would alert if one of them died.
    thanks.
    Last edited by Justx; 08-19-2014 at 07:48 PM.

  7. #527
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Justx View Post
    what about that script that calculates the time till next skill up? u said u would do it raph...

    btw, I would like a script to equip small stones from bp when amount on rhand is below certain number, and that would change the target to the second mad sheep if the current one has low health, if both mad sheeps have low health it would wait untill at least one of them has enough health for attacking (lets say 70% or something like that, that I can change it myself) and would alert if one of them died.
    thanks.
    I believe @Dehan is working on this skill timer you want. About the small stones refiller, please take a look at the built-in functionality for it (It's under Cavebot or Targeting, not really sure).

    init start
    -- local SCRIPT_VERSION = '1.0.0'

    local config = {
    -- Creatures you'll be attacking while training
    creatures = {'Mad Sheep'}

    -- Minimum HPPC to attack the creature
    minHPPC = 20,
    }

    -- DO NOT EDIT BELOW THIS LINE --

    table.lower(config.creatures)

    init end

    auto(100)

    if $attacked.hppc < config.minHPPC then
    stopattack()
    end

    if $attacked.id == 0 then
    foreach creature c 'mfst' do
    if c.hppc >= config.minHPPC and table.find(config.creatures, c.name:lower()) then
    attack(c.id)
    break
    end
    end
    end

  8. #528
    Free User Justx's Avatar
    Join Date
    Jun 2014
    Posts
    192
    Reputation
    19
    Rep Power
    20
    Quote Originally Posted by Raphael View Post
    I believe @Dehan is working on this skill timer you want. About the small stones refiller, please take a look at the built-in functionality for it (It's under Cavebot or Targeting, not really sure).
    thx a lot, again

  9. #529
    Banned
    Join Date
    Dec 2013
    Posts
    273
    Reputation
    36
    Rep Power
    0
    I Need i Deposit house action and a Action to take screenshoot when player on screen, but just in label "hunt"

  10. #530
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    Quote Originally Posted by Raphael View Post
    I believe @Dehan is working on this skill timer you want. About the small stones refiller, please take a look at the built-in functionality for it (It's under Cavebot or Targeting, not really sure).
    @Justx http://forums.tibiawindbot.com/showt...8-Skills-Timer

    Level Latest Scripts by Dehan
    250+
    [EK & ED & MS & RP] [Navigation] Prison -1
    200+
    [EK & ED & MS] [Navigation] Asura Palace
    200+
    [EK & ED] [Navigation] Lower Roshamuul Softcore

 

 

Posting Permissions

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