CategorizedGuildbank

From WoWRosterWiKi
Jump to: navigation, search
WR.net

Important note: When you edit this page, you agree to release your contribution into the public domain.
If you do not want this or can not do this because of license restrictions, please do not edit.

Contents



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

// 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';

/////////////////////////// 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;

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
Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox