Update Missing Recipes with Jewelcraftin?

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

Moderators: zeryl, Teta68

Update Missing Recipes with Jewelcraftin?

Postby winterlady » Sat Jun 09, 2007 8:46 pm

I'm just wondering if there was a plan in the works to include jewelcrafting to this addon?
winterlady
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue Jul 11, 2006 9:54 pm

Update Missing Recipes with Jewelcraftin?

Postby Malkom » Wed Jul 04, 2007 8:22 pm

So I've got it ^^

In index.php, replace this :

Code: Select all
$professions = array(
$wordings[$roster_conf['roster_lang']]['Alchemy'] => $wordings[$roster_conf['roster_lang']]['Alchemy'],
$wordings[$roster_conf['roster_lang']]['Blacksmithing'] => $wordings[$roster_conf['roster_lang']]['Blacksmithing'],
$wordings[$roster_conf['roster_lang']]['Cooking'] => $wordings[$roster_conf['roster_lang']]['Cooking'],
$wordings[$roster_conf['roster_lang']]['Enchanting'] => $wordings[$roster_conf['roster_lang']]['Enchanting'],
$wordings[$roster_conf['roster_lang']]['Engineering'] => $wordings[$roster_conf['roster_lang']]['Engineering'],
$wordings[$roster_conf['roster_lang']]['First Aid'] => $wordings[$roster_conf['roster_lang']]['First Aid'],
$wordings[$roster_conf['roster_lang']]['LeatherWorking'] => $wordings[$roster_conf['roster_lang']]['LeatherWorking'],
$wordings[$roster_conf['roster_lang']]['Tailoring'] => $wordings[$roster_conf['roster_lang']]['Tailoring']);


by this :

Code: Select all
$professions = array(
$wordings[$roster_conf['roster_lang']]['Alchemy'] => $wordings[$roster_conf['roster_lang']]['Alchemy'],
$wordings[$roster_conf['roster_lang']]['Blacksmithing'] => $wordings[$roster_conf['roster_lang']]['Blacksmithing'],
$wordings[$roster_conf['roster_lang']]['Cooking'] => $wordings[$roster_conf['roster_lang']]['Cooking'],
$wordings[$roster_conf['roster_lang']]['Enchanting'] => $wordings[$roster_conf['roster_lang']]['Enchanting'],
$wordings[$roster_conf['roster_lang']]['Engineering'] => $wordings[$roster_conf['roster_lang']]['Engineering'],
$wordings[$roster_conf['roster_lang']]['First Aid'] => $wordings[$roster_conf['roster_lang']]['First Aid'],
$wordings[$roster_conf['roster_lang']]['LeatherWorking'] => $wordings[$roster_conf['roster_lang']]['LeatherWorking'],
$wordings[$roster_conf['roster_lang']]['Tailoring'] => $wordings[$roster_conf['roster_lang']]['Tailoring'],
$wordings[$roster_conf['roster_lang']]['Jewelcrafting'] => $wordings[$roster_conf['roster_lang']]['Jewelcrafting']);



And in missing.php, after this :

Code: Select all
      case $wordings[$roster_conf['roster_lang']]['Tailoring']:
         $url = 'http://wow.allakhazam.com/db/skill.html?line=197&locale='.$roster_conf['roster_lang'];
         break;


Add this :

Code: Select all
      case $wordings[$roster_conf['roster_lang']]['Jewelcrafting']:
         $url = 'http://wow.allakhazam.com/db/skill.html?line=755&locale='.$roster_conf['roster_lang'];
         break;


Enjoy ^^
Image
User avatar
Malkom
WR.net Journeyman
WR.net Journeyman
 
Posts: 144
Joined: Tue Jan 09, 2007 11:02 am
Location: France - 91 - Longjumeau


Return to Missing Recipes

Who is online

Users browsing this forum: No registered users and 0 guests

cron