1.) Again in my roster the ridingskill-icons and spells are not listed in the spellbook / general part. In the indexpage the ridingskills are shown corectly. Looking into the localisation files i see the following code:
- Code: Select all
//Tradeskill Icons-Array
$wordings['deDE']['ts_iconArray'] = array (
$wordings['deDE']['Alchemy']=>'Trade_Alchemy',
$wordings['deDE']['Herbalism']=>'Trade_Herbalism',
$wordings['deDE']['Blacksmithing']=>'Trade_BlackSmithing',
$wordings['deDE']['Mining']=>'Trade_Mining',
$wordings['deDE']['Leatherworking']=>'Trade_LeatherWorking',
$wordings['deDE']['Skinning']=>'INV_Misc_Pelt_Wolf_01',
$wordings['deDE']['Tailoring']=>'Trade_Tailoring',
$wordings['deDE']['Enchanting']=>'Trade_Engraving',
$wordings['deDE']['Engineering']=>'Trade_Engineering',
$wordings['deDE']['Cooking']=>'INV_Misc_Food_15',
$wordings['deDE']['Fishing']=>'Trade_Fishing',
$wordings['deDE']['First Aid']=>'Spell_Holy_SealOfSacrifice',
$wordings['deDE']['Poisons']=>'Ability_Poisons',
'Tigerreiten'=>'Ability_Mount_WhiteTiger',
'Pferdreiten'=>'Ability_Mount_RidingHorse',
'Widderreiten'=>'Ability_Mount_MountainRam',
'Roboschreiter-Lenken'=>'Ability_Mount_MechaStrider',
'Untoten-Reitkunst'=>'Ability_Mount_Undeadhorse',
'Raptorreiten'=>'Ability_Mount_Raptor',
'Kodoreiten'=>'Ability_Mount_Kodo_03',
'Wolfreiten'=>'Ability_Mount_BlackDireWolf',
);
The last 8 lines dont seem to fit to other layout of the wording-syntax. Same parts exist in the enUS-file as well. Is it correct this way?
As some of my guildmates are playing with the english client it makes no difference to the riding skill, it is not shown as well. Please have a look here and here.
If you would like to i can send you my characterprofiler.lua file so that you can have my data.
2.) have you changed the layout of the spellbook-pages??
because long spellnames are "linebreak"ed into the next spell
example Please look at the tabs "Allgemein" and "Schattenmagie"
In 1.7.1 it looked like this one