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

Gbank Problem

BPAlpha

New Member
Joined
Jan 15, 2010
Messages
594
Reaction score
41
im having a problem with guild bank and was wondering if anyone could help :)

here is the source code for plugin

i cant seem to get it to switch guild tabs when it reaches slot 98..
any help would be great guys..

at moment im use lua.. dont know if there is a easier way with HB api not sure
 

Attachments

its for my allrounder plugin for guildwithdraw but i cant seem to get it to slect a tab
 
for (int tabIndex = 1; tabIndex <= 6; tabIndex++)
{
Lua.DoString("GuildBankTab" + tabIndex + "Button:Click(\"\")"); //switches to the tabIndex tab
......
}

You're welcome :p
 
Back
Top