CategorizedGuildbank
From WoWRosterWiKi
(Difference between revisions)
(New page: {{RosterMenu}} ==<div style="color:darkgreen;">Roster:Addon:Categorized Guildbank</div>== *preview1: http://elune.mysticwoods.nl/soeroster/addon.php?roster_addon_name=guildbank *preview2: ...) |
|||
Line 1: | Line 1: | ||
− | {{ | + | __NOEDITSECTION__ |
+ | {{MainMenu|Roster}} | ||
+ | |||
==<div style="color:darkgreen;">Roster:Addon:Categorized Guildbank</div>== | ==<div style="color:darkgreen;">Roster:Addon:Categorized Guildbank</div>== | ||
*preview1: http://elune.mysticwoods.nl/soeroster/addon.php?roster_addon_name=guildbank | *preview1: http://elune.mysticwoods.nl/soeroster/addon.php?roster_addon_name=guildbank |
Revision as of 04:22, 12 May 2007
Contents |
Roster:Addon:Categorized 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
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. |