Signup Now
Results 1 to 6 of 6
  1. #1
    Free User
    Join Date
    Jan 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0

    Loot monsters when all dead?

    im manually walking mas sanning/gfbing darashia grims with auto healer and looter with MMH hud (to check loots).
    i have looting selected but once i kill a grim, the bot goes buggy and wants to loot the corpse (even though im still running with 4-5 grim reapers)
    want to loot all grims when all on screen are dead so it will still count loot from corpse.
    how can i do this?
    thanks

  2. #2
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    433
    Reputation
    43
    Rep Power
    21
    I also would like to know how to set this, because when you face lot of monsters at same time, bot became inefficient trying to loot everything while attacking/healing/etc.

  3. #3
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Do you have "Open Ultra-Valuable Bodies Immediately" checked? inside Looting > Settings? -.^

  4. #4
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    433
    Reputation
    43
    Rep Power
    21
    No. We need urgent an option to loot after all dead.

  5. #5
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Hmm thats weird, works totally fine for me :O

    Anyway you can try this if it's urgent, not sure if it works tho.. Because the bot might not memorize to loot the ones which where killed during looting is disabled.
    Replace rat etc with the monsters you are hunting.

    Code:
    auto(200)
    if maround(0, 'rat', 'bug', 'troll') > 0 then
    	setsetting('Looting/Enabled', 'no')
    else
    	setsetting('Looting/Enabled', 'yes')
    end
    Explaination: It will set looting off when there is the selected monster on screen, else it will set it 'on'.
    Where to put it: Scripter > Persistent
    Last edited by TibiaDealer; 02-01-2014 at 10:44 AM.

  6. #6
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    You can loot after all dead by simply adding an action to disable your looting while killing monsters and enabling it again when they are killed.
    If you need help for doing it, ask me.

    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
  •