Download
(3Kb)
Download
Updated: 04-09-12 09:06 AM
Pictures
File Info
Updated:04-09-12 09:06 AM
Created:12-09-11 01:19 PM
Downloads:4,369
Favorites:7
MD5:
Categories:TradeSkill Mods, Bags, Bank, Inventory

Easy Disenchant

Version: 1.0.2
by: kneeki [More]

Easily Disenchant, Prospect, or Mill

This Addon makes the three very tedious actions quite simple. Simply using one of the following macros will allow you to one-button Prospect, Mill, or DE items in your inventory. You can add (or remove) items from "item_list.lua" quite easily. Please report any bugs to the comments section!

Code:
#showtooltip
/script EasyDisenchant("Disenchant")
/cast Disenchant
/click EasyDisenchantButton LeftButton
Code:
#showtooltip
/script EasyDisenchant("Prospecting")
/cast Prospecting
/click EasyDisenchantButton LeftButton
Code:
#showtooltip
/script EasyDisenchant("Milling")
/cast Milling
/click EasyDisenchantButton LeftButton

1.0.1 - Fixed earth root item ID
1.0.2 - Fixed Twilight Jasmine ID
Optional Files (0)


Post A Reply Comment Options
Unread 08-05-12, 02:45 PM  
kneeki
A Flamescale Wyrmkin
 
kneeki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 134
File comments: 144
Uploads: 5
Originally Posted by tednik
i uploaded a fan update its waiting approval now
TY mate!
Report comment to moderator  
Reply With Quote
Unread 08-05-12, 03:17 AM  
tednik
An Aku'mai Servant
 
tednik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 51
Uploads: 2
i uploaded a fan update its waiting approval now
Report comment to moderator  
Reply With Quote
Unread 08-04-12, 05:54 PM  
kneeki
A Flamescale Wyrmkin
 
kneeki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 134
File comments: 144
Uploads: 5
Re: Mop Edits

Originally Posted by tednik
Here are the edits to the prospecting and milling section havent tested the milling but the prospecting works and the mod work great in MOP



Lua Code:
  1. --[[ For fucks sake! This part took me the longest to complete! ]]
  2.  
  3. EasyDE_item_list = {
  4.     ["Disenchant"] = {
  5.         -- Jewelcrafting
  6.         52314, -- Nightstone Choker (blue)
  7.         52309, -- Nightstone Choker (green)
  8.         52312, -- Alicite Pendant (blue)
  9.         52307, -- Alicite Pendant (green)
  10.         52310, -- Jasper Ring 1 (blue)
  11.         52311, -- Jasper Ring 2 (blue)
  12.         52306, -- Jasper Ring (green)
  13.         52316, -- Hessonite Band (blue)
  14.         52308, -- Hessonite Band 1 (green)
  15.         52317, -- Hessonite Band 2 (green)
  16.         52492, -- Carnelian Spikes
  17.        
  18.         -- Tailoring
  19.         41521, -- Frostwoven Cowl
  20.         41522, -- Frostwoven Belt
  21.         41543, -- Duskweave Belt
  22.         54473, -- Deathsilk Bracers
  23.         54471, -- Deathsilk Belt
  24.         54474, -- Deathsilk Shoulders
  25.         54477, -- Deathsilk Boots
  26.         54472, -- Deathsilk Leggings
  27.         54478, -- Deathsilk Gloves
  28.         54476, -- Deathsilk Cowl
  29.         54475, -- Deathsilk Robe
  30.         54485, -- Spiritmend Cowl
  31.         54486, -- Spiritmend Robe
  32.         54484, -- Spiritmend Gloves
  33.         54483, -- Spiritmend Leggings
  34.         54479, -- Spiritmend Shoulders
  35.         54482, -- Spiritmend Boots
  36.         54481, -- Spiritmend Belt
  37.         54480, -- Spiritmend Bracers
  38.         75098, -- Vicious Embersilk Bracers
  39.         75064, -- Vicious Embersilk Shoulders
  40.         75070, -- Vicious Embersilk Gloves
  41.         75095, -- Vicious Embersilk Boots
  42.         75089, -- Vicious Fireweave Bracers
  43.         75091, -- Vicious Fireweave Shoulders
  44.         75087, -- Vicious Fireweave Boots
  45.         75063, -- Vicious Fireweave Gloves
  46.     },
  47.    
  48.     ["Prospecting"] = {
  49.         2770, -- Copper Ore
  50.         2771, -- Tin Ore
  51.         2772, -- Iron Ore
  52.         3858, -- Mithril Ore
  53.         10620, -- Thorium Ore
  54.         23424, -- Fel Iron Ore
  55.         23425, -- Adamantite Ore
  56.         36909, -- Cobalt Ore
  57.         36912, -- Saronite Ore
  58.         36910, -- Titanium Ore
  59.         53038, -- Obsidium Ore
  60.         52185, -- Elementium Ore
  61.         52183, -- Pyrite Ore
  62.         72092, -- Ghost Iron Ore
  63.         72103, -- White Trillium Ore
  64.         72094, -- Black Trillium Ore
  65.     },
  66.    
  67.     ["Milling"] = {
  68.         785, -- Mageroyal
  69.         2449, -- Earthroot
  70.         2247, -- Peacebloom
  71.         765, -- Silverleaf
  72.         2450, -- Briarthorn
  73.         2453, -- Bruiseweed
  74.         3820, -- Stranglekelp
  75.         2452, -- Swiftthistle
  76.         3369, -- Gravemoss
  77.         3356, -- Kingsblood
  78.         3357, -- Liferoot
  79.         3355, -- Wild Steelbloom
  80.         3819, -- Dragon's Teeth
  81.         3818, -- Fadeleaf
  82.         3821, -- Goldthorn
  83.         3358, -- Khadgar's Whisker
  84.         8836, -- Arthas' Tears
  85.         8839, -- Blindweed
  86.         4625, -- Firebloom
  87.         8845, -- Ghost Mushroom
  88.         8846, -- Gromsblood
  89.         8831, -- Purple Lotus
  90.         8838, -- Sungrass
  91.         13467, -- Icecap
  92.         13463, -- Dreamfoil
  93.         13464, -- Golden Sansam
  94.         13465, -- Mountain Silversage
  95.         13466, -- Sorrowmoss
  96.         22790, -- Ancient Lichen
  97.         22786, -- Dreaming Glory
  98.         22785, -- Felweed
  99.         22793, -- Mana Thistle
  100.         22791, -- Netherbloom
  101.         27792, -- Nightmare Vine
  102.         22787, -- Ragveil
  103.         22789, -- Terocone
  104.         36903, -- Adder's Tongue
  105.         37921, -- Deadnettle
  106.         39970, -- Fire Leaf
  107.         39969, -- Fire Seed
  108.         36901, -- Goldclover
  109.         36906, -- Icethorn
  110.         36905, -- Lichbloom
  111.         36907, -- Talandra's Rose
  112.         36904, -- Tiger Lilly
  113.         52983, -- Cinderbloom
  114.         52984, -- Stormvine
  115.         52985, -- Azshara's Veil
  116.         52986, -- Heartblossom
  117.         52987, -- Twilight Jasmine
  118.         52988, -- Whiptail
  119.         72234, -- Green Tea Leaf
  120.         72235, -- Silkweed
  121.         72237, -- Rain Poppy
  122.         79010, -- Snow Lily
  123.         79011, -- Fool's Cap
  124.     },
  125. }
