Download
(196Kb)
Download
Updated: 03-14-10 11:28 AM
Pictures
File Info
Updated:03-14-10 11:28 AM
Created:unknown
Downloads:119,863
Favorites:743
MD5:

Recipe Book  Popular! (More than 5000 hits)

Version: 3.3.2 BETA 2
by: ayradyss [More]

RecipeBook is a mod that allows you to browse tradeskill recipes with one alt and see whether your other alts know it.


************ PLEASE NOTE ******************

I apologize to everyone who's been with me for the last three and a half years (wow!) but I'm putting the addon on Inactive status. We are expecting our second baby Any Day Now and the lifestyle and financial changes that brings have forced me out - I don't have the time to maintain it and I'm barely logging into WoW as it is, so it doesn't make sense for me to try and spend what interest I can muster in the game into coding.

If someone wants to pick things up I will be happy to cede the addon over to someone else but I just can't do it.


Also: Your data WILL NOT carry over from old (prior to 3.0.2) versions.
****************************************


For example:
I have character BetsyRoss, who is a tailor by nature. She knows Pattern: American Flag, but for some reason, I can never remember this when UncleScrooge goes to the aucthouse to buy patterns.
* Previously, I would have to keep a written or mental list of BetsyRoss's known patterns so that UncleScrooge didn't buy her a second copy of Pattern: American Flag on accident.
* Now, with RecipeBook, UncleScrooge can mouse over Pattern: American Flag and see "Already known by: BetsyRoss" right there on the tooltip - or, if he chooses, in a special chat tab just for RecipeBook information.

It's fun! It's helpful! It's easy to use! It's also still in development, so there are a few known issues and some miscellaneous housework to be done.

RecipeBook is most easlily managed using the minimap button and integrated menus. However, there are some slash commands for those who prefer them:

Usage: /recipebook or /rbk or /rbook <options>
* General:
- /rbk help : Displays a help message
- /rbk on|off : Turns RecipeBook's data display on or off. It will continue to update alts' tradeskills when the tradeskill frames are opened, so you have the best list possible.
- /rbk config : Opens the graphical config window.
- /rbk skill: Open the skill browse window, which allows you to browse known recipes by character and tradeskill.

* Sharing:
- /rbk send <alt> to <player> : Sends your RecipeBook data for a given alt to another player. Use 'all' as your alt to send all alts you know. Use 'me' to send just your character.
- /rbk update from <player> : Requests an update of RecipeBook data from another player.


* Banking:
-/rbk bank : Displays your banked items and banking options

* Finding Recipes:
- /rbk search <item> : Searches for items containing the given string.
- /rbk searchmats <item> : Searches for items using materials which match the given string.

* Auction House Options (only available via /rbk config):
- Color Recipes based on status: This will shade the icons for recipes you see in the Auction House based on whether other alts can learn them.
- Default color scheme is as follows (in order of precedence):
- Normal : Current alt can learn the recipe
- Green : Another alt can currently learn the recipe
- Orange : Current alt is the only character who will be able to learn the recipe (requires /rbk self on)
- Cyan : Some alt or alts will be able to learn the recipe (may include current character)
- Red : No alt/alts will be able to learn the recipe, based on current data
- Dark Red : All available alts already know the recipe
- Blackout Banked Recipes: This will shade the icons for recipes that you have banked black in the Auction House so that you can tell you already have a copy.

* Debugging functions
- /rbk debug : Turns on debug mode
- /rbk verbose : Turns on verbose send mode.

Known issues:
* RecipeBook only updates its recipe list when your tradeskill window is open. So, if BetsyRoss just learned Pattern: Giant American Flag, she'll have to open her Tailoring window before RecipeBook (or UncleScrooge) knows about it.

Housekeeping:
* Hopes for next phase: Updating your recipe list when you learn items (in progress).

Compatibilities:
The easiest way to add RecipeBook compatibility to *your* mod is to call the following in your tooltip output:
RecipeBook_DoHookedFunction(tooltip, link);
Where tooltip is the tooltip (or tooltip name) you're using and link is the item link itself. That will add RecipeBook's data lines.

