Whe the intergrated GuildBank is working (it uses guildbank2.php) the the roster Add On "Categorized Guildbank" also works - without any user settings that have to be modified.
It's a rather passif Add On.
I just copied it in my Roster - and it wouldn't work directly:
I had to modify the file gbank.php, line 247, reading :
- Code: Select all
$real_itemid = $itemid_array[0].':'.$itemid_array[1].':'.$itemid_array[2];
in
- Code: Select all
$real_itemid = $itemid_array[0]; //.':'.$itemid_array[1].':'.$itemid_array[2];
(this is an old bug - strange that it wasn't modified yet in the add on code - see the forum for details on it)
Afterwards, it worked :
www.papy-team.fr/roster (take the
LOWEST GuildBank, in my roster it's named :
Banque de la Guilde (cause French Roster ;-)).
I prefer the other Guild Bank Add On, named "
Guildbank Request " : have a look at it !
Anyway, if you install an Roster Add On, go to the concerning forum part, and
read all the posts - you'll often find usefull information.