[Request] guild bank menu

Shout-Out

User Tag List

Results 1 to 8 of 8
  1. #1
    anonymous23's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2007
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] guild bank

    who has an sql or something? i need one that works for chrispee's gates of zul'aman. thx anyone

    [Request] guild bank
  2. #2
    chaoticd35's Avatar Site Donator
    Reputation
    44
    Join Date
    Jun 2007
    Posts
    337
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't have one handy but If you download Knaurs, Norwegian 4.0 Elite Server Database. he has a guild bank added to his database with scripts in his script folders for it. Don't know if that helped but I thought it might.


    Link to it is here

  3. #3
    anonymous23's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2007
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sweet! ty man!

  4. #4
    anonymous23's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2007
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but.... is there a way i can get the banks with out getting a new server up?

  5. #5
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sinix View Post
    but.... is there a way i can get the banks with out getting a new server up?
    Update core+database with SQL updates in your SVN

  6. #6
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes first you need to execute this .sql batchfile
    Code:
    /*
    MySQL Data Transfer
    Source Host: 127.0.0.1
    Source Database: ascent
    Target Host: 127.0.0.1
    Target Database: ascent
    Date: 12/01/2008 07:35:52 p.m.
    */
    
    SET FOREIGN_KEY_CHECKS=0;
    -- ----------------------------
    -- Table structure for guild_bankitems
    -- ----------------------------
    CREATE TABLE `guild_bankitems` (
      `guildId` int(30) NOT NULL,
      `tabId` int(30) NOT NULL,
      `slotId` int(30) NOT NULL,
      `itemGuid` int(30) NOT NULL,
      PRIMARY KEY  (`guildId`,`tabId`,`slotId`),
      KEY `a` (`guildId`),
      KEY `b` (`tabId`),
      KEY `c` (`slotId`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    
    -- ----------------------------
    -- Table structure for guild_banklogs
    -- ----------------------------
    CREATE TABLE `guild_banklogs` (
      `log_id` int(30) NOT NULL,
      `guildid` int(30) NOT NULL,
      `tabid` int(30) NOT NULL COMMENT 'tab 6 is money logs',
      `action` int(5) NOT NULL,
      `player_guid` int(30) NOT NULL,
      `item_entry` int(30) NOT NULL,
      `stack_count` int(30) NOT NULL,
      `timestamp` int(30) NOT NULL,
      PRIMARY KEY  (`log_id`,`guildid`),
      KEY `a` (`guildid`),
      KEY `b` (`tabid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    
    -- ----------------------------
    -- Table structure for guild_banktabs
    -- ----------------------------
    CREATE TABLE `guild_banktabs` (
      `guildId` int(30) NOT NULL,
      `tabId` int(30) NOT NULL,
      `tabName` varchar(200) NOT NULL,
      `tabIcon` varchar(200) NOT NULL,
      PRIMARY KEY  (`guildId`,`tabId`),
      KEY `a` (`guildId`),
      KEY `b` (`tabId`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
    
    -- ----------------------------
    -- Records 
    -- ----------------------------
    and then just spawn a guild vault entry ID 187365

  7. #7
    anonymous23's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2007
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty
    very much

  8. #8
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no problem hope that work :P

Similar Threads

  1. Guild Banks
    By Alkhara Majere in forum World of Warcraft Guides
    Replies: 13
    Last Post: 11-08-2007, 07:29 AM
  2. Guild Banks - Price Reduction
    By warhoo in forum World of Warcraft General
    Replies: 3
    Last Post: 11-06-2007, 10:40 PM
  3. "Ingame Vent", official Guild Bank and Zul'aman
    By Rflet in forum World of Warcraft General
    Replies: 3
    Last Post: 07-24-2007, 09:52 PM
All times are GMT -5. The time now is 02:46 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search