Special thanks to:
Curse Gaming's Pentarion and Ghandi, for some hard work helping me debug the German client version. Particularly to Pentarion for ongoing translation work.


PLEASE NOTE: If you learn a new recipe, you will have to open your appropriate tradeskill window to update RecipeBook's database. Hopefully this will change soon.

3.3.2:
- THIS VERSION WILL WIPE YOUR DATA. RecipeBook will clear its database on first loading - this means that EVERYTHING will need to be reloaded: character skills, cached items, everything. I'm having trouble with old (uncached) data again.
- THIS VERSION WILL RESET MOST OPTIONS. I made some changes for the color-coding customization.
FIXED:
- Guild Bank items should now tooltip correctly once again.
- Several small changes in the code should now clarify whether the "RecipeBook data not yet loaded" error stems from a blank DB or a lag concern, and help eliminate it recurring.
!NEW!
+ Color customization added: Check the "colors" tab in the RecipeBook UI for an option to change the colors of items and text.
+ If RecipeBook cannot quickly load all of your recipe/reagent data, it will now give you a popup message to that effect. Clicking "Accept" will attempt to force-load all of the tradeskill data.
- This replaces the "Some items were not scanned for this tradeskill" and "Some reagents for this tradeskill's items were not yet in local cache" messages that were previously in your chat frame.
- This scan may lag the UI intermittently; do not do it when you are doing things that are control-intensive.
- You have the option of clicking "Cancel" which will wait for the next time RecipeBook updates to check again.
- Doing this scan in Dalaran or other high-lag areas may require a little time. You will be updated periodically on the status of the deep scan.
BETA 2:
- THIS VERSION WILL RESET DEFAULT OPTIONS. Whoops, I didn't check my set defaults closely enough.
- TRANSLATIONS NEEDED: I have hacked a few lines and changed some others so that the non-English clients should stop erroring on popup.
- Tidied up the help messages to stop suggesting /rb when it doesn't work any longer :)
- When someone new shares data with you it should now show up without requiring a reload of the UI.
- Using the minimap icon to select a RecipeBook tab while the RecipeBook window is open now correctly loads that tab.
Optional Files (0)


Post A Reply Comment Options
Unread 02-01-09, 02:33 PM  
Featalene
A Defias Bandit

Forum posts: 2
File comments: 5
Uploads: 0
Error Report

I'm getting these errors when I click on people in chat:

Date: 2009-02-01 14:23:50
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeBook\RecipeBookShare.lua line 652:
attempt to index local 'dropdownFrame' (a nil value)
Debug:
(tail call): ?
[C]: ?
RecipeBook\RecipeBookShare.lua:652:
RecipeBook\RecipeBookShare.lua:650
[C]: UnitPopup_HideButtons()
..\FrameXML\UnitPopup.lua:180: UnitPopup_ShowMenu()
..\FrameXML\FriendsFrame.lua:89: initFunction()
..\FrameXML\UIDropDownMenu.lua:69: UIDropDownMenu_Initialize()
..\FrameXML\UIDropDownMenu.lua:713: ToggleDropDownMenu()
..\FrameXML\FriendsFrame.lua:84: FriendsFrame_ShowDropdown()
..\FrameXML\ItemRef.lua:59:
..\FrameXML\ItemRef.lua:2
(tail call): ?
...ace\AddOns\Blizzard_CombatLog\Blizzard_CombatLog.lua:3570: SetItemRef()
..\FrameXML\ChatFrame.lua:2473:
..\FrameXML\ChatFrame.lua:2472
[C]: ?
[C]: ?
[C]: ?
[C]: ?
[C]: ChatFrame_OnHyperlinkShow()
[string "*:OnHyperlinkClick"]:1:
[string "*:OnHyperlinkClick"]:1
[C]: ?
AddOns:
Swatter, v5.2.4013 (DingoII)
WowheadLooter, v30018
Atlas, v1.13.0
AtlasBattlegrounds, v1.13.0
AtlasDungeonLocs, v1.13.0
AtlasOutdoorRaids, v1.13.0
AtlasTransportation, v1.13.0
AtlasLoot, vv5.03.02
AtlasLootFu, vv5.03.02
AtlasQuest, v4.3.1
AucAdvanced, v5.2.4013 (DingoII)
AucFilterBasic, v5.2.4013 (DingoII)
AucFilterOutlier, v5.2.4013.2531
AucMatchUndercut, v5.2.4013.2531
AucStatClassic, v5.2.4013 (DingoII)
AucStatHistogram, v5.2.4013 (DingoII)
AucStatiLevel, v5.2.4013 (DingoII)
AucStatPurchased, v5.2.4013 (DingoII)
AucStatSales, v5.2.4013.2842
AucStatSimple, v5.2.4013 (DingoII)
AucStatStdDev, v5.2.4013 (DingoII)
AucStatWOWEcon, v5.2.4013.2530
AucUtilAHWindowControl, v5.2.4013.3311
AucUtilAppraiser, v5.2.4013.2530
AucUtilAskPrice, v5.2.4013.3175
AucUtilAutoMagic, v5.2.4013.3142
AucUtilCompactUI, v5.2.4013.2530
AucUtilEasyBuyout, v5.2.4013.3583
AucUtilItemSuggest, v5.2.4013.3108
AucUtilPriceLevel, v5.2.4013.2545
AucUtilScanButton, v5.2.4013.2530
AucUtilScanFinish, v5.2.4013.2530
AucUtilScanProgress, v5.2.4013.2530
AucUtilSearchUI, v5.2.4013.3655
AucUtilSimpleAuction, v5.2.4013.0
AucUtilVendMarkup, v5.2.4013.2530
AutoDing, v2.4.1
Babylonian, v5.1.DEV.130
BeanCounter, v5.2.4013 (DingoII)
BonusScanner, v4.4
Configator, v5.1.DEV.130
CTCore, v3.013 (CTMod 3.0)
CTExpenseHistory, v3.003 (CTMod 3.0)
CTMailMod, v3.005 (CTMod 3.0)
DBMCore, v
DebugLib, v5.1.DEV.130
Enchantrix, v5.2.4013 (DingoII)
EnchantrixBarker, v5.2.4013 (DingoII)
EnhTooltip, v5.1.3715 (SnaggleTooth)
Gatherer, v3.1.9
GathererHUD, v3.1.9
GathererDBWowhead, v1.0.%date%
HealBot, v3.0.8.1
Informant, v5.2.4013 (DingoII)
Omen, v3.0.6
Outfitter, v4.4b3
Quelevel, v3.0.1.3
QuestAnnouncer, v0.5
QuestHelper, v0.85
RandomCompanion, v1.4
ReagentRestocker, v0.9c
RecipeBook, v
Recount, v
Reputation, v1.0
RiposteAlert, v
SharedMedia, v3.0
SlideBar, v5.2.4013 (DingoII)
Stubby, v5.2.4013 (DingoII)
Titan, v4.1.4.30000 (Revision 111)
TitanAmmo, v4.1.4.30000
TitanBag, v4.1.4.30000
TitanClock, v4.1.4.30000
TitanCoords, v4.1.4.30000
TitanCritLine, v0.6.2
TitanEmote, v1.0.4.30000
TitanFriends, v3.0.0
TitanGoldTracker, v4.1.4.30000
TitanGuild, v3.6b
TitanHealBot, v3.0.3.0
TitanItemBonuses, v4.1.4.30000
TitanLootType, v4.1.4.30000
TitanPerformance, v4.1.4.30000
TitanQuests, v2.05
TitanRecZone, v
TitanRegen, v4.1.4.30000
TitanRepair, v4.1.4.30000
TitanVolume, v4.1.4.30000
TitanXP, v4.1.4.30000
WeaponQuickSwap, v
(ck=a03)
Report comment to moderator  
Reply With Quote
Unread 02-01-09, 02:28 PM  
Featalene
A Defias Bandit

Forum posts: 2
File comments: 5
Uploads: 0
Re: Character Deleted

Originally posted by OrcanWonder
I deleted one of my toons since he wasn't getting played and his professions were covered by other toons. Now his known recipes are still showing, is there an easy way to delete this toon from recipe book without having to delete all the files on all my toons and starting over?
Insert the correct info for you in the {}

