What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Sharing a macro for guild bank deposit

Tebrev

New Member
Joined
Dec 13, 2012
Messages
28
Reaction score
1
Wanted to share my macros I use for guild bank deposit.
Use those macros only when guild bank is open.

Green tea leaf:

/run for b=0,4 do for s=1,GetContainerNumSlots(b)do local n=GetContainerItemLink(b,s)if n and strfind(n,"Green Tea Leaf")then print("Depositing "..n)UseContainerItem(b,s)end end end

Rain poppy:

/run for b=0,4 do for s=1,GetContainerNumSlots(b)do local n=GetContainerItemLink(b,s)if n and strfind(n,"Rain Poppy")then print("Depositing "..n)UseContainerItem(b,s)end end end

Silkweed:

/run for b=0,4 do for s=1,GetContainerNumSlots(b)do local n=GetContainerItemLink(b,s)if n and strfind(n,"Silkweed")then print("Depositing "..n)UseContainerItem(b,s)end end end

Snow Lily:

/run for b=0,4 do for s=1,GetContainerNumSlots(b)do local n=GetContainerItemLink(b,s)if n and strfind(n,"Snow Lily")then print("Depositing "..n)UseContainerItem(b,s)end end end
 
Thank you. Going to test it out tomorrow.
 
Come on... Use gBanker addon.
I prefer not to use addons while botting, and playing.

I am multiple glad, never used an addon - only macros and scripts, thats the way I like it.

Also, I was just sharing it for the people who might be feeling the same as I do - Why that negative comment?
 
I prefer not to use addons while botting, and playing.

I am multiple glad, never used an addon - only macros and scripts, thats the way I like it.

Also, I was just sharing it for the people who might be feeling the same as I do - Why that negative comment?

2nd that. except the multiple glad... iv only had 2.2 :(
 
Back
Top