Code: Select all
DEBUG - Cannot use Item Arcane Transmutor Charge BagId: #71 Item
Count: 1 reason: Cooldown
Code: Select all
while (inventory:itemTotalCount(203487) > 0) do --Use charges
inventory:useItem(203487,500);
yrest(1000);
end;
Sometimes get tsame error by using some equipment items f.e "Fine Long Sword" inventory:useItem(210516);
Code: Select all
DEBUG - Cannot use Item Fine Long Sword BagId: #17 Item
Count: 1 reason: Cooldown
Anyone the same problem?