go to ...\World of Warcraft\WTF\Account\{Your Account Name}\{Server Character Was On}
and delete the folder {Name of Character You Deleted}
Last edited by Featalene : 02-01-09 at 02:30 PM.
Report comment to moderator  
Reply With Quote
Unread 01-31-09, 10:33 PM  
OrcanWonder
A Cyclonian
 
OrcanWonder's Avatar

Forum posts: 40
File comments: 28
Uploads: 0
Character Deleted

I deleted one of my toons since he wasn't getting played and his professions were covered by other toons. Now his known recipes are still showing, is there an easy way to delete this toon from recipe book without having to delete all the files on all my toons and starting over?
Report comment to moderator  
Reply With Quote
Unread 01-30-09, 01:07 PM  
JMHammer
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 309
Uploads: 1
Re: Re: Possible Fix for errors until update

Originally posted by Magicfire
Actually, to fix the problem caused by Patch 3.0.8 in Recipe Book replace:
local dropdownFrame = getglobal(UIDROPDOWNMENU_INIT_MENU);
with:
local dropdownFrame = UIDROPDOWNMENU_INIT_MENU;
Wherever it is used in RecipeBookShare.lua

(Recipe Book code does not use the _G[] version.)
Just posting to confirm that this works.
Report comment to moderator  
Reply With Quote
Unread 01-29-09, 06:14 PM  
Meloric
A Deviate Faerie Dragon

Forum posts: 14
File comments: 31
Uploads: 0
Re: Re: Possible Fix for errors until update

Originally posted by Magicfire
Actually, to fix the problem caused by Patch 3.0.8 in Recipe Book replace:
local dropdownFrame = getglobal(UIDROPDOWNMENU_INIT_MENU);
with:
local dropdownFrame = UIDROPDOWNMENU_INIT_MENU;
Wherever it is used in RecipeBookShare.lua

(Recipe Book code does not use the _G[] version.)

This fix does work. The affected code is used in two lines in RecipeBookShare.lua so insure you change both lines. The first time I tried the fix, I only caught one line and was still getting the error. I'm going from memory but I believe the line numbers are 631 and 651.
Report comment to moderator  
Reply With Quote
Unread 01-26-09, 11:05 AM  
Magicfire
A Kobold Labourer

Forum posts: 1
File comments: 12
Uploads: 0
Re: Re: Re: Possible Fix for errors until update

Originally posted by Kazragore
Yes it fix the problem, but then you get new errors after login and RecipeBook doesn't work:

Date: 2009-01-25 13:21:28
ID: 8
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeBook\RecipeBookShare.lua line 206:
unexpected symbol near 'char(6)'
Debug:
[C]: ?
AddOns:


Date: 2009-01-25 13:22:13
ID: 11
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeBook\RecipeBook.lua line 231:
attempt to index global 'RBShare' (a nil value)
Debug:
[C]: ?
RecipeBook\RecipeBook.lua:231: InitializeSetup()
RecipeBook\RecipeBook.lua:321: OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Kazragore , it looks like your editor messed up the .lua code and threw in some strange characters.

I hope you used something simple like "Notepad" to edit the code.

Your problem was not caused by applying the fix.
Report comment to moderator  
Reply With Quote
Unread 01-25-09, 06:24 AM  
Kazragore
A Deviate Faerie Dragon

Forum posts: 14
File comments: 118
Uploads: 0
Re: Re: Possible Fix for errors until update

Originally posted by Magicfire
Actually, to fix the problem caused by Patch 3.0.8 in Recipe Book replace:
local dropdownFrame = getglobal(UIDROPDOWNMENU_INIT_MENU);
with:
local dropdownFrame = UIDROPDOWNMENU_INIT_MENU;
Wherever it is used in RecipeBookShare.lua

(Recipe Book code does not use the _G[] version.)
Yes it fix the problem, but then you get new errors after login and RecipeBook doesn't work:

