Signup Now
Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Unrust Items

  1. #1
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22

    Unrust Items

    Unrust Items


    Description

    Removes the rust from the rusty items.


    Configuration

    Change the IgnoreCommon variable to specify wheter the bot should ignore common rusty armors/legs or not.
    Set true to ignore or false to use remover on that items. Set DropTrash to true to drop items worthless on the ground or set false to keep them, as worth value you can set the variable MinValue to define the minimum value for the unrusted item.


    Code

    init start

    local IgnoreCommon = true
    local DropTrash = true
    local MinValue = 500

    -- DO NOT EDIT BELOW --

    init end

    auto(1000, 2000)

    if maroundfilter(10, false) == 0 then
    unrust(IgnoreCommon, DropTrash, MinValue)
    end

    Download
    Last edited by Leonardo; 03-16-2015 at 06:00 PM.

  2. #2
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    Good job Your on fireeee


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  3. #3
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    Yeeea, must take on Raphael.

  4. #4
    Free User
    Join Date
    Feb 2014
    Posts
    135
    Reputation
    11
    Rep Power
    21
    Thank you mate, I were looking for this!

    Regards

  5. #5
    Free User albino's Avatar
    Join Date
    Apr 2014
    Location
    Brazil
    Posts
    183
    Reputation
    27
    Rep Power
    21
    @Leonardo I'm having a small problem with this. I use my bps resized to minimum, so when I loot a rusty armor and a few more items before unrusting, the rusty armor will "disappear" on the visible backpack area, and it won't scroll. Bot keeps pressing rust remover hotkey like forever.

    Eu uso minhas bps aparecendo só nos primeiros slots. As vezes quando eu mato vários monstros, ele pega a rusty armor e o resto dos loots antes de usar o remover. Aí pode acontecer, por exemplo, da rusty armor ficar no 5º slot da bp (que não estará visível) e fica tentando usar o remover, mas ele não da scroll na janela, então fica o crosshair direto tentando usar não sei oq!

  6. #6
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    Quote Originally Posted by albino View Post
    @Leonardo I'm having a small problem with this. I use my bps resized to minimum, so when I loot a rusty armor and a few more items before unrusting, the rusty armor will "disappear" on the visible backpack area, and it won't scroll. Bot keeps pressing rust remover hotkey like forever.

    Eu uso minhas bps aparecendo só nos primeiros slots. As vezes quando eu mato vários monstros, ele pega a rusty armor e o resto dos loots antes de usar o remover. Aí pode acontecer, por exemplo, da rusty armor ficar no 5º slot da bp (que não estará visível) e fica tentando usar o remover, mas ele não da scroll na janela, então fica o crosshair direto tentando usar não sei oq!
    Despite that, it should work. But I'll check that later, possibly it's a function bug.

  7. #7
    Free User albino's Avatar
    Join Date
    Apr 2014
    Location
    Brazil
    Posts
    183
    Reputation
    27
    Rep Power
    21
    @Leonardo
    You should add itemcount('rust remover') > 0 on the condition. I ran out of rust removers during the night and it kept trying to use removers hk, stucking the cavebot sometimes.

  8. #8
    Free User Siton's Avatar
    Join Date
    Jul 2014
    Location
    Poland
    Posts
    20
    Reputation
    10
    Rep Power
    0
    I dont know why this dont working for me

    I put this in Cavebot>Scripter>Enabled (Yes)

    Flask of rusty removers in main bp ( backpack of holding )




    init start

    local IgnoreCommon = false
    local DropTrash = true
    local MinValue = 500

    -- DO NOT EDIT BELOW --

    init end

    auto(1000, 2000)

    if maroundfilter(10, false) == 0 then
    -- should use maroundfilter because normal maround doesn't count for more than 7 sqms
    unrust(IgnoreCommon, DropTrash, MinValue)
    end





    Somethink wrong ?
    Last edited by Siton; 08-30-2014 at 01:44 PM.

  9. #9
    Free User Cezarus's Avatar
    Join Date
    Jul 2014
    Location
    Proland
    Posts
    57
    Reputation
    14
    Rep Power
    20
    Quote Originally Posted by Siton View Post
    I dont know why this dont working for me

    I put this in Cavebot>Scripter>Enabled (Yes)

    Flask of ruste removers in main bp ( backpack of holding )

    init start

    local IgnoreCommon = true
    local DropTrash = true
    local MinValue = 0

    -- DO NOT EDIT BELOW --

    init end

    auto(1000, 2000)

    if maroundfilter(10, false) == 0 then
    -- should use maroundfilter because normal maround doesn't count for more than 7 sqms
    unrust(IgnoreCommon, DropTrash, MinValue)
    end




    Somethink wrong ?
    @Siton

    why did u set minValue to 0 if u have dropTrash = true ?

    also maybe u are looting "common" rusty armors and u have ignioreCommon = true
    ...
    Seminari
    [FREE] Port Hope Coryms for ek (90-120 exp/h 16-22 k gold/h)
    http://forums.tibiawindbot.com/attac...2&d=1409228006
    Sort your loot even in depot!
    http://forums.tibiawindbot.com/showt...-even-in-depot!

  10. #10
    Free User Siton's Avatar
    Join Date
    Jul 2014
    Location
    Poland
    Posts
    20
    Reputation
    10
    Rep Power
    0
    changed but still dont working

 

 

Posting Permissions

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