créditos:
Printer
imagens:
Comandos:
!autoloot add, itemId or name -- Adicionando um item à lista
!autoloot remove, itemId or name -- Remoção de um item da lista
!autoloot show -- Mostrar a lista autoLoot
!autoloot clear -- Limpa a lista autoLoot
vá em data/global.lua e cole isso:
-- AutoLoot config
AUTO_LOOT_MAX_ITEMS = 5
-- Reserved storage
AUTOLOOT_STORAGE_START = 10000
AUTOLOOT_STORAGE_END = AUTOLOOT_STORAGE_START + AUTO_LOOT_MAX_ITEMS
-- AutoLoot con