| Updated: | 08-08-09 08:40 PM |
| Created: | 04-23-09 06:33 PM |
| Downloads: | 3,594 |
| Favorites: | 27 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
1.1.8 |
3kB |
High Five |
06-12-09 05:45 AM |
|
1.1.7 |
3kB |
High Five |
06-11-09 07:20 AM |
|
1.1.6 |
4kB |
High Five |
05-24-09 06:22 PM |
|
1.1.5 |
3kB |
High Five |
05-22-09 09:24 AM |
|
1.1.4 |
3kB |
High Five |
05-17-09 01:13 PM |
|
1.1.3 |
3kB |
High Five |
05-08-09 06:54 AM |
|
1.1.2 |
3kB |
High Five |
05-05-09 01:01 PM |
|
1.1.1 |
3kB |
High Five |
04-30-09 06:39 PM |
|
1.1.0 |
2kB |
High Five |
04-26-09 12:12 PM |
|
1.0.1 |
2kB |
High Five |
04-25-09 05:15 AM |
![]() |
Comment Options |
|
|
||
|
A Murloc Raider
Forum posts: 4
File comments: 26
Uploads: 0
|
|
|
|
|
|
|
|
|
Seems quite a few blues are not being picked up by the addon for some reason, specifically [Prison Manifest] [Noise Machine] [Web Winder Gloves] [Wristguards of Verdant Recovery] [Dark Iceborne Leggings] [Incessant Torch]. It was able to get everything else in my bags. Otherwise I really love this addon it's what I've been looking for quite some time.
|
|
|
|
|
|
||
|
||
|
|
|
|
|||
If I ever do this I'll probably make it prioritize professions, rather than merge them in one. I'll have to think of an elegant way to do this. |
|||
|
|
|
|
||
Maybe, since no one can have more than two professions, it could create just ONE macro, which checks the professions you have, and the first one it finds gets loaded as a normal macro activation, and if it finds a second one that it covers, puts it in the macro as a [mod:ctrl], like so: /run if IsAltKeyDown()then if IsCtrlKeyDown()then Deconstructive:BlacklistItem(<item2>)else Deconstructive:BlacklistItem(<item1>) end /stopmacro [mod:alt] #showtooltip [mod:ctrl]<Profession 2 Item>;<Profession 1 item> /use [mod:ctrl]<Profession 2>;<Profession 1> /use [mod:ctrl]<Profession 2 Item>;<Profession 1 Item> Since it uses item codes, this should still squeek in under the 250 character limit? If not, maybe you could make an alias for "Deconstructive:BlacklistItem" in the addon like "DCon:BLItem" (And yes, to blacklist an item for the [mod:ctrl] Profession, you would hold down alt AND control)
Last edited by Redwood Elf : 06-12-09 at 12:19 PM.
|
||
|
|
|
|
|
|
Thank you for your input.
The problem was detecting what professions you have. I had it run when the addon was first loaded, which actually happens before your spells are evaluated when you first log in, but still works if you reload the UI. Uploading the fixed version. |
|
|
|
|
|
||
|
A Defias Bandit
Forum posts: 2
File comments: 30
Uploads: 0
|
**Update** I disabled the addon in game (via Optionless House), reloaded UI, enabled the addon again and then reloaded UI, and the macro is now there. Works rather nice. As I said, a little more description of what this addon does, how to fix the problem like I had, and what to expect when using the addon would be good.
Last edited by SShadow1974 : 06-12-09 at 03:46 AM.
|
|
|
|
|
|
|
|
A macro should have been created for each profession of Jewelcrafting, Enchanting and Inscription. Which one(s) do you have?
I'll look into making the description more... descriptive. |
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 30
Uploads: 0
|
I've installed this addon, and I can access the /decon menu to get help or blacklist... But there is no macros or anything else. I've looked through the .toc and there is simply no information on how to use this addon.
And honestly, the description of what this accomplishes is rather vague. A more detailed description would be nice. |
|
|
|
|
|
|
Hmm, I thought I had it right.
In the off chance it's the item's fault (if this only happened with one item), could you tell me what it was? edit: I could not get it to not work, but I did do some code modifications and betterificatons. Please comment again if you still have problems.
Last edited by High Five : 05-24-09 at 06:21 PM.
|
|
|
|
|
|
|
|
Doesn't seem to be disenchanting anymore, not automatically, anyway. It's requiring a specify an item, even though there is a green, non-enchanted, non-gemmed item in my bag.
|
|
|
|
|
|
|
|
seems fixed now
![]() |
|
|
|
|
|
||
Code:
Disable errors Do my stuff Enable errors. Anyway I tested this last night and it seems the error appears due to the way used items are removed. If the issue is what I think it is, this will be easier to fix than I though (and no error message either!). BRB need some ore... edit: I think it's fixed now. Comment again if you run into any more issues.
Last edited by High Five : 05-17-09 at 01:11 PM.
|
||
|
|
|
|
|
|
it happens every time i'm milling the last 5 herbs of a stack.
20 herbs, no problem 15, nada 10, nada 5 herbs = internal bag error i think somehow you're trying to stack the last 5 herbs with another full 20 stacks, i'm saying this because the last 5 herbs in my bag didn't generate the error.
Last edited by sun : 05-16-09 at 02:46 AM.
|
|
|
|
![]() |