CategorizedGuildbank
From WoWRosterWiKi
(Difference between revisions)
Line 2: | Line 2: | ||
{{MainMenu|Roster}} | {{MainMenu|Roster}} | ||
− | |||
*preview1: http://elune.mysticwoods.nl/soeroster/addon.php?roster_addon_name=guildbank | *preview1: http://elune.mysticwoods.nl/soeroster/addon.php?roster_addon_name=guildbank | ||
*preview2: http://elune.mysticwoods.nl/koeroster/addon.php?roster_addon_name=guildbank | *preview2: http://elune.mysticwoods.nl/koeroster/addon.php?roster_addon_name=guildbank | ||
− | + | ==<div style="color:blue;">Intro</div>== | |
''' WoWRoster Categorized Guildbank ''' <br> | ''' WoWRoster Categorized Guildbank ''' <br> | ||
Current version: ''' 1.26 '''<br> | Current version: ''' 1.26 '''<br> | ||
Line 16: | Line 15: | ||
− | + | ==<div style="color:red;">Instructions</div>== | |
*Unzip the package inside the roster/addons/ directory so the path will read: roster/addons/guildbank/. | *Unzip the package inside the roster/addons/ directory so the path will read: roster/addons/guildbank/. | ||
*Edit the ''roster/conf.php'' and adjust the settings appropiately for the guildbank. in example:: | *Edit the ''roster/conf.php'' and adjust the settings appropiately for the guildbank. in example:: | ||
Line 53: | Line 52: | ||
*After this, you should see the link inside your menu under the <font style="color:blue;">AddOns:</font> section. | *After this, you should see the link inside your menu under the <font style="color:blue;">AddOns:</font> section. | ||
− | + | ==Credits== | |
{| style="background:black;font-size:10px;font-weight:bold;border:2px outset #999999;" cellpadding="2" cellspacing="1" | {| style="background:black;font-size:10px;font-weight:bold;border:2px outset #999999;" cellpadding="2" cellspacing="1" | ||
|- style="background:silver;" | |- style="background:silver;" |
Revision as of 04:22, 12 May 2007
Contents |
- preview1: http://elune.mysticwoods.nl/soeroster/addon.php?roster_addon_name=guildbank
- preview2: http://elune.mysticwoods.nl/koeroster/addon.php?roster_addon_name=guildbank
Intro
WoWRoster Categorized Guildbank
Current version: 1.26
Author: Mathos
This is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
Please note the General Disclaimer on the bottom which applies to this addon.
Instructions
- Unzip the package inside the roster/addons/ directory so the path will read: roster/addons/guildbank/.
- Edit the roster/conf.php and adjust the settings appropiately for the guildbank. in example::
// Guild bank settings # Guildbank display # Choices { 1(on)-default | 0(off) } $show_guildbank = 0; # Guild bank display type # Choices { ''(for table view)-default | '2'(inventory like display) } $guildbank_ver = ''; # Show Total Money in guildbank, and money on each character in guildbank2 # Choices { 1(on)-default | 0(off) } $bank_money = 0; # Text match for banker selection $banker_rankname = "Bank"; // <- This will be a the keyword in the Guild Note inside WoW !!! # What database field "$banker_rankname" is searched in # Choices { 'name' | 'note' | 'officer_note' | 'guild_title'(default) } $banker_fieldname = 'note';
- Edit the roster/addons/guildbank/conf.php with some settings that you prefer. in example:
/////////////////////////// CONFIGURATION OPTIONS ///////////////////////////// // Number of columns per category row $row_columns = 18; // Show color border $color_border = 1; // 0 = No, 1 = Yes // Do you want categories with no items to appear? $show_empty = 0; // 0 = No, 1 = Yes ////// ItemLink Site // 1=Thottbot, // 2=Allakhazam for 'enUS' and blasc.de for 'deDE'. $searchtype = 2;
- After this, you should see the link inside your menu under the AddOns: section.
Credits
Nostrademous | Creation of the original coding for the "Categorized Guildbank" addon |
SethDeBlade</td> | German (deDE) localization of the wordings used in "Categorized Guildbank" |
Bawz | Idea for a filter box on Item Required Level |
Important note: When you edit this page, you agree to release your contribution into the public domain. |