Signup Now
Results 1 to 3 of 3
  1. #1
    Wind Powered Madnyss's Avatar
    Join Date
    Nov 2015
    Posts
    138
    Reputation
    75
    Rep Power
    17

    Use Roteworm Stew on Low HP

    Can anyone create a persistent that will use an Item ID (like rotworm stew) on low HP. A priority over anything else in the bot. Thanks

  2. #2
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Quote Originally Posted by Madnyss View Post
    Can anyone create a persistent that will use an Item ID (like rotworm stew) on low HP. A priority over anything else in the bot. Thanks
    init start
    local itemToUse = "rotworm stew"
    local rangeToUse = math.random(1200, 2000) -- I am using current hp, instead of pc, because when you use this kind of food, you usually look at your hp and think: well, i have 2k hp, i shud use my food xD

    setpriority(100, 0, 1000, 10000, false)
    init end

    auto(100, 200) dontlist()
    if $hp <= rangeToUse then
    useitem(itemToUse) wait(60*15*1000)
    end


    I recommend you to have rotworm stew in any Tibia Hotkey, if you don't use Fast Hotkeys (wind addons) bro.
    Last edited by Donatello; 02-14-2017 at 03:31 AM.

  3. #3
    Wind Powered Madnyss's Avatar
    Join Date
    Nov 2015
    Posts
    138
    Reputation
    75
    Rep Power
    17
    Thats bro, s2. I owe you 1k more favors lol

 

 

Posting Permissions

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