Signup Now
Page 1 of 6 123 ... LastLast
Results 1 to 10 of 51
  1. #1
    Free User
    Join Date
    Apr 2014
    Posts
    8
    Reputation
    10
    Rep Power
    0

    auto looter for manual hunting

    I just want something to loot the creatures that i open. thats all. thanks..

  2. #2
    Free User legendios's Avatar
    Join Date
    Dec 2013
    Posts
    590
    Reputation
    10
    Rep Power
    22
    ye would like to have dat aswell
    If good Girls get down on the floor, tell me how low will a bad Girl go?

  3. #3
    Free User Zajdel's Avatar
    Join Date
    Mar 2014
    Posts
    91
    Reputation
    10
    Rep Power
    21
    Bump, can someone give an advice how to make it?

  4. #4
    Free User
    Join Date
    Apr 2014
    Location
    Netherlands
    Posts
    219
    Reputation
    13
    Rep Power
    21
    It's already in the bot.

    Just put all the items at your looting and stand next to the body and it will be looted.

  5. #5
    Free User Zajdel's Avatar
    Join Date
    Mar 2014
    Posts
    91
    Reputation
    10
    Rep Power
    21
    I dont want to stand next to body for 2 secs and wait for open the body.

    I want open body manualy and bot will loot what I have on loot list.

  6. #6
    Free User Zajdel's Avatar
    Join Date
    Mar 2014
    Posts
    91
    Reputation
    10
    Rep Power
    21
    @BUgWT @Dworak @CroiX

    Maybe You guys can help me? Or give some tips how to make it :P

  7. #7
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    try maybe this one ?? make action

    http://tibiawindbot.com/docs.html#events-moveitems

    and add auto(100)

  8. #8
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23
    make a loot list in looting section and then put this hotkey in scripter > persistant
    init start
    BackpackName = "beach backpack"
    init end
    auto(100)
    foreach lootingitem m do
    moveitems(m.name, BackpackName, 100)
    wait(100)
    end
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

  9. #9
    Free User Zajdel's Avatar
    Join Date
    Mar 2014
    Posts
    91
    Reputation
    10
    Rep Power
    21
    Its working only if I have item in other bp/dp. Not working when I open dead body.

    @Garkstal

    That works, thanks a lot.

    I have question,
    That script is moving all items from looting list in the one backpack, can I make that
    1 )stackable > bp1
    2) non stackable > bp2
    3) gold > bp3
    Last edited by Zajdel; 05-19-2014 at 11:41 AM.

  10. #10
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23
    Quote Originally Posted by Zajdel View Post
    Its working only if I have item in other bp/dp. Not working when I open dead body.

    @Garkstal

    That works, thanks a lot.

    I have question,
    That script is moving all items in looting list in the one backpack, can I make that
    1 )stackable > bp1
    2) non stackable > bp2
    3) gold > bp3
    then just use windbot looter, its enough. It has build-in looting destination. Follow steps below:
    1. Create loot list
    2. Setup categories for items on loot list or use this persistant (it will do it automaticly for you)
    foreach lootingitem m do
    if itemproperty(m.name, ITEM_STACKABLE) and m.name ~= "gold coin" then
    setsetting('Looting/LootList/'.. m.name..'/Category', 'a')
    elseif itemproperty(m.name, ITEM_STACKABLE) and m.name == "gold coin" then
    setsetting('Looting/LootList/gold coin/Category', 'c')
    else
    setsetting('Looting/LootList/'.. m.name..'/Category', 'b')
    end
    end

    3. Go to looting > settings. Make there stackablebp, nonstackablebp, goldbp by clicking "Add new destination". Then setup name for each backpack like :goldbp Camouflage Backpack etc
    4. Go back to Looting > lootlist and click "Category <> Looting Destination" and setup destination for categories.
    5. Enable looting and you are done : p
    Last edited by Garkstal; 05-19-2014 at 11:55 AM.
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

 

 

Posting Permissions

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