Download
(182Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 02-08-24 02:00 PM
Pictures
File Info
Compatibility:
Classic (1.15.1)
Seeds of Renewal (10.2.5)
WOTLK Patch (3.4.3)
Updated:02-08-24 02:00 PM
Created:04-22-09 01:32 PM
Downloads:65,269
Favorites:420
MD5:

Molinari  Popular! (More than 5000 hits)

Version: 100205.111-Release
by: p3lim [More]

Description

Molinari allows the player to easily "salvage" items directly from the inventory by holding down the Alt key and clicking on the item in their bags, instead of dealing with the tradeskill UI, spellbook, macros or actions.

The following "salvaging" is supported:


In addition, Molinari also works for lockpicking in the trade window.

Translations

If you want to help translate Molinari, please use this form on GitHub:
https://github.com/p3lim-wow/Molinari/issues/new?template=translate.yaml

Feedback & issues

If you would like to report a bug or contribute to the project, please visit GitHub:
https://github.com/p3lim-wow/Molinari/issues/new/choose

Legal

Please see the LICENSE file.

Changes in 100205.111-Release:
  • Changed: Update Interface versions
  • Changed: Update item databases
  • Changed: Updated deDE translations
  • Fixed: Incorrect skill check for disenchanting on classic era
  • Fixed: Anchoring on weird bag addon slots (e.g. BetterBags)
Archived Files (36)
File Name
Version
Size
Author
Date
100200.110-Release
181kB
p3lim
11-20-23 02:53 PM
100105.109-Release
178kB
p3lim
07-14-23 11:30 AM
100100.108-Release
178kB
p3lim
06-23-23 02:38 PM
100100.107-Release
178kB
p3lim
06-22-23 01:22 PM
100100.106-Release
178kB
p3lim
06-13-23 03:58 PM
100100.105-Release
178kB
p3lim
05-19-23 11:35 AM
100100.104-Release
178kB
p3lim
05-16-23 01:21 PM
100100.103-Release
178kB
p3lim
05-14-23 05:19 AM
100100.102-Release
178kB
p3lim
05-07-23 04:34 PM
100100.101-Release
178kB
p3lim
05-06-23 04:46 AM
100100.100-Release
177kB
p3lim
05-03-23 08:23 AM
100100.99-Release
177kB
p3lim
05-03-23 07:22 AM
100100.98-Release
186kB
p3lim
05-02-23 10:46 AM
100005.97-Release
125kB
p3lim
03-03-23 03:24 AM
100005.96-Release
125kB
p3lim
03-02-23 12:58 PM
100002.95-Release
125kB
p3lim
01-01-23 11:31 PM
100002.94-Release
125kB
p3lim
12-03-22 04:04 PM
100002.93-Release
125kB
p3lim
12-02-22 02:32 PM
100002.92-Release
125kB
p3lim
12-02-22 02:29 PM
100002.91-Release
125kB
p3lim
11-27-22 09:15 AM
100002.90-Release
124kB
p3lim
11-16-22 11:06 AM
100000.89-Release
124kB
p3lim
11-03-22 06:10 AM
100000.88-Release
124kB
p3lim
11-03-22 05:15 AM
100000.87-Release
124kB
p3lim
10-28-22 10:42 AM
100000.86-Release
123kB
p3lim
10-28-22 10:36 AM
90207.85-Release
121kB
p3lim
10-03-22 02:15 PM
90207.84-Release
120kB
p3lim
09-21-22 02:39 PM
90200.82-Release
119kB
p3lim
02-22-22 12:06 PM
90105.81-Release
119kB
p3lim
12-22-21 09:56 AM
90105.80-Release
119kB
p3lim
11-03-21 12:17 PM
90100.79-Release
119kB
p3lim
09-27-21 11:28 PM
90100.78-Release
119kB
p3lim
09-27-21 10:53 PM
90100.77-Release
119kB
p3lim
07-23-21 03:12 PM
90100.76-Release
119kB
p3lim
06-30-21 10:23 PM
90000.75-Release
118kB
p3lim
05-26-21 01:34 AM
90000.74-Release
117kB
p3lim
05-21-21 09:52 AM


Post A Reply Comment Options
Unread 01-14-10, 10:48 AM  
Blinddate
A Kobold Labourer
 
Blinddate's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 86
Uploads: 3
Firstly great addon, I love it.. saves me a lot of time!

Unfortunately I'm still experiencing the 'first load' problem,
addon doesn't work after logging in until I do a /reloadui.

Any ideas?
Report comment to moderator  
Reply With Quote
Unread 01-14-10, 09:02 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by Victimize
I found a bug when using this addon in conjunction with cargbags_Nivaya. Unless you remove "Alt" from

Code:
 button:SetScript('OnMouseUp', function(self, mouseButton)
        if (mouseButton == 'RightButton') and (IsAltKeyDown()) then
            local tLink = GetContainerItemLink(button.bagID, button.slotID)
, the addon will not work. Once you remove "Alt", it works fine. However, it also prevents you from alt+right clicking an item in your bag and assigning it a new category with cargbags.
I'll have a chat with cargor
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 05:09 PM  
Victimize
A Murloc Raider

Forum posts: 5
File comments: 15
Uploads: 0
I found a bug when using this addon in conjunction with cargbags_Nivaya. Unless you remove "Alt" from

Code:
 button:SetScript('OnMouseUp', function(self, mouseButton)
        if (mouseButton == 'RightButton') and (IsAltKeyDown()) then
            local tLink = GetContainerItemLink(button.bagID, button.slotID)
, the addon will not work. Once you remove "Alt", it works fine. However, it also prevents you from alt+right clicking an item in your bag and assigning it a new category with cargbags.
Report comment to moderator  
Reply With Quote
Unread 01-07-10, 09:38 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Good, I figured that was the reason.
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 09:29 PM  
GreyWolfSC
A Murloc Raider

Forum posts: 5
File comments: 83
Uploads: 0
Originally posted by p3lim
Whatever is the latest commit on GitHub = Alpha version
Ah, ok. I guess you weren't referring to me then. The alpha fixed the problem perfectly.
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 04:50 PM  
dwex
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 91
Uploads: 2
The latest github commit fixes the first-login problem for me
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 09:05 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by GreyWolfSC
Link, then? I thought the one I mentioned was the "alpha" version. It's the latest one I saw on Github. I used it all night last night with no issues.

http://github.com/p3lim/Molinari/com...fdf1d8adbec0f4 does NOT work. The later one does.
Whatever is the latest commit on GitHub = Alpha version
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 09:20 AM  
GreyWolfSC
A Murloc Raider

Forum posts: 5
File comments: 83
Uploads: 0
Originally posted by p3lim
Well I've asked you to test the Alpha version on GitHub, not the one on WoWInterface.

I don't want to push out too many unneeded versions here.
Link, then? I thought the one I mentioned was the "alpha" version. It's the latest one I saw on Github. I used it all night last night with no issues.

http://github.com/p3lim/Molinari/com...fdf1d8adbec0f4 does NOT work. The later one does.
Last edited by GreyWolfSC : 01-05-10 at 09:22 AM.
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 09:07 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Well I've asked you to test the Alpha version on GitHub, not the one on WoWInterface.

I don't want to push out too many unneeded versions here.
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 07:44 AM  
athyr
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by GreyWolfSC
http://github.com/p3lim/Molinari/com...3cf5a053cd3497

This commit version seems to fix it for me.
That makes it work for me too.
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 10:38 PM  
GreyWolfSC
A Murloc Raider

Forum posts: 5
File comments: 83
Uploads: 0
http://github.com/p3lim/Molinari/com...3cf5a053cd3497

This commit version seems to fix it for me.
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 06:03 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
You're running the version from GitHub?
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 05:59 PM  
Vranx
A Flamescale Wyrmkin
 
Vranx's Avatar

Forum posts: 101
File comments: 176
Uploads: 0
Same for me, if I reload it works.
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 10:25 AM  
athyr
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I just wanted to add that the addon does not work for me when I start the game but if I reload my interface the addon becomes functional. And it works beautifully too ^^.
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 05:15 PM  
strawberrie
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
This doesn't work for me at all. I dled the files off of github and it worked at one time but when i reload the same character it stopped work (prospecting). Disenchanting just doesn't work at all.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

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.