Description:
Molinari is an addon designed to make milling and prospecting a bit easier.
While you might do it the old fashion way, by clicking the spell first, then selecting the stack of herbs to mill, or ores to prospect.
Why do it the hard way?
Molinari lets you mill the herbs or prospect the ores without clicking the spell first!
Simply hold the <Alt> key down and click on the stack of herbs you want to mill, or ores you want to prospect. Voilá!
It also has a pretty animation, see the image to the right -->
Known bugs:
Sometimes the loot window won't show, still troubleshooting this.
Restacking the items in a new bag slot seems to fix it for that one time.
I don't know if it is a compatibility issue or what, but it still doesn't work for me. I use Bagnon for my bags add-on (love it!), altoholic to keep an eye on everything to do with my alts, and dominos for my bars. I use X-Bar for my professions and buffs. My add-ons that deal with professions are Professions Book, Recipe Book, Ackis, Advanced Tradeskill Window. I have a BUNCH of other add-ons that I don't think should interfere with Molinari--Gatherer, Cartographer, Auctioneer Advanced, Button Facade, Armory, Titan Panel, etc. I would love it if I could get this to work.
Originally posted by ibumar I noticed that the addon is causing an area in the middle of the screen to become unresponsive to mouse clicks.
The area is about the size of an action button.
I got the same thing but it was caused by Producer... just in case you may have that installed.
Originally posted by ibumar I noticed that the addon is causing an area in the middle of the screen to become unresponsive to mouse clicks.
The area is about the size of an action button.
I noticed that the addon is causing an area in the middle of the screen to become unresponsive to mouse clicks.
The area is about the size of an action button.
Re: Is it possible to add support for DEing items for Enchanters?
Quote:
Originally posted by kittykatmax The title says it all. I recently discovered your addon and I love it, but wish I could use it on my enchanter, too, for disenchanting items.
Originally posted by p3lim On a 5/10/15/20 stack of any herb/ore that can be milled/prospected you need to hold down alt and hover the item, then click the left mouse button once if you see the glow around the item in your bag.
I have not tested this with all bag addons and there might be bugs somewhere else in blizzards ui too.
Yea, I tried that too. It doesn't glow at all. I use Bagnon for my inventory add-on, but as I said, I turned off all add-ons when I tested it. I'm going to try the script fix posted earlier by Dragonflyy and see if that fixes it. You guys rock btw! I don't know what I would do without my add-ons! They make life so much easier!
Originally posted by Peyana I disabled all add-ons and still nothing. I double clicked, I alt double clicked, I single right clicked, single alt clicked. Nothing is happening. How do I set my options? I am not a complete noob to add-ons, but this one is stumping me Once it works, I am sure I will love it
On a 5/10/15/20 stack of any herb/ore that can be milled/prospected you need to hold down alt and hover the item, then click the left mouse button once if you see the glow around the item in your bag.
I have not tested this with all bag addons and there might be bugs somewhere else in blizzards ui too.
Originally posted by p3lim Disable all add-ons and enable them one by one with Molinari to find the culprit.
If you find it, report it here so I can look into it
I disabled all add-ons and still nothing. I double clicked, I alt double clicked, I single right clicked, single alt clicked. Nothing is happening. How do I set my options? I am not a complete noob to add-ons, but this one is stumping me Once it works, I am sure I will love it
Originally posted by dragonflyy I am having the same problem with nothing happening. I tested with all other addons off. Not sure what the problem might be, oh and you wanted OS ... Windows 7RC1 but that doesn't make much of a difference since LUA in WoW isn't OS Specific.
EDIT: Found it. Gathersage2 is what is interfering on my end. It's changing the tooltip by adding more information.
I figured out a work around for the problem I was having. I use gathersage2 and it alters the tooltip. Your addon reads line 2 of the tooltip only. I added some code to make it search the whole tooltip.
find and replace the hookScript function with this:
Code:
local function hookScript(self)
if(self:GetItem() and clickArgs()) then
for i=1,GameTooltip:NumLines() do
local mytext = getglobal("GameTooltipTextLeft" .. i)
local spell = strings[mytext:GetText()]
if(spell) then
local mouse = GetMouseFocus()
button:SetAttribute('macrotext', string.format('/cast %s\n/use %s %s', spell.name, mouse:GetParent():GetID(), mouse:GetID()))
button:ClearAllPoints()
button:SetAllPoints(mouse)
button:SetParent(mouse)
button:Show()
AutoCastShine_AutoCastStart(button, spell.r, spell.g, spell.b)
end
end
end
end
And it now works just fine for me. Hope that helps a bit.
Last edited by dragonflyy : 06-28-2009 at 05:23 PM.
I am having the same problem with nothing happening. I tested with all other addons off. Not sure what the problem might be, oh and you wanted OS ... Windows 7RC1 but that doesn't make much of a difference since LUA in WoW isn't OS Specific.
EDIT: Found it. Gathersage2 is what is interfering on my end. It's changing the tooltip by adding more information.
Last edited by dragonflyy : 06-28-2009 at 12:45 PM.
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com