Thanks mate! I've not been able to play for the last few months as I'm currently training for a bodybuilding competition. I *think* the site allows you to upload a "user update" or some such. I'll check the options here in a few minutes. If not, hopefully I'll be able to update the addon with your update in the very near future.
Report comment to moderator  
Reply With Quote
Unread 08-04-12, 02:27 PM  
tednik
An Aku'mai Servant
 
tednik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 51
Uploads: 2
Mop Edits

Here are the edits to the prospecting and milling section havent tested the milling but the prospecting works and the mod work great in MOP



Lua Code:
  1. --[[ For fucks sake! This part took me the longest to complete! ]]
  2.  
  3. EasyDE_item_list = {
  4.     ["Disenchant"] = {
  5.         -- Jewelcrafting
  6.         52314, -- Nightstone Choker (blue)
  7.         52309, -- Nightstone Choker (green)
  8.         52312, -- Alicite Pendant (blue)
  9.         52307, -- Alicite Pendant (green)
  10.         52310, -- Jasper Ring 1 (blue)
  11.         52311, -- Jasper Ring 2 (blue)
  12.         52306, -- Jasper Ring (green)
  13.         52316, -- Hessonite Band (blue)
  14.         52308, -- Hessonite Band 1 (green)
  15.         52317, -- Hessonite Band 2 (green)
  16.         52492, -- Carnelian Spikes
  17.        
  18.         -- Tailoring
  19.         41521, -- Frostwoven Cowl
  20.         41522, -- Frostwoven Belt
  21.         41543, -- Duskweave Belt
  22.         54473, -- Deathsilk Bracers
  23.         54471, -- Deathsilk Belt
  24.         54474, -- Deathsilk Shoulders
  25.         54477, -- Deathsilk Boots
  26.         54472, -- Deathsilk Leggings
  27.         54478, -- Deathsilk Gloves
  28.         54476, -- Deathsilk Cowl
  29.         54475, -- Deathsilk Robe
  30.         54485, -- Spiritmend Cowl
  31.         54486, -- Spiritmend Robe
  32.         54484, -- Spiritmend Gloves
  33.         54483, -- Spiritmend Leggings
  34.         54479, -- Spiritmend Shoulders
  35.         54482, -- Spiritmend Boots
  36.         54481, -- Spiritmend Belt
  37.         54480, -- Spiritmend Bracers
  38.         75098, -- Vicious Embersilk Bracers
  39.         75064, -- Vicious Embersilk Shoulders
  40.         75070, -- Vicious Embersilk Gloves
  41.         75095, -- Vicious Embersilk Boots
  42.         75089, -- Vicious Fireweave Bracers
  43.         75091, -- Vicious Fireweave Shoulders
  44.         75087, -- Vicious Fireweave Boots
  45.         75063, -- Vicious Fireweave Gloves
  46.     },
  47.    
  48.     ["Prospecting"] = {
  49.         2770, -- Copper Ore
  50.         2771, -- Tin Ore
  51.         2772, -- Iron Ore
  52.         3858, -- Mithril Ore
  53.         10620, -- Thorium Ore
  54.         23424, -- Fel Iron Ore
  55.         23425, -- Adamantite Ore
  56.         36909, -- Cobalt Ore
  57.         36912, -- Saronite Ore
  58.         36910, -- Titanium Ore
  59.         53038, -- Obsidium Ore
  60.         52185, -- Elementium Ore
  61.         52183, -- Pyrite Ore
  62.         72092, -- Ghost Iron Ore
  63.         72103, -- White Trillium Ore
  64.         72094, -- Black Trillium Ore
  65.     },
  66.    
  67.     ["Milling"] = {
  68.         785, -- Mageroyal
  69.         2449, -- Earthroot
  70.         2247, -- Peacebloom
  71.         765, -- Silverleaf
  72.         2450, -- Briarthorn
  73.         2453, -- Bruiseweed
  74.         3820, -- Stranglekelp
  75.         2452, -- Swiftthistle
  76.         3369, -- Gravemoss
  77.         3356, -- Kingsblood
  78.         3357, -- Liferoot
  79.         3355, -- Wild Steelbloom
  80.         3819, -- Dragon's Teeth
  81.         3818, -- Fadeleaf
  82.         3821, -- Goldthorn
  83.         3358, -- Khadgar's Whisker
  84.         8836, -- Arthas' Tears
  85.         8839, -- Blindweed
  86.         4625, -- Firebloom
  87.         8845, -- Ghost Mushroom
  88.         8846, -- Gromsblood
  89.         8831, -- Purple Lotus
  90.         8838, -- Sungrass
  91.         13467, -- Icecap
  92.         13463, -- Dreamfoil
  93.         13464, -- Golden Sansam
  94.         13465, -- Mountain Silversage
  95.         13466, -- Sorrowmoss
  96.         22790, -- Ancient Lichen
  97.         22786, -- Dreaming Glory
  98.         22785, -- Felweed
  99.         22793, -- Mana Thistle
  100.         22791, -- Netherbloom
  101.         27792, -- Nightmare Vine
  102.         22787, -- Ragveil
  103.         22789, -- Terocone
  104.         36903, -- Adder's Tongue
  105.         37921, -- Deadnettle
  106.         39970, -- Fire Leaf
  107.         39969, -- Fire Seed
  108.         36901, -- Goldclover
  109.         36906, -- Icethorn
  110.         36905, -- Lichbloom
  111.         36907, -- Talandra's Rose
  112.         36904, -- Tiger Lilly
  113.         52983, -- Cinderbloom
  114.         52984, -- Stormvine
  115.         52985, -- Azshara's Veil
  116.         52986, -- Heartblossom
  117.         52987, -- Twilight Jasmine
  118.         52988, -- Whiptail
  119.         72234, -- Green Tea Leaf
  120.         72235, -- Silkweed
  121.         72237, -- Rain Poppy
  122.         79010, -- Snow Lily
  123.         79011, -- Fool's Cap
  124.     },
  125. }
