thanks, ill test it now
Edit : can we put here also all greenies please, could not find a proper code
Edit : can we put here also all greenies please, could not find a proper code
Code:
<CustomBehavior File="Misc\RunLua" Lua="
if GuildBankFrame:IsVisible()==true then
print("|cFF3399FF[Azyul]|r: Depositing Frostweave Cloth and Cristallized.")
for b=0,4 do for s=1,GetContainerNumSlots(b)
do local n=GetContainerItemLink(b,s)
if n and strfind(n,"33470") or n and strfind(n,"37702") or n and strfind(n,"37705") or n and strfind(n,"37700") then
UseContainerItem(b,s)
end
end
end
end" />
Last edited: