Signup Now
Results 1 to 1 of 1
  1. #1
    Free User ratrider's Avatar
    Join Date
    Aug 2014
    Location
    Sweden
    Posts
    286
    Reputation
    35
    Rep Power
    20

    Minimize equipment and refill ammunition

    Hey!

    If you have problem with low resolution on your screen and lack of space on your tibia windows, you should try this!
    Currently is only works with paladins since I made it to work with ammunition refilling

    I couldn't find anything like this on the forums so.. I made it. Please give feedback if you know any better way to make it or if I accidentally copied it from someone(?)



    -- Minimize equipment and still refill ammunition
    -- Works with Soft Boots changer
    -- Will only refill ammunition when Cavebot/Enabled (ON)
    -- Credit to me?


    auto(5000)
    if getuseroption('MEQ') then
    minimizewindows('equip')
    else
    if $belt.count < 10 and $mppc < 99 then -- Please set it according to your mana% used in your soft boots changer script. Example;$mppc < 90 instead of 99
    restorewindows('equip')
    setsetting('Cavebot/AutoRefillAmmo', 'yes')
    elseif
    $belt.count > 50 and getuseroption('MEQ') then
    setsetting('Cavebot/AutoRefillAmmo', 'no')
    minimizewindows('equip')
    end
    end


    The persistant is set to use useroption which in this case, is;


    "type" : "checkbox",
    "name" : "MEQ",
    "description" : "Will minimize equipment if checked",
    "text" : "Minimize EQ?",
    "value" : true

    Last edited by ratrider; 12-13-2014 at 07:18 PM.

 

 

Posting Permissions

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