Report comment to moderator  
Reply With Quote
Unread 07-15-12, 12:44 AM  
3arpbl3y
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 0
thx man.
Report comment to moderator  
Reply With Quote
Unread 04-08-12, 03:10 PM  
tednik
An Aku'mai Servant
 
tednik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 51
Uploads: 2
In the item_list.lua under milling you have

52967, -- Twilight Jasmine

should be

52987, --Twilight Jasmine
Report comment to moderator  
Reply With Quote
Unread 03-22-12, 11:30 AM  
kneeki
A Flamescale Wyrmkin
 
kneeki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 134
File comments: 144
Uploads: 5
Originally Posted by tednik
In the item_list.lua under milling you have

2249, -- Earthroot

should be

2449, -- Earthroot

love the addon
Thanks!
Report comment to moderator  
Reply With Quote
Unread 03-17-12, 07:29 PM  
tednik
An Aku'mai Servant
 
tednik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 51
Uploads: 2
In the item_list.lua under milling you have

2249, -- Earthroot

should be

2449, -- Earthroot

love the addon
Report comment to moderator  
Reply With Quote
Unread 01-01-12, 12:30 PM  
Gautr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 101
Uploads: 5
Works perfectly, having a Logitech keyboard eliminates the need for AHK
__________________
Gautr of Corporation
Hellscream EU
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: