• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Recipe Radar

 
Project Updated:
Files Updated: Wed, Aug 12 2009
Supports Game Version: 3.2.0
Category: Professions
Tags:

[Edit Tags]

Project Manager: ladenedge
Additional Authors: No additional authors
Current Version: 1.33
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 134
Downloads Total: 437,872
Favorites: 1,746
Comments: 239
  • About Recipe Radar
  •  

Recipe Radar assists players in finding recipes. It knows about vendors who sell recipes in the current region or by profession. It has a number of filtering options and can even locate vendors on the world map.

Tips:

  • There are two "tabs": the main "radar" tab and one that searches by profession!
  • You can bind a key to Recipe Radar through the main menu!
  • There are lots of filtering options - use the dropdowns to customize Recipe Radar!
  • Some docs and brief tutorials are available at the Recipe Radar home page!

Donations:

100% of all donations to this project will be forwarded to the EFF. Thank you in advance for your generosity!

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Recipe Radar 1.33 Release 3.2.0 69,463 8/12/2009
  Recipe Radar 1.32 Release 3.2.0 12,961 8/10/2009
  Recipe Radar 1.31 Release 3.1.0 42,524 4/15/2009
  Recipe Radar 1.30 Release 3.0.9 8,605 3/11/2009
  Recipe Radar 1.29 Release 3.0.3 25,920 11/16/2008
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Xyar said

    Would love an update for this thing. Great add-on here

    Reply Report Permalink
  • Persica said

    any update for 3.3 wld be appreciated m8
    tnx 4 the good job
    keep it up ;)

    Reply Report Permalink
  • ansiik said

    already known recipes don't determine in ruRU locale.

    screenshots:
    http://img704.imageshack.us/img704/5130/wowscrnshot010210151643.jpg
    http://img693.imageshack.us/img693/3294/wowscrnshot010210151647.jpg

    Reply Report Permalink
  • да, очень с таким косяком неудобно. часа 2 провозился, вроде работает.
    в файле Availability.lua найди функцию:

    function RecipeRadar_Availability_GetBooleans(player, recipe)

    local info = RecipeRadar_SkillDB_GetSafePlayerDB(player)

    -- if the player doesn't even have the profession, just return
    if (not info.Professions[recipe.Type]) then return false end

    local recipe_name = RecipeRadar_GetSafeItemInfo(recipe.ID)
    recipe_name = RecipeRadar_TrimRecipeLabel(recipe_name)

    if (recipe_name == RRS("Uncached Recipe")) then
    return nil
    end

    -- otherwise, get the other relevant booleans
    local has_rec = info.Professions[recipe.Type].Recipes[recipe_name]
    local has_rank = info.Professions[recipe.Type].Rank >= recipe.Skill
    local has_rep = RecipeRadar_SkillDB_HasRep(player, recipe)
    local has_spec = RecipeRadar_SkillDB_HasSpec(player, recipe)
    local has_misc = RecipeRadar_SkillDB_HasMisc(player, recipe)

    return true, has_rec, has_rank, has_rep, has_spec, has_misc

    end



    и замени ее на

    function RecipeRadar_Availability_GetBooleans(player, recipe)

    local info = RecipeRadar_SkillDB_GetSafePlayerDB(player)

    -- if the player doesn't even have the profession, just return
    if (not info.Professions[recipe.Type]) then return false end

    local recipe_name = RecipeRadar_GetSafeItemInfo(recipe.ID)
    recipe_name = RecipeRadar_TrimRecipeLabel(recipe_name)

    local upper_chars = {["а"]="А",["б"]="Б",["в"]="В",["г"]="Г",["д"]="Д",["е"]="Е",["ё"]="Ё",["ж"]="Ж",["з"]="З",["и"]="И",["й"]="Й",["к"]="К",["л"]="Л",["м"]="М",["н"]="Н",["о"]="О",["п"]="П",["р"]="Р",["с"]="С",["т"]="Т",["у"]="У",["ф"]="Ф",["х"]="Х",["ч"]="Ч",["ш"]="Ш",["щ"]="Щ",["ъ"]="Ъ",["ы"]="Ы",["ь"]="Ь",["э"]="Э",["ю"]="Ю",["я"]="Я"}
    local upper_recipe_name = recipe_name
    if (upper_chars[string.sub(recipe_name,1,2)]) then
    upper_recipe_name=upper_chars[string.sub(upper_recipe_name,1,2)] .. string.sub(upper_recipe_name,3)
    end

    if (recipe_name == RRS("Uncached Recipe")) then
    return nil
    end

    -- otherwise, get the other relevant booleans
    local has_rec = info.Professions[recipe.Type].Recipes[recipe_name] or info.Professions[recipe.Type].Recipes[upper_recipe_name]
    local has_rank = info.Professions[recipe.Type].Rank >= recipe.Skill
    local has_rep = RecipeRadar_SkillDB_HasRep(player, recipe)
    local has_spec = RecipeRadar_SkillDB_HasSpec(player, recipe)
    local has_misc = RecipeRadar_SkillDB_HasMisc(player, recipe)

    return true, has_rec, has_rank, has_rep, has_spec, has_misc

    end

    Reply Report Permalink
  • и да, забыл уточнить, ОЧЕНЬ ВАЖНО!!!
    поскольку файл теперь содержит русские буквы, редактировать его надо в кодировке UTF-8

    Reply Report Permalink
  • i need the update pleas update it PLEAS

    Reply Report Permalink
  • Enigma_TL said

    Any ETA on a 3.3 update?

    Reply Report Permalink
  • valguss said

    was wandering if you could extend the functionality to include where to buy non-combat pets?

    Reply Report Permalink
  • wadergirl said

    Ditto! Would LOVE this feature!

    Reply Report Permalink
  • bugmenot3 said

    Would it be possible to add a compatibility mode if/when the AdvancedTradeSkillWindow_Levels addon is present in one of the next versions?
    Also a nice feature would be an option that allows the user to choose whether to see the interface in a single or double width window. (one side for the recipe list and the other for the map and the recipe icon + eventually some other info)

    Reply Report Permalink
  • syali said

    Wow, this is really impressive.

    I'm really confused as to why it works so well for cooking, but is only local for every other profession. I'd love to pull up the list of recipes I could go out and get.

    Also, it looks like this hasn't been updated for WotLK.

    Reply Report Permalink
  • RichDawg said

    This addon is giving me false info for some reason. It will tell me I have a recipe to buy at a vendor and then I buy it on;y to find out I already know it. I have used this addon for years and so I know how to set it up correctly. I have only "Future Prospect for Player" and "Available Now for Player" checked. Never had this happen in the past but has been doing this for over a month.

    Reply Report Permalink
  • vyx137 said

    How can you move the minimap button?

    Reply Report Permalink
  • Kalanag said

    You probably worked it out already but, open Recipe Radar then click options and theres a slider bar that moves it around your minimap. :)

    Reply Report Permalink
  • harriaal said

    I don't know why all my OL recipes are "Uncached recipe" and I can't seen to get them regardless whhat filters I use, and I'm pretty sure I can even learn and have learned some of them.

    Reply Report Permalink
  • harriaal said

    Ok, I seem to be able to get some of them by selecting them manually, but why it still doesnt show them automatically? And it also wont show them with the green or red filters only grey?

    Reply Report Permalink
  • bugmenot3 said

    If you haven't seen the recipe then the addon won't know what are its requirements so you have to hover the mouse over it to order the wow client to get the information from the server. Once that is done the addon can use the information it needs.

    Reply Report Permalink
  • kmdefenske said

    I am losing the map in Northerend ever since the last patch. Reinstall works for a bit but then the map disappears again. :(

    Reply Report Permalink
  • Mosik said

    This addon is 10 times better then Ackis recipe list but why does that one track so many more recipes then yours? :O

    Reply Report Permalink
  • DaCreature said

    Thank you for working on Recipe Radar, Ladenedge

    Reply Report Permalink
  • Addon Packs Containing Recipe Radar
  • Similar Addons
  •  

Average downloads per day

  1. 17,127 Atlasloot Enhanced Arena, Map & Minimap, Professions...
  2. 1,528 Altoholic Guild, Bags & Inventory, Mail...
  3. 1,374 Ackis Recipe List Professions, and Data Export
  4. 1,107 Fishing Buddy Professions, and Fishing
  5. 607 Armory Bags & Inventory, Guild, Professions...