Help

Reagent Helper 2: Remastered

Bags & Inventory Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 41,397 Downloads
  • Supports: 4.0.3a
  • 5 Average Daily Downloads
  • Comments
  • Created 1/24/2009 10:50:58 PM
  • Updated 12/29/2010 1:03:25 PM
  • 223 Favorites
  • Project Site
  • License: GNU General Public License version 3 (GPLv3)
  • Release Type: Release
  • Newest File: v2.0.16
or
Support development! **
Donate

About Reagent Helper 2: Remastered

Reagent Helper 2: Remastered

About

Inspired by the original addon by Tuatara from Cosmos UI comes Reagent Helper 2: Remastered. RH2 shows within a reagent item's tooltip the Profession and/or Class it is used for.

Type /rh2 in game to configure Reagent Helper 2.

I am not the original author of Reagent Helper nor was I ever apart of the original project, CosmosUI, etc. I am merely an addon author who decided to bring it back.

Change Log

v2.0.16

  • Fixed a bug where every profession would sometimes be incorrectly listed in an item's tooltip.

v2.0.15

  • Cataclysm DB update.

v2.0.14

  • 4.0.3a DB update.
  • Preparations for Cataclysm updates.

v2.0.13

  • 4.0 compatibility.
  • Minor optimization tweak.

Contact

  • In Game: Zalra @ Hyjal (Alliance)
  • Email: Davieboy53@yahoo.com
  • XFire: Dawnseclipse

Reagent Helper 2 Database (DB)

Credit Where Credit is Due

Reagent Helper 2 comes with its own reagent database that I created using data and info from WowHead and WowPedia with all profession reagent data parsed from WowHead and all class reagent info from WowPedia. I take absolutely no credit for any of this information. I do, however, take credit for the database and its structure. It should not be used else where with out my permission.

Supported Profession Reagents

  • Alchemy
  • Blacksmithing
  • Cooking
  • Enchanting
  • Engineering
  • First Aid
  • Inscription
  • Jewelcrafting
  • Leatherworking
  • Mining
  • Tailoring

Supported Class Reagents

  • Death Knight
  • Druid
  • Mage
  • Priest
  • Shaman

The Old Addon vs The New

"In the Beginning, there was Cosmos... In the end, there wasn't." quoted from CosmosUI. Sadly Cosmos no longer exists along with the original addon. As I grew attached to the addon, I wasn't very happy when I heard it was no longer in development. So after some time I finally decided to make Reagent Helper 2!

The original Reagent Helper was written using Sea to provide the reagent data and tooltip hooks. Reagent Helper 2 is a complete rewrite using Ace3. The reagent data is also included inside Reagent Helper 2 instead of in a separate addon library.

Localization

If you can provide any below marked as "Needed" please see the Localization Page: http://wow.curseforge.com/projects/re.../localization/.

Questions, Comments, Problems, Suggestions?

Feel free to post any of these right here! Please, though, post any serious problems or bugs using Curseforge's ticket system.

------------------------------------------------------------------------
r83 | davie3 | 2010-12-29 19:02:21 +0000 (Wed, 29 Dec 2010) | 1 line
Changed paths:
   A /tags/v2.0.16 (from /trunk:82)

Tagging as v2.0.16
------------------------------------------------------------------------
r82 | davie3 | 2010-12-29 18:54:16 +0000 (Wed, 29 Dec 2010) | 5 lines
Changed paths:
   M /trunk/Changelog.txt
   M /trunk/ReagentHelper2.lua
   M /trunk/ReagentHelper2.toc

Removed the call to GetItemInfo on ItemName in the SearchReagentDB function. Apparently it can just return nil in some cases and compare nil to nil and cause the ToolTipList table to fill up with every profession. WEIRD.
Some nil checks added to SearchReagentDB.
Updated Changelog.txt
Toc update to v2.0.16

------------------------------------------------------------------------
r81 | davie3 | 2010-12-22 19:09:15 +0000 (Wed, 22 Dec 2010) | 1 line
Changed paths:
   M /trunk/Changelog.txt

Updated Changelog.txt
------------------------------------------------------------------------
r79 | davie3 | 2010-12-22 19:03:06 +0000 (Wed, 22 Dec 2010) | 2 lines
Changed paths:
   M /trunk/Data/DB/Class/Mage.lua
   M /trunk/Data/DB/Profession/Alchemy.lua
   M /trunk/Data/DB/Profession/Blacksmithing.lua
   M /trunk/Data/DB/Profession/Cooking.lua
   M /trunk/Data/DB/Profession/Enchanting.lua
   M /trunk/Data/DB/Profession/FirstAid.lua
   M /trunk/Data/DB/Profession/Jewelcrafting.lua
   M /trunk/Data/DB/Profession/Leatherworking.lua
   M /trunk/Data/DB/Profession/Mining.lua
   M /trunk/Data/DB/Profession/Tailoring.lua
   M /trunk/ReagentHelper2.toc

Toc update to v2.0.15
Updated DB for Cata.
------------------------------------------------------------------------
r78 | davie3 | 2010-12-01 04:16:09 +0000 (Wed, 01 Dec 2010) | 2 lines
Changed paths:
   M /trunk/Changelog.txt
   M /trunk/Data/DB/Class/DeathKnight.lua
   M /trunk/Data/DB/Class/Druid.lua
   M /trunk/Data/DB/Class/Mage.lua
   M /trunk/Data/DB/Class/Priest.lua
   M /trunk/Data/DB/Class/Shaman.lua

Fixed typo in Changelog.txt
Changed any WowWikki.com credit to WowPedia.org.
------------------------------------------------------------------------
r76 | davie3 | 2010-12-01 03:14:43 +0000 (Wed, 01 Dec 2010) | 2 lines
Changed paths:
   M /trunk/Changelog.txt
   M /trunk/Localization/enUS.lua

Updated Changelog.txt
Need to stop committing enUS.lua local changes.
------------------------------------------------------------------------
r75 | davie3 | 2010-11-30 04:39:27 +0000 (Tue, 30 Nov 2010) | 5 lines
Changed paths:
   A /trunk/Changelog.txt
   M /trunk/Data/DB/Class/DeathKnight.lua
   M /trunk/Data/DB/Class/Druid.lua
   M /trunk/Data/DB/Class/Mage.lua
   D /trunk/Data/DB/Class/Paladin.lua
   M /trunk/Data/DB/Class/Priest.lua
   M /trunk/Data/DB/Class/Shaman.lua
   D /trunk/Data/DB/Class/Warlock.lua
   M /trunk/Data/DB/Profession/Alchemy.lua
   M /trunk/Data/DB/Profession/Blacksmithing.lua
   M /trunk/Data/DB/Profession/Cooking.lua
   M /trunk/Data/DB/Profession/Enchanting.lua
   M /trunk/Data/DB/Profession/Engineering.lua
   M /trunk/Data/DB/Profession/FirstAid.lua
   M /trunk/Data/DB/Profession/Inscription.lua
   M /trunk/Data/DB/Profession/Jewelcrafting.lua
   M /trunk/Data/DB/Profession/Leatherworking.lua
   M /trunk/Data/DB/Profession/Mining.lua
   M /trunk/Data/DB/Profession/Tailoring.lua
   M /trunk/LoadDB.xml
   M /trunk/Localization/enUS.lua
   M /trunk/ReagentHelper2.lua
   M /trunk/ReagentHelper2.toc

4.0.3a DB update.
Added Changelog.txt
Changed the CheckDb function a bit.
"Inscription" and "Mining" are now (FINALLY) included in Babble-Inventory.
Toc update to v2.0.14
------------------------------------------------------------------------

Comments

First Previous Page 1 of 2 Next Last
  • #18

    very good, should also take into Portuguese

  • #17

    I hope the mod author isn't dead : (

  • #16
    I am having a little trouble getting it up to date, but a Database update for 4.2 should be out soon.
  • #15
    Is there a way to update the Database or will you update it from time to time?

    Some reagents do not show the professions where it can be used for.
  • #14
    Just to let you all know, when WowHead updates their databases for Cataclysm (which should be around 12/7) I will be putting out the first official Cataclysm release ASAP.
  • #11
    Like Rhyslec, I also love this addon, but unfortunately, it doesn't seem to work with the latest patch of WOW. Can you fix it please so that it will? Thanks for all your hard work on this essential addon to WOW!
  • #13
    A 4.0 compatible version will be released today.
  • #9
    I love this addon. There seem to be a few holes in the database though; I'm not sure how many. I just noticed that a couple of items weren't displaying all the professions they are used as reagents for, and I'm sure there are at least a few others I haven't noticed. The two that I noticed were Rough Stone and Linen Cloth---they don't list as being used by Engineering for some reason. Hopefully the database will be patched up in the next update. Thanks for all your work!
  • #12
    The info for this addon's database comes straight from WowHead. If there are items missing in certain professions this isn't a problem on my end.
  • #10
    I agree. Things like Copper Bar not being listed as an Engineering reagent makes me question the other items that don't include Engineering. But that aside, this is a wonderful add-on. Keep up the good work, Davie3!
  • #8
    Waiting to make sure everything is up to date on WowHead as far as reagents. I will have a update for 3.3 up soon.
  • #7
    It appears updating from v2.0.5 and up requires you to completely reinstall RH2. A check in v2.0.6 has been added to prevent an error, but rather tell you how to fix the problem.
  • #6
    v2.0.3 up with 3.1 updates.

    Very sorry for the delay.
  • #5
    Any change for update?
  • #4
    Hi again Davie3, another quick question... Is there an option (or the possibility of an option in a future version) where I can change the display from a list to a comma seperated list of values, wrapping at the width of the tooltip?

    ie:
    Netherweave Cloth
    Blacksmithing, Engineering,
    First Aid, Tailoring

    Just with all the addons I seem to be accruing that add to tooltips everything seems to make them pretty huge :)

    Cheers!
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!