• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Gbank Problem

    Discussion in 'Archives' started by BPAlpha, Aug 21, 2011.

    1. BPAlpha

      BPAlpha New Member

      Joined:
      Jan 15, 2010
      Messages:
      594
      Likes Received:
      41
      Trophy Points:
      0
      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
       

      Attached Files:

    2. wiberg13

      wiberg13 New Member

      Joined:
      Aug 14, 2010
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      May i ask what it does? :)
       
    3. BPAlpha

      BPAlpha New Member

      Joined:
      Jan 15, 2010
      Messages:
      594
      Likes Received:
      41
      Trophy Points:
      0
      its for my allrounder plugin for guildwithdraw but i cant seem to get it to slect a tab
       
    4. x11r6

      x11r6 New Member

      Joined:
      Jan 15, 2010
      Messages:
      354
      Likes Received:
      7
      Trophy Points:
      0
      for (int tabIndex = 1; tabIndex <= 6; tabIndex++)
      {
      Lua.DoString("GuildBankTab" + tabIndex + "Button:Click(\"\")"); //switches to the tabIndex tab
      ......
      }

      You're welcome :p
       

    Share This Page