.Qual servidor ou website você utiliza como base?
OTX 3.9 TFS 1.2
Qual o motivo deste tópico?
I want the Max Items of the loot list to be 9 and for frees 5, I tried to add the if but I had an error.
Help.
The code is in global.lua
Você tem o código disponível? Se tiver publique-o aqui:
-- AutoLoot config
AUTO_LOOT_MAX_ITEMS = 5
-- Reserved storage
AUTOLOOT_STORAGE_START = 10000
AUTOLOOT_STORAGE_END = AUTOLOOT_STORAGE_START + AUTO_LOOT_MAX_ITEMS
-- AutoLoot config end