Date: 2009-01-25 13:21:28
ID: 8
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeBook\RecipeBookShare.lua line 206:
unexpected symbol near 'char(6)'
Debug:
[C]: ?
AddOns:


Date: 2009-01-25 13:22:13
ID: 11
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeBook\RecipeBook.lua line 231:
attempt to index global 'RBShare' (a nil value)
Debug:
[C]: ?
RecipeBook\RecipeBook.lua:231: InitializeSetup()
RecipeBook\RecipeBook.lua:321: OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Last edited by Kazragore : 01-25-09 at 06:24 AM.
Report comment to moderator  
Reply With Quote
Unread 01-24-09, 04:34 AM  
Cimmeron
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Hi, I've been having a problem with new recipes on vendors and was wondering if anyone else has this problem and can help me.

The problem is when I buy a recipe it gets added to my bank list and recipe turns black on the vendor. Then I learn the recipe and get the message it's been removed from my banked list. But if I open the vendor again the recipe is no longer black it actually shows as still learn able. I've bought a couple of recipes twice before I realize what was going on. When I learn the recipe it's not counting it as learned even if I do a rescan of the trade skill after I learn it.

Once this happens it happens with every recipe there after and the only way I've found to fix it is delete the file in the WTF folder and come back in and let it scan everything again.

This is usually with the cooking vendor as I'll do the cooking quest get my reward log over to my other toon do the cooking quest get my reward and look at recipes and go back to the 1st toon get a recipe and get the mats to make both items. It does how happen on the enchanting vendor where I buy recipes for the shards.

If I'm doing something wrong any help would be appreciated or if someone knows how to fix this with options please let me know.

I love this add-on and don't think I'd be able to keep track of all my recipes without it.

I do also have recipe radar running in case that may have problems with recipe book.
Report comment to moderator  
Reply With Quote
Unread 01-23-09, 04:25 PM  
Magicfire
A Kobold Labourer

Forum posts: 1
File comments: 12
Uploads: 0
Re: Possible Fix for errors until update

Actually, to fix the problem caused by Patch 3.0.8 in Recipe Book replace:
local dropdownFrame = getglobal(UIDROPDOWNMENU_INIT_MENU);
with:
local dropdownFrame = UIDROPDOWNMENU_INIT_MENU;
Wherever it is used in RecipeBookShare.lua

(Recipe Book code does not use the _G[] version.)
Report comment to moderator  
Reply With Quote
Unread 01-23-09, 07:55 AM  
clinic
A Kobold Labourer
 
clinic's Avatar

Forum posts: 1
File comments: 9
Uploads: 0
Possible Fix for errors until update

Just an FYI, some very similar errors happened in AuldLangSyne with the dropdown menus. A solve was posted there, so I thought I would do some checking. Since we are now down for "EMERGENCY" maintenance, I can't test if this would work, but thought I would throw it out there. I'm not a programmer, so this is what they posted over there:

DISCLAIMER: NOT TESTED, JUST POSTED FOR INFORMATION

"Change this:
local dropdownMenu = _G[UIDROPDOWNMENU_INIT_MENU]

to this:

local dropdownMenu = UIDROPDOWNMENU_INIT_MENU

The _G[] is no longer needed based on change in 3.0.8."
Report comment to moderator  
Reply With Quote
Unread 01-23-09, 06:16 AM  
sysa
A Kobold Labourer
 
sysa's Avatar

Forum posts: 1
File comments: 17
Uploads: 0
Bugs here as well on right clicking unitframes:

[2009/01/23 13:14:30-27-x1]: RecipeBook-3.0.2-8\RecipeBookShare.lua:652: attempt to index local 'dropdownFrame' (a nil value)
<in C code>: in function `UnitPopup_HideButtons'
Interface\FrameXML\UnitPopup.lua:180: in function `UnitPopup_ShowMenu':
XPerl-3.0.2a\XPerl.lua:2250: in function `initFunction'
Interface\FrameXML\UIDropDownMenu.lua:69: in function `UIDropDownMenu_Initialize':
Interface\FrameXML\UIDropDownMenu.lua:713: in function `ToggleDropDownMenu':
XPerl-3.0.2a\XPerl.lua:2280: in function `func'
Interface\FrameXML\SecureTemplates.lua:364: in function `SecureActionButton_OnClick':
Interface\FrameXML\SecureTemplates.lua:402: in function `SecureUnitButton_OnClick':
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>

