Moderator: Averen
Terisa wrote:We have this mod installed for our bank (and the BC fix added a couple of posts ago), but several things don't show up in our bank listing, such as Motes, Primals, Fel Armaments, Marks of Sargeras/Kil'Jaeden. IS there something we're doing wrong here?
Zovyn wrote:Terisa wrote:We have this mod installed for our bank (and the BC fix added a couple of posts ago), but several things don't show up in our bank listing, such as Motes, Primals, Fel Armaments, Marks of Sargeras/Kil'Jaeden. IS there something we're doing wrong here?
I have the same problems, my guess is it is still buggy as far as BC items go.
$display_order = array(20,21,22,18,3,4,5,6,7,8,31,19,1,2,11,12,15,17,16,14,13,32,
10,26,24,25,9,23,27,28,30,29,33,34);
- can you add section as resquest and completed named Sendind (for ie) : "donkey/bank member" can write that they have sending item after "The Banker" has validate resquet ? and data is deleted from completed to sending... ( perhaps we can change completed to Approved )
tuigii wrote:[This post handles the Guild Bank Add On with item request facilities]
Some item requests gave me a strange results :Notice: Undefined variable: itemdata in /..... ..../roster/addons/guildbank/request.php on line 313
Réservation
Cet objet n'est pas dans la banque.
{usUS Error : [....]['gb_err_notinbank'] = "That item is not in the guild/bank."}
I'm using the frFR version. And please note that the line number can be somewhat different - I'm patching arround
I'm pretty sure that this isn't a localization related error.
What happens :
This line (in request.php) :$query = "SELECT member.name as member_name, member.member_id as member_id, item.* FROM `".ROSTER_ITEMSTABLE."` as item LEFT JOIN `".ROSTER_MEMBERSTABLE."` as member ON item.member_id=member.member_id WHERE item.item_id LIKE '".$itemid.":%' AND member.".$roster_conf['banker_fieldname']." LIKE '%".$roster_conf['banker_rankname']."%' AND item.item_parent!='bags' AND item.item_parent!='equip' AND item.item_tooltip NOT LIKE '%".$wordings[$roster_conf['roster_lang']]['tooltip_soulbound']."%' ORDER BY item.item_name";
should be$query = "SELECT member.name as member_name, member.member_id as member_id, item.* FROM `".ROSTER_ITEMSTABLE."` as item LEFT JOIN `".ROSTER_MEMBERSTABLE."` as member ON item.member_id=member.member_id WHERE item.item_id LIKE '".$itemid.":%' AND member.".$roster_conf['banker_fieldname']." LIKE '%".$roster_conf['banker_rankname']."%' AND item.item_parent!='bags' AND item.item_parent!='equip' AND (item.item_tooltip NOT LIKE '%".$wordings[$roster_conf['roster_lang']]['tooltip_soulbound']."%' OR item.item_tooltip LIKE '%".$wordings[$roster_conf['roster_lang']]['tooltip_boe']."%') ORDER BY item.item_name";
{this line has to be replaced twice...}
Didn't even have to type it : copied it right from de gbank.php file, where the same SQL SELECT can be found.
The final issue is : the SELECT has to exclude bank-items that are soulbound but not the ones that are soulbound when equiped.
Is is quit logic, one can't transfer a soulbound items anyway. They shoudn't be in the bank sacs of a bank character.
The SELECTing goes well now : no more errors when requesting an item by our membres.
It's solved for me ..
This is one hell of a Add On : Pleegwat : I also vote for a separte forum and Download Section.
$wordings['frFR']['tooltip_soulbound']='Lié';
$wordings['frFR']['tooltip_boe']='Lié quand équipé';
$wordings['frFR']['tooltip_bou']='Lié quand utilisé';
$wordings['frFR']['tooltip_equip']='Equipé';
// Construct the image with a URL and put the colored border around it
if ($color_border)
{
$returnstr .= '<a href="/index.php?name=WoWRosterDF&file=addon&roster_addon_name=guildbank&action=request&item='.urlencode(utf8_decode($real_itemid)).'">'."\n\t\t\t".'<img src="'.$roster_conf['interface_url'].$item_texture.'.'.$roster_conf['img_suffix'].'" class="'.$item_quality.'" alt="'.$itemrow['item_name'].'"></a>';
}
else
{
$returnstr .= '<a href="/index.php?name=WoWRosterDF&file=addon&roster_addon_name=guildbank&action=request&item='.urlencode(utf8_decode($real_itemid)).'">'."\n\t\t\t".'<img src="'.$roster_conf['interface_url'].$item_texture.'.'.$roster_conf['img_suffix'].'" alt="'.$itemrow['item_name'].'"></a>';
}
urlencode(utf8_decode($real_itemid))
htmlspecialchars($wowdb->escape($_GET['item']))
htmlspecialchars(urldecode($wowdb->escape($_GET['item'])))
$wordings['herbs']['frFR'] =
array("Aciérite sauvage", "Terrestrine","Soleillette","Aveuglette", "Chardonnier",
"Feuillargent", "Eglantine", "Etouffante", "Mage royal", "Hivernale", "Doulourante",
"Coeur de fauve", "Pacifique", "Moustache de Khadgar", "Lotus Pourpre", "Vietérule",
"Pâlerette", "Sauge-argent des montagnes", "Vignesang", "Lotus Noir", "Larmes d'Arthas",
"Champignon fantôme", "Dorépine", "Gromsang", "Sansam doré", "Calot de glace",
"Fleur de peste", "Feuillerêve", "Fibre d'aurore", "Fleur de feu", "Sang-royal", "Tombeline",
"Sauvageonne", "Lichen ancien", "Glaurier", "Gangrelotus", "Gangrelette", "Chardon de mana", "Néantine",
"Cauchemardelle", "Voile-misère", "Terocône","Chapeflamme");
$wordings['rep']['frFR'] =
array( "Chevalière Solfurie", "Chevalière Aile-de-feu", "Marque de Sargeras", "Marque de Kil'jaeden", "Tome des arcanes", "Arme gangrenée", "Hibiscus sanguin",
"Chapeluisant", "Spores fertiles", "Sac de spores à maturité", "Vrille de seigneur-tourbe", "Glande à venin croc-d'effroi", "Morceaux de plantes non identifiées");
Sprakeloos wrote:I'll try to explain a bit more.
Once in a while there are discussion started by people that don't 'trust' the person(s) holding the bank.
It would be nice if everyone in the guild could see one way or the other what people send to the bank and what others take out of it.
Couple of days ago I've stumbled across GuildBanker which tries to do something like that.
http://wow.curse-gaming.com/en/files/details/5261/guild-banker-renewed-2-01/
Return to Categorized Guild Bank Request
Users browsing this forum: No registered users and 0 guests