Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
0.99
Date:
12-11-2008 11:38 AM
Size:
5.56 Kb
Downloads:
6,873
Favorites:
81
MD5:
Pictures
Click to enlarge
Interface for Auto Buy Reagents
Auto Buy Reagents   Popular! (More than 5000 hits)
Auto Buy Reagents is a simple mod for World of Warcraft. The mod buys class specific reagents for the user when talking to a merchant capable of selling the reagents. This mod buys up to a number of reagents specified by the user and only buys more when there are less than the number specified. All classes are supported (except classes that do not need reagents) as the mod is dynamic and adjusts to the class being played. There are still a few bugs and may not work properly all the time, this is expected to be ironed out in the next couple of days. The mod has a simple user interface that you can access with /autobuyreagents or /abr commands.

What this mod does:
  • Buys a number of reagents for class spells/abilities.
  • Keeps that number of reagents in your inventory at all times.
    Ex) I want to have 40 arcane runes at all times, I use 15 out of my 40, the next time I talk to a merchant I'll buy 15 more runes so I have a total of 40.
  • Simple interface to easily adjust values.
Things to do:
  • Document code.
  • Create a Fubar extension
  • Add support for Rogue poisons
  • Use Blizzards UI for interface.

This is the same mod that is under the Ace/Inventory category, it was wrongly placed upon upload. I apologize for the lapse in judgement.

--Window users only--
You'll see an additional directory in the zip file if you are a Windows user. This is a hidden file that my Mac puts in it's zip files. Do not put it in your addons folder, it is not required for any functionality. It's just a settings file that Mac's automatically put in zips. Sorry for the confusion.
  Change Log - Auto Buy Reagents
0.99 - Localized a lot of my globals to the file only. Removed debugging printout that may cause unnecessary errors. Running out of numbers to increment for version....

0.98 - Definitely fixed druids (I play tested several times this time!). Priest should work now but reagents may be wrong. Priests, please report any problems you find.

0.97 - Fixed Druid and possibly Priest errors.

0.96 - Fixed Paladin errors and renamed several methods.

0.9 Stable - Updated to Wraith of Lich King. Druid bugs are fixed and priests were added.

0.87 Beta - Fixed a minor error.
  Optional Files - Auto Buy Reagents
Sorry, there are currently no optional files available.
  Archived Versions - Auto Buy Reagents
File Name
Version
Size
Author
Date
0.98
6kB
tsukeru
12-10-2008 05:16 PM
0.97
6kB
tsukeru
12-10-2008 02:34 PM
0.96
6kB
tsukeru
12-04-2008 10:23 AM
0.9 Stable
5kB
tsukeru
11-26-2008 11:18 PM
  Comments - Auto Buy Reagents
Post A Reply Comment Options
Old 04-13-2009, 05:25 PM  
Shazear
A Fallenroot Satyr
 
Shazear's Avatar
Interface Author - Click to view interfaces

Forum posts: 21
File comments: 15
Uploads: 3
Quote:
Originally posted by aardvarkfarm
Is there any way to make this work with rogue poisons? For that matter, are more than 3 options even possible?
It's possible. I've pinged the author of this addon to see if he's still updating it or not. I've done the reagent research to figure out which poisons and such per level, just would need to update the XML and UI code to make it work.
__________________
Shazear:
Shizukana (Holy Priest)
UnShiz (UnHoly Death Knight)
Veterans of the Phoenix
Malygos
Shazear is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-08-2009, 06:47 PM  
aardvarkfarm
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Is there any way to make this work with rogue poisons? For that matter, are more than 3 options even possible?
aardvarkfarm is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-17-2009, 09:07 PM  
Shazear
A Fallenroot Satyr
 
Shazear's Avatar
Interface Author - Click to view interfaces

Forum posts: 21
File comments: 15
Uploads: 3
Death Knight fix.

To make ABR work for our DKs:
navigate to the addon folder: (C:\World of Warcraft\Interface\AddOns\AutoBuyReagents)

Open AutoBuyReagents.lua in notepad.

Replace line 2 & 3 with the following:
Code:
local indexTable = { "DEATHKNIGHT", "DRUID", "HUNTER", "MAGE", "PALADIN", "PRIEST", "ROGUE", "SHAMAN", "WARLOCK", "WARRIOR" }; 
local rDK = { 37201 };
The first entry in indexTable was "DEATH KNIGHT", so we're removing the space.
And the rDK value was nil, so replacing that with the item link value for Corpse Dust.

I was getting an error in a different part of the code that went away once this fix is made.
__________________
Shazear:
Shizukana (Holy Priest)
UnShiz (UnHoly Death Knight)
Veterans of the Phoenix
Malygos
Shazear is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-04-2009, 12:03 PM  
Fragglerock
A Fallenroot Satyr

Forum posts: 22
File comments: 47
Uploads: 0
Could you possibly add corpse dust for Dk's ? Thanks!!
Fragglerock is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-11-2008, 12:31 PM  
eraser2011
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
now it looks like this:



p.s. the error message is away
eraser2011 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-11-2008, 11:40 AM  
tsukeru
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 2
Quote:
Originally posted by eraser2011
Sry i forgot to say that ever wenn i log in i get this error message


Date: 2008-12-11 16:22:09
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\AutoBuyReagents\AutoBuyReagents.lua line 130:
attempt to concatenate local 'rank2' (a nil value)
Debug:
(tail call): ?
[C]: ?
AutoBuyReagents\AutoBuyReagents.lua:130: AutoBuyReagents_DruidReagents()
AutoBuyReagents\AutoBuyReagents.lua:40: AutoBuyReagents_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
Maybe, just maybe. This latest version will work for you. I removed that line of code that executed to give you that error. It was simple debugging printout that shouldn't of been there anyhow. Let me know how it goes this time.
tsukeru is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-11-2008, 10:39 AM  
eraser2011
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Sry i forgot to say that ever wenn i log in i get this error message


Date: 2008-12-11 16:22:09
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\AutoBuyReagents\AutoBuyReagents.lua line 130:
attempt to concatenate local 'rank2' (a nil value)
Debug:
(tail call): ?
[C]: ?
AutoBuyReagents\AutoBuyReagents.lua:130: AutoBuyReagents_DruidReagents()
AutoBuyReagents\AutoBuyReagents.lua:40: AutoBuyReagents_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
eraser2011 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-11-2008, 03:22 AM  
tsukeru
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 2
Quote:
Originally posted by eraser2011
Thank you for the much work! But there are still problems
I post a screenshot
Ahh, but it really works on mine this time. This is crap! lol I'm not sure why it's not working for you. Try a reload ui and see if that'll fix it up. Also, at the beginning of your chat window at startup/reload ui you'll see some white letter like "Rank x Rank x" followed by a number. Look for them at the top and tell me what they are.

Last edited by tsukeru : 12-11-2008 at 03:23 AM.
tsukeru is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-11-2008, 02:53 AM  
eraser2011
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Thank you for the much work! But there are still problems
I post a screenshot
eraser2011 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-10-2008, 05:16 PM  
tsukeru
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 2
Quote:
Originally posted by eraser2011
The problems are not solved for my druid
So sorry! Try the latest one now, I went back and made sure it was working.
tsukeru is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-10-2008, 04:03 PM  
eraser2011
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
The problems are not solved for my druid
eraser2011 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-10-2008, 02:36 PM  
tsukeru
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 2
Druid and Priest fixes

I believe the latest update should fix all druid and priest errors. It fixed druid errors in my limited play test (didn't test thoroughly) and I think it should fix priest errors. Update and let me know if the errors persist. Thank you for your support!
tsukeru is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-08-2008, 01:54 AM  
Yelina
A Murloc Raider

Forum posts: 8
File comments: 46
Uploads: 0
Quote:
Originally posted by Yelina
Great.
Just logged on my 68 warlock. There the addon is working. Just fyi
Yesterday I logged on with my lvl 72 druid. ABR didn't work there either.
Yelina is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-06-2008, 09:07 AM  
Zeria
A Kobold Labourer
 
Zeria's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Same Issue :(

I'm a level 80 shadow priest, and I'm experiencing the same bug as well. No reagent options showing up at all. Any ideas? US client here also.
Zeria is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-05-2008, 01:38 PM  
tsukeru
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 16
Uploads: 2
Quote:
Originally posted by Yelina
Thanks for the reply
My priest is lvl 80. So yes I do have all the 'spells'.
I hope you can find the problem. Was looking for this kind of addon for a while now.
You don't happen to have a non-english version of the game? Found a bug that could potentially make the addon not work for anything but english versions.

Edit: Nevermind, just saw the comment about your lock.

Last edited by tsukeru : 12-05-2008 at 01:40 PM.
tsukeru is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.