---

[2009/01/23 13:14:32-27-x1]: RecipeBook-3.0.2-8\RecipeBookShare.lua:633: attempt to index local 'dropdownFrame' (a nil value)
<in C code>: in function `func'
Interface\FrameXML\UIDropDownMenu.lua:561: in function `UIDropDownMenuButton_OnClick':
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>

---

[2009/01/23 13:16:08-27-x3]: RecipeBook-3.0.2-8\RecipeBookShare.lua:652: attempt to index local 'dropdownFrame' (a nil value)
<in C code>: in function `UnitPopup_HideButtons'
Interface\FrameXML\UnitPopup.lua:180: in function `UnitPopup_ShowMenu':
XPerl-3.0.2a\XPerl.lua:2250: in function `initFunction'
Interface\FrameXML\UIDropDownMenu.lua:69: in function `UIDropDownMenu_Initialize':
Interface\FrameXML\UIDropDownMenu.lua:713: in function `ToggleDropDownMenu':
<string>:"*:OnEnter":2: in function <[string "*:OnEnter"]:1>
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 11:10 PM  
JMHammer
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 309
Uploads: 1
Blizzard changed something with the way dropdown menus are handled. Here are some errors I'm getting since the 3.08 patch:

Date: 2009-01-21 22:19:04
ID: 2
Error occured in: Global
Count: 2
Message: ..\AddOns\TooltipsKhaos\TooltipsKhaos.lua line 659:
attempt to index a nil value

Date: 2009-01-21 21:24:07
ID: 3
Error occured in: Global
Count: 18
Message: ..\AddOns\RecipeBook\RecipeBookShare.lua line 652:
attempt to index local 'dropdownFrame' (a nil value)

Date: 2009-01-21 10:41:55
ID: -1
Error occured in: Global
Count: 2
Message: ..\AddOns\RecipeBook\RecipeBookShare.lua line 633:
attempt to index local 'dropdownFrame' (a nil value)
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 02:06 PM  
A_Nolan
A Deviate Faerie Dragon
 
A_Nolan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 56
Uploads: 9
FuBar Add-on for recipe Book

Hi all.

I'v just made a FuBar add-on for Recipe Book FuBar - Recipie Book. It's not as good as the base map button yet (I am working on it) all it does is open up the main frame.
__________________
w.w.J.d. read the book and find out (J 3:16)
Report comment to moderator  
Reply With Quote
Unread 01-21-09, 01:36 PM  
thandrenn
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 42
Uploads: 3
Re: Error after 3.0.8 Patch

I get the same error as Orcanwonder. Happens when I right click on another player's portrait.
Report comment to moderator  
Reply With Quote
Unread 01-20-09, 07:50 PM  
OrcanWonder
A Cyclonian
 
OrcanWonder's Avatar

Forum posts: 40
File comments: 28
Uploads: 0
Error after 3.0.8 Patch

I dismissed my pet on my DK today and got the following error:
Date: 2009-01-20 19:45:48
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\RecipeBook\RecipeBookShare.lua line 652:
attempt to index local 'dropdownFrame' (a nil value)
Debug:
(tail call): ?
[C]: ?
RecipeBook\RecipeBookShare.lua:652:
RecipeBook\RecipeBookShare.lua:650
[C]: UnitPopup_HideButtons()
..\FrameXML\UnitPopup.lua:180: UnitPopup_ShowMenu()
..\FrameXML\PetFrame.lua:169: initFunction()
..\FrameXML\UIDropDownMenu.lua:69: UIDropDownMenu_Initialize()
..\FrameXML\UIDropDownMenu.lua:713: ToggleDropDownMenu()
..\FrameXML\PetFrame.lua:21: func()
..\FrameXML\SecureTemplates.lua:364: SecureActionButton_OnClick()
..\FrameXML\SecureTemplates.lua:402: SecureUnitButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
AddOns:
Swatter, v5.1.3990 (SnaggleTooth)
AckisRecipeList, vBeta 12.3 1308
AdvancedTradeSkillWindow, v
Atlas, v1.13.0
AtlasBattlegrounds, v1.13.0
AtlasDungeonLocs, v1.13.0
AtlasOutdoorRaids, v1.13.0
AtlasTransportation, v1.13.0
AtlasLoot, vv5.03.02
AtlasQuest, v4.3.1
AucAdvanced, v5.1.3990 (SnaggleTooth)
AucFilterBasic, v5.1.3990 (SnaggleTooth)
AucFilterOutlier, v5.1.3990.2531
AucMatchUndercut, v5.1.3990.2531
AucScanData, v5.1.3990 (SnaggleTooth)
AucStatClassic, v5.1.3990 (SnaggleTooth)
AucStatHistogram, v5.1.3990 (SnaggleTooth)
AucStatiLevel, v5.1.3990 (SnaggleTooth)
AucStatPurchased, v5.1.3990 (SnaggleTooth)
AucStatSales, v5.1.3990.2842
AucStatSimple, v5.1.3990 (SnaggleTooth)
AucStatStdDev, v5.1.3990 (SnaggleTooth)
AucStatWOWEcon, v5.1.3990.2530
AucUtilAHWindowControl, v5.1.3990.3311
AucUtilAppraiser, v5.1.3990.2530
AucUtilAskPrice, v5.1.3990.3175
AucUtilAutoMagic, v5.1.3990.3142
AucUtilCompactUI, v5.1.3990.2530
AucUtilEasyBuyout, v5.1.3990.3583
AucUtilItemSuggest, v5.1.3990.3108
AucUtilPriceLevel, v5.1.3990.2545
AucUtilScanButton, v5.1.3990.2530
AucUtilScanFinish, v5.1.3990.2530
AucUtilScanProgress, v5.1.3990.2530
AucUtilSearchUI, v5.1.3990.3655
AucUtilSimpleAuction, v5.1.3990.0
AucUtilVendMarkup, v5.1.3990.2530
AuctionProfit, v2.1beta
AutoDing, v2.4.1
AutoProfitX, v2.04
Babylonian, v5.1.DEV.130
BeanCounter, v5.1.3990 (SnaggleTooth)
Configator, v5.1.DEV.130
CraftList2, v3.0
CTCore, v3.012 (CTMod 3.0)
CTExpenseHistory, v3.002 (CTMod 3.0)
CTMailMod, v3.004 (CTMod 3.0)
CTMapMod, v3.002 (CTMod 3.0)
CTPartyBuffs, v3.002 (CTMod 3.0)
CTRaidAssist, v3.014 (CTMod 3.0)
CTRaidAssistMTPlayers, v3.001
CTTimer, v3.003 (CTMod 3.0)
CTUnitFrames, v3.012 (CTMod 3.0)
CTViewport, v3.002 (CTMod 3.0)
DBMCore, v
DebugLib, v5.1.DEV.130
FBMergeDatabase, v0.9.6
FBOutfitDisplayFrame, v0.9.6h
FBTrackingFrame, v0.9.6d
FishingBuddy, v0.9.6m
Gatherer, v3.1.9
GFWDisenchantPredictor, v3.0.1
GFWFactionFriend, v3.0.2
GFWFeedOMatic, v3.0.4
GFWLevelator, v3.0
GFWLinkerator, v3.0.1
Informant, v5.1.3990 (SnaggleTooth)
MinimapButtonFrame, v2.2
MinimapButtonFrameSkinPack, v2.1
Outfitter, v4.3.1
Possessions, v2.0.2o v5
PriceEach, v
ProfessionsBook, v3.0.2
QuestGuru, v0.9.7
QuestHelper, v0.83
ReagentID, v3.0.2PRE
RecipeBook, v
RecipeRadar, v1.29
SlideBar, v5.1.3990 (SnaggleTooth)
Stubby, v5.1.3990 (SnaggleTooth)
SukiMiniMapCoords, v1.14.20400
SwindlerPreventer, v3.0.3e
(ck=9e0)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: