Suggestions

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

Moderators: zeryl, Teta68

Suggestions

Postby zeryl » Thu Aug 24, 2006 1:00 am

Please post your suggestions on how to improve the Missing Recipes addon.
Last edited by zeryl on Wed Jun 25, 2008 5:37 pm, edited 2 times in total.
User avatar
zeryl
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 194
Joined: Tue Jul 04, 2006 12:59 pm
Location: Saint Louis

Re: Suggestions

Postby knappster » Fri Aug 25, 2006 5:49 am

How about if you could mouseover the spell and find the stats/mats and have the text link to thottbot? It's cool to see everything I don't have though :thumleft:
knappster
WR.net Apprentice
WR.net Apprentice
 
Posts: 63
Joined: Fri Jul 21, 2006 11:12 pm

Re: Suggestions

Postby Maurd » Fri Aug 25, 2006 9:51 am

Having the names link back to Thott or Alla would be great. Aside from that, I think it's fine as is. I like the simplicity and I'm not as concerned with what it takes to make something when I don't have the recipe in the first place. :D
Maurd
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Tue Jul 18, 2006 6:07 pm

Re: Suggestions

Postby Ansgar » Fri Aug 25, 2006 10:33 am

What about a french version of it... I'm tryed to implement it on my roster and it doesn't work. Seems that the profession are never find in it.
Ansgar
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Wed Jul 05, 2006 7:12 pm

Re: Suggestions

Postby zeryl » Fri Aug 25, 2006 6:10 pm

The addon isn't localized for frFR what-so-ever. Please feel free to do that if you can, and I will include it for the future.

I think also it will have a problem since the recipe's it checks against aren't localized, and are always in English.

I'm planning right now how to implement v2.0 of this, and I expect I will have it done in the next week or two, and it will definetly have non-enUS users in mind :)
User avatar
zeryl
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 194
Joined: Tue Jul 04, 2006 12:59 pm
Location: Saint Louis

Re: Suggestions

Postby Ansgar » Fri Aug 25, 2006 8:13 pm

Your assumption is not correct. It doesn't work in a french-populated roster.

Please have a look at

http://www.alliance-reunifiee.com/roste ... d=Gertrude
Ansgar
WR.net Apprentice
WR.net Apprentice
 
Posts: 26
Joined: Wed Jul 05, 2006 7:12 pm

Re: Suggestions

Postby Rihlsul » Sat Aug 26, 2006 3:25 am

Suggestion, a pop-up Printer friendly format that has it in clean table form with unchecked checkboxes. Great for the 'print out the list and check them off' types.


You also might be able to add a new column for skill level. Either you could be lazy add reference Roster tables to see if it's 'known', or you might be able to modify:
Code: Select all
preg_match_all("~href=\"\/db\/spell.html\?wspell=[1-9][0-9]{0,5}
\&source\=live\">([^\<]+)<\/a>~", $contents, $matches);


to include pulling out of the 3rd <td> the Skill level. That'd also allow you to color based on difficulty like Made By (perhaps Red for beyond current level?) as well as ask the user if they'd only like Unknowns based on their current skill level.

Now that I'm looking at this in more detail, you could also do matching for the recipe! Woo... the recipe is linked underneath the item's spell.html link, like so:
Code: Select all
<br><small><<a onmouseover="showstats(event,'id13476');" onmouseout="clearstats('id13476');"
href="/db/item.html?witem=13476"><span class="greenname">
Recipe: Mighty Rage Potion</span></a>></small>


That would allow a 'Learned from Recipe' column with quick linking to where to find the recipe.

Hope those are useful suggestions with useful enough pointers to doing some of the complicated bits.

Very clever add-on as is! Kudos!
Last edited by Rihlsul on Sat Aug 26, 2006 3:25 am, edited 1 time in total.
Rihlsul,
Guild Leader of The Dirty Hordes
User avatar
Rihlsul
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 125
Joined: Tue Jul 04, 2006 8:27 pm

Suggestions

Postby Averen » Sat Aug 26, 2006 5:14 am

Like this?

Click.
User avatar
Averen
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 152
Joined: Thu Jul 20, 2006 5:18 am

Suggestions

Postby SethDeBlade » Sat Aug 26, 2006 10:38 am

could you make this work with german chars as well please??

this is a great idea :thumleft:
User avatar
SethDeBlade
WR.net Expert
WR.net Expert
 
Posts: 192
Joined: Thu Jul 06, 2006 1:02 am
Location: Germany

Re: Suggestions

Postby Rihlsul » Sat Aug 26, 2006 7:08 pm

Haha... Averen, you're too cool for school some days. :thumleft:

How about that skill range filter and printer friendly view, maybe some pretty mouse over data? :mrgreen:
Last edited by Rihlsul on Sat Aug 26, 2006 7:09 pm, edited 1 time in total.
Rihlsul,
Guild Leader of The Dirty Hordes
User avatar
Rihlsul
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 125
Joined: Tue Jul 04, 2006 8:27 pm

Re: Suggestions

Postby zeryl » Sat Aug 26, 2006 10:48 pm

Avaren: Very nice changes. I'm about to release the same changes pretty much.

I'd like to ask if you mind if I use some of your code (mainly the skill coloring)?
User avatar
zeryl
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 194
Joined: Tue Jul 04, 2006 12:59 pm
Location: Saint Louis

Suggestions

Postby foreseit » Sat Aug 26, 2006 11:58 pm

I like Averen's version. Very nice.

The only other suggestion I would make would be to have it filter out the receipes you can't learn (like Tribal v. Elemental v. Dragonscale LW). I know I read something about why this isn't in place yet, but I just wanted to say it would be nice anyway. :)
User avatar
foreseit
WR.net Journeyman
WR.net Journeyman
 
Posts: 139
Joined: Tue Jul 25, 2006 10:03 pm

Re: Suggestions

Postby zeryl » Sun Aug 27, 2006 12:29 am

Please look to the downloads for a new version.

Added quite a bit, and it's a ton faster.

I'm still trying to work out how to localize it.
User avatar
zeryl
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 194
Joined: Tue Jul 04, 2006 12:59 pm
Location: Saint Louis

Re: Suggestions

Postby Maurd » Sun Aug 27, 2006 1:27 am

This new version appears to be bugged out. The table shows both the product and the recipe. Also, I know all of the current Alchemy recipes in the game. When I looked at my profile before, it showed me a handful of beta recipes that no longer exist. When I look at my profile now, only some of those beta recipes are shown. Seems like you need to refine or revert your search/parsing.
Maurd
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Tue Jul 18, 2006 6:07 pm

Suggestions

Postby Averen » Sun Aug 27, 2006 3:37 am

zeryl go ahead and take all you want, I love the addon to bits and I just wanted to see what I could make it do. The only way to localize is would be to have totally new data sources for other languages as Alla is only english. This would mean different parsing systems to.
User avatar
Averen
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 152
Joined: Thu Jul 20, 2006 5:18 am

Next

Return to Missing Recipes

Who is online

Users browsing this forum: No registered users and 0 guests

cron