Everything works great in the roster but no riding skill icons appear in the professions column. I did ensure that they were uploaded to the server.
Please help!!
tlou5831 wrote:Everything works great in the roster but no riding skill icons appear in the professions column. I did ensure that they were uploaded to the server.
Please help!!
//Tradeskill Icons-Array
$wordings['enUS']['ts_iconArray'] = array (
'Riding'=>'Ability_Mount_RidingHorse',
sileed wrote:1. Check for Riding Skill
2. then grab player Race
3. Display "default" icon for riding by Race (Horse for Human, Cat for NE, Ram for Dwarves etc...)
Possibly making it an array:
If Riding Skill exist
Race = Human, icon=horse
Race= NE, icon=Cat
etc..
You coders will work it out, I just make up the ideas
// Riding Skill Icons-Array
$wordings['enUS']['Riding'] = array(
'Night Elf'=>'Ability_Mount_WhiteTiger',
'Human'=>'Ability_Mount_RidingHorse',
'Dwarf'=>'Ability_Mount_MountainRam',
'Gnome'=>'Ability_Mount_MechaStrider',
'Undead'=>'Ability_Mount_Undeadhorse',
'Troll'=>'Ability_Mount_Raptor',
'Tauren'=>'Ability_Mount_Kodo_03',
'Orc'=>'Ability_Mount_BlackDireWolf',
);
'`players`.`race`, '.
(I put it above '`players`.`RankName`, '.)
Below the $skill_image variable I added:
if($r_prof['skill_name'] == "Riding")
$skill_image = 'Interface/Icons/'.$wordings[$row['clientLocale']]['Riding'][$row['race']];
vgjunkie wrote:It's a good amount of work, and will probably get fixed soon, so depending on how desperate you are to get it working, you can just ignore my madness
Luckygirl wrote:Friend's roster site has the icons showing up with multiple mount icons per character where applicable. I asked him about it and he said he downloaded some extra icons??
http://guildpraetorian.com/roster/
Return to General Support & Feedback
Users browsing this forum: No registered users and 1 guest