Pegando Lot Mais Lento
Como diminuir a velocidade de pegar itens. Ache isto no arquivo "pickupitems.txt" localizado dentro da pasta "control" Aqui que ele controla os itens: # When your monster died, start checking for loot after x seconds ai_items_take_start 0.4 # Stop checking for loot x seconds after it has begun checking. ai_items_take_end 1.2 # When standing near an item, send the 'take' packet every x seconds until # the item has been taken. ai_take 1 # Give up if unable to pickup item after x seconds ai_take_giveup 6 ai_items_gather_giveup 3 # Every x seconds, check items for gathering ai_items_gather_auto .6 # Only gather items that have been more than x seconds on screen ai_items_gather_start .6 principalmente nesta linha: ai_items_take_start 0.4 tente aumentar um pouco este valor para 1, 1.5 ou 2 ai_items_take_start 1 ou ai_items_take_start 1.5 ou ainda... ai_items_take_start 2 este valor representa os segundos.