1.Lockbox rogue opener profile, seems to be laggy.
With lock pick glyph he opens chest's, then he is trying to get loot, but with auto loot or without it, rogue is just watching in the opened chest, with loot.
2.I increased number of lockboxe's he's withdrawing from Gbank,I'm assuming that this line respond for this ?
HTML:
<CustomBehavior File="Misc\RunLua" Lua="local b=6 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" />
<CustomBehavior File="WaitTimer" WaitTime="2000" />
<CustomBehavior File="Misc\RunLua" Lua="local b=7 for s=1,98 do local n=GetGuildBankItemLink(b,s)if n and strfind(n,"68729")then print("Withdrawing "..n)AutoStoreGuildBankItem(b,s)end end" />
<CustomBehavior File="WaitTimer" WaitTime="2000" />
3.Then i set condition for selling to 15, so he could selling items right after opened all chests
HTML:
<If Condition="Me.FreeBagSlots <= 15" >
Am i thinking in the right direction ?