Poisons without icon?

Theme, template, layout, or image issues

Poisons without icon?

Postby sturmy » Tue Sep 19, 2006 10:35 am

My rogue alt just went up 20 and completed the poison quest.
I noticed then that on the character recipe page poisons were displaying (as it is yet another skill for rogues), but the category icon was missing.

Additionnally it's not listed as a skill anywhere else if I'm not mistaken.

Common issue? Localization issue? Known issue?

TIA for feedback anyhow!
sturmy
WR.net Expert
WR.net Expert
 
Posts: 160
Joined: Wed Aug 16, 2006 9:07 pm

Poisons without icon?

Postby zanix » Tue Sep 19, 2006 10:55 am

Could be localization, could be something else
Can we get a link so we can see this please?
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Poisons without icon?

Postby PleegWat » Tue Sep 19, 2006 1:58 pm

You might also be missing an image pack update.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Poisons without icon?

Postby sturmy » Tue Sep 19, 2006 10:07 pm

Screenshot from my place attached. The img link points to /.jpg with no alt message, there is a translation for the poison string in the locale file.

Since the web site is protected, I'll point you to one of the other french guys here for a page sample (forgive the borrowing): http://guilde.le.sablier.free.fr/roster ... on=recipes

I haven't looked at the code to be of any help... at the moment. This weekend should be cooler for me.
Attachments
poisons.jpg
poisons.jpg (34.8 KiB) Viewed 832 times
sturmy
WR.net Expert
WR.net Expert
 
Posts: 160
Joined: Wed Aug 16, 2006 9:07 pm

Re: Poisons without icon?

Postby sturmy » Sun Sep 24, 2006 1:18 pm

Self-problem solving can be good.

the poison "trade skill" is missing in the translation table for FrFR although the name of the skill IS translated. I haven't checked in the other locales.

Fix here in the FRfr.php file:

Code: Select all
//Tradeskill-Array
$tsArray['frFR'] = array (
        
$wordings['frFR']['Alchemy'],
        
$wordings['frFR']['Herbalism'],
        
$wordings['frFR']['Blacksmithing'],
        
$wordings['frFR']['Mining'],
        
$wordings['frFR']['Leatherworking'],
        
$wordings['frFR']['Poisons'],
        
$wordings['frFR']['Skinning'],
        
$wordings['frFR']['Tailoring'],
        
$wordings['frFR']['Enchanting'],
        
$wordings['frFR']['Engineering'],
        
$wordings['frFR']['Cooking'],
        
$wordings['frFR']['Fishing'],
        
$wordings['frFR']['First Aid']
);

//Tradeskill Icons-Array
$wordings['frFR']['ts_iconArray'] = array (
        
'Alchimie'=>'Trade_Alchemy',
        
'Herboristerie'=>'Trade_Herbalism',
        
'Forge'=>'Trade_BlackSmithing',
        
'Minage'=>'Trade_Mining',
        
'Travail du cuir'=>'Trade_Leatherworking',
        
'Dépeçage'=>'INV_Misc_Pelt_Wolf_01',
        
'Couture'=>'Trade_Tailoring',
        
'Enchantement'=>'Trade_Engraving',
        
'Ingénierie'=>'Trade_Engineering',
        
'Cuisine'=>'INV_Misc_Food_15',
        
'Pêche'=>'Trade_Fishing',
        
'Poisons'=>'Trade_BrewPoison',
        
'Secourisme'=>'Spell_Holy_SealOfSacrifice',
        
'Monte de tigre'=>'Ability_Mount_WhiteTiger',
        
'Equitation'=>'Ability_Mount_RidingHorse',
        
'Monte de bélier'=>'Ability_Mount_MountainRam',
        
'Pilotage de mécanotrotteur'=>'Ability_Mount_MechaStrider',
        
'Monte de cheval squelette'=>'Ability_Mount_Undeadhorse',
        
'Monte de raptor'=>'Ability_Mount_Raptor',
        
'Monte de kodo'=>'Ability_Mount_Kodo_03',
        
'Monte de loup'=>'Ability_Mount_BlackDireWolf',
);
 
sturmy
WR.net Expert
WR.net Expert
 
Posts: 160
Joined: Wed Aug 16, 2006 9:07 pm

Poisons without icon?

Postby RainRider » Thu Oct 26, 2006 4:42 am

Yes, that's the fix for it.

It isn't listed in the ts_iconArray for enUS and deDE (haven't checked frFR).

Add:
in /localization/enUS.php
Code: Select all
'Poisons'=>'Trade_BrewPoison'

in /localization/deDE.php
Code: Select all
'Gifte'=>'Trade_BrewPoison'
RainRider
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Thu Jul 20, 2006 11:47 pm


Return to Appearance

Who is online

Users browsing this forum: No registered users and 1 guest

cron