Hellow .
wie Sperre ich Items für das Gildenlager?
Kein Handel / Kein Dropp / Kein Lager hab ich bereits Aber ins Gildenlager geht das Item noch
Lösung:
function item_can_store(itemvnum)
local antiflags = guildstorage.item_get_real_antiflags(guildstorage.item_antiflag(itemvnum))
local blackListItem = {88900,88901,88903,88902}
for i = 1, table.getn(blackListItem) do
if blackListItem[i] == itemvnum then
return false
end
end