Missing Recipes mery xmas

Quick and easy way to see what recipes your character is missing

Moderators: zeryl, Teta68

Missing Recipes mery xmas

Postby Ulminia » Thu Jun 26, 2008 9:44 pm

i know the collor for the skill lvl is not worken weather you can lurn it or not... welll... i fixed it lol

change

Code: Select all
// make recipe row
      if ($charskill_level >= $parsedrecipes[$sindex][$dindex]['skill']){
         $skill_color = "00FF00";
      } else {
         $skill_color = "FF0000";
      }


to this

Code: Select all
$matches = array('<span class="orangename">','</span> <span class="yellowname">','</span> <span class="greenname">','</span> <span class="greyname">');
            $imagex = str_replace( $matches, ':', $parsedrecipes[$sindex][$dindex]['skill'] );
      list($bummy,$skill_lurn, $skill_yellow, $skill_green, $skill_white, ) = explode(":", $imagex, 5);
            $charskill_level2 = explode(":", $charskill_level);
      if ($charskill_level2[0]>=$skill_lurn )
            {
         $skill_color = "008000";
      } else
            {
         $skill_color = "FF0000";
      }


and how they will show green in the skill box if you can lurn it or red if you cant

also got crafty and added tooltips

see Missing recipies on my site this is my char
hope you enjoy this
Last edited by Ulminia on Fri Jun 27, 2008 1:06 am, edited 2 times in total.
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: Missing Recipes mery xmas

Postby Teta68 » Fri Jun 27, 2008 3:08 pm

Thanks!

I'll put it in the next version.

How come you have so many php warnings on your site? Still running the beta roster?

Regards,

Teta
I break for giant Cyber-Hamsters.
User avatar
Teta68
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 72
Joined: Fri Jan 19, 2007 12:15 pm
Location: Sweden

Missing Recipes mery xmas

Postby Ulminia » Fri Jun 27, 2008 8:00 pm

nope havent turned off the sql debug yet if you want the code for the tool tops too i can give you a dl for the file lol
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Missing Recipes mery xmas

Postby Teta68 » Fri Jun 27, 2008 8:05 pm

Yes, please. That would be nice.

Thanks,

Teta
I break for giant Cyber-Hamsters.
User avatar
Teta68
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 72
Joined: Fri Jan 19, 2007 12:15 pm
Location: Sweden


Return to Missing Recipes

Who is online

Users browsing this forum: No registered users and 0 guests

cron