Okididokili,
I am aware that with the release of Roster 2 this mite be not the best time for this Question, but if anyone can help me figuring out why I still dont have the result I like, I would be gratefull and could prolly do the work n finish the Job.
The Idea:
Seperate Guardian and Battle Elixiers from the "Alchemy Materials, Oils & Potions" for a faster, better overview.
I added in conf.php the lines
$bankitem[35]['msg'] = $wordings[$roster_conf['roster_lang']]['bankitem_35']; //Motes
$bankitem[36]['msg'] = $wordings[$roster_conf['roster_lang']]['bankitem_36']; //Rep
$bankitem[37]['msg'] = $wordings[$roster_conf['roster_lang']]['bankitem_37']; //Battle Elixier
$bankitem[38]['msg'] = $wordings[$roster_conf['roster_lang']]['bankitem_38']; //Guardian Elixier
Then I added in the searcharray.php
$bankitem[35]["arg"]= 'motes'; // motes
$bankitem[36]["arg"]= 'rep'; // rep
$bankitem[37]["arg"]= 'battle'; // battle
$bankitem[38]["arg"]= 'guardian'; // guardian
In the last Step i added in the localization.php
$wordings['enUS']["bankitem_35"] = "Motes & Primals"; // Motes
$wordings['enUS']["bankitem_36"] = "Reputation Items"; // Rep
$wordings['enUS']["bankitem_37"] = "Battle Elixier"; // Rep
$wordings['enUS']["bankitem_38"] = "Guardian Elixier"; // Rep
and I added the searcharrays in the localization.php
$wordings['potion']['enUS'] =
array("Potion", "Frost Oil", "Fire Oil", "Blackmouth Oil", "Stonescale Oil",
"Oil of", "Volatile Rum", "Flask of the Titans", "Flask of Petrification",
"Flask of Supreme Power", "Flask of Chromatic Resistance",
"Flask of Distilled Wisdom", "Wizard Oil", "Mana Oil", "Stonescale Eel",
"Firefin Snapper", "Oily Blackmouth", "Winterfall Firewater", "Jungle Remedy");
$wordings['battle']['enUS'] =
array("Elixir of Healing Power");
$wordings['guardian']['enUS'] =
array("Gift of Arthas");
And moved as example the "Gift of Arthas" from the "potion" Array into the "Guardian" Array, still all Potions elixiers CocaColas and Vodkas are still be shown in the Alchemy Materials, Oils & Potions Tab in rooster:
http://www.ardinasrin.de/colroster/addo ... =guildbank
Is anyone able to explain me why thats still it that way? I am a little bit confused aboutit and would be thankfull for any Help.