Register
Welcome to the Stormspire.net WoW Gold Forums!

Greetings, guest! Welcome to Stormspire.net, your #1 resource for WoW and Diablo 3 Gold, Professions, and everything in between!


If this is your first visit, make sure to check out the Stormspire.net Survival Guide for a quick site orientation. You may also register to unlock all standard forum features, and to get rid of these lovely ads!


Consider Premium Membership if you wish to get the most out of the site.


We proudly host the Official forums for both TradeSkillMaster and The Undermine Journal.

Page 1 of 2 12 Last
Results 1 to 10 of 12
  1. #1
    eu-aegwynn(A)
    Entrepreneur
    chelmo's Avatar
    Posts
    8
    Reputation
    0
    Tagged in
    3 Posts
    Add to this user's reputation

    Disenchant Macro for your shuffle

    hay there, its time for me to stop being a lecher and to contribute!



    we all know, doing the shuffel is extremely boring and time consuming - i dont wanna sit in front of my pc and hit "go disenchant" every 3 seconds!
    with prospecting we can use simple macros, due to its not-so-many resources. when we do the shuffle, we have 40 possible outcomes. no macro with 255 characters can hold that.

    i searched for a way to do it still.
    what to do:

    1. terminate the limiter

    with the neat little addon ClickMacros - Addons - Curse we can create macros with lenght of our choice.

    2. Create the macro:

    this requires 2 steps:
    2.1 Creat a click-macro:



    insert the macro text:
    Code:
    /cast disenchant
    
    /use Nightstone Choker of the Bedrock
    /use Nightstone Choker of the Bouldercrag
    /use Nightstone Choker of the Earthbreaker
    /use Nightstone Choker of the Earthfall
    /use Nightstone Choker of the Earthshaker
    /use Nightstone Choker of the Faultline
    /use Nightstone Choker of the Feverflare
    /use Nightstone Choker of the Fireflash
    /use Nightstone Choker of the Flameblaze
    /use Nightstone Choker of the Galeburst
    /use Nightstone Choker of the Landslide
    /use Nightstone Choker of the Mountainbed
    /use Nightstone Choker of the Rockslab
    /use Nightstone Choker of the Stormblast
    /use Nightstone Choker of the Undertow
    /use Nightstone Choker of the Wavecrest
    /use Nightstone Choker of the Wildfire
    /use Nightstone Choker of the Windflurry
    /use Nightstone Choker of the Windstorm 
    /use Nightstone Choker of the Zephyr
    
    /use Alicite Pendant of the Bedrock
    /use Alicite Pendant of the Bouldercrag
    /use Alicite Pendant of the Earthbreaker
    /use Alicite Pendant of the Earthfall
    /use Alicite Pendant of the Earthshaker
    /use Alicite Pendant of the Faultline
    /use Alicite Pendant of the Feverflare
    /use Alicite Pendant of the Fireflash
    /use Alicite Pendant of the Flameblaze
    /use Alicite Pendant of the Galeburst
    /use Alicite Pendant of the Landslide
    /use Alicite Pendant of the Mountainbed
    /use Alicite Pendant of the Rockslab
    /use Alicite Pendant of the Stormblast
    /use Alicite Pendant of the Undertow
    /use Alicite Pendant of the Wavecrest
    /use Alicite Pendant of the Wildfire
    /use Alicite Pendant of the Windflurry
    /use Alicite Pendant of the Windstorm 
    /use Alicite Pendant of the Zephyr
    
    /use Jasper Ring of the Bedrock
    /use Jasper Ring of the Bouldercrag
    /use Jasper Ring of the Earthbreaker
    /use Jasper Ring of the Earthfall
    /use Jasper Ring of the Earthshaker
    /use Jasper Ring of the Faultline
    /use Jasper Ring of the Feverflare
    /use Jasper Ring of the Fireflash
    /use Jasper Ring of the Flameblaze
    /use Jasper Ring of the Galeburst
    /use Jasper Ring of the Landslide
    /use Jasper Ring of the Mountainbed
    /use Jasper Ring of the Rockslab
    /use Jasper Ring of the Stormblast
    /use Jasper Ring of the Undertow
    /use Jasper Ring of the Wavecrest
    /use Jasper Ring of the Wildfire
    /use Jasper Ring of the Windflurry
    /use Jasper Ring of the Windstorm 
    /use Jasper Ring of the Zephyr
    
    
    /use Hessonit Band of the Bedrock
    /use Hessonit Band of the Bouldercrag
    /use Hessonit Band of the Earthbreaker
    /use Hessonit Band of the Earthfall
    /use Hessonit Band of the Earthshaker
    /use Hessonit Band of the Faultline
    /use Hessonit Band of the Feverflare
    /use Hessonit Band of the Fireflash
    /use Hessonit Band of the Flameblaze
    /use Hessonit Band of the Galeburst
    /use Hessonit Band of the Landslide
    /use Hessonit Band of the Mountainbed
    /use Hessonit Band of the Rockslab
    /use Hessonit Band of the Stormblast
    /use Hessonit Band of the Undertow
    /use Hessonit Band of the Wavecrest
    /use Hessonit Band of the Wildfire
    /use Hessonit Band of the Windflurry
    /use Hessonit Band of the Windstorm 
    /use Hessonit Band of the Zephyr
    
    /use Stormforged Shoulders
    /use Carnelian Spikes
    now then
    2.2 Creat a normal macro

    You can now call upon your lengthy macro with /click name . just write that in a normal macro and bind it!
    Tadaaaa
    we can now disenchant our shuffled stuff via 1 buttonhit. with the help of http://consortium.stormspire.net/con...itimately.html we can disenchant while browsing or what ever.

    Warning: Make sure all rare rings etc. you dont wanna disenchant are in your bank but not in your bag.

    I hope i didnt forget something important ...
    If you have questions, i will gladly answer them, but this is quit the easy solution (i think)

    Greetings

  2. #2
    Apprentice
    Omen's Avatar
    Posts
    1
    Reputation
    0
    Tagged in
    0 Posts
    Add to this user's reputation
    why would you use such along macro when you could just add the item ID considering all the green item share an ID and all the blue have a seperate ID

    so macro would look like

    /cast Disenchant
    /use item:52492
    /use item:52309
    /use item:52308
    /use item:52307
    /use item:52306

    Stormforged Shoulder add line with /use item:55037

    This will disenchant all the green rings, spikes, Shoulders and leaves the Blue Rings
    Last edited by Omen; September 16th, 2011 at 12:20 PM.

  3. #3
    eu-aegwynn(A)
    Entrepreneur
    chelmo's Avatar
    Posts
    8
    Reputation
    0
    Tagged in
    3 Posts
    Add to this user's reputation
    oh its that simple? lawl all the work for nothing Xd thx for the tip

  4. #4
    US-Dragonblight(A)
    Entrepreneur
    Soultaker's Avatar
    Posts
    14
    Reputation
    3
    Tagged in
    4 Posts
    Add to this user's reputation
    This will get all the green and the blue rings and necks:

    #showtooltip Disenchant
    /cast Disenchant
    /use item:52492
    /use item:52309
    /use item:52308
    /use item:52307
    /use item:52306
    /use item:52314
    /use item:52316
    /use item:52312
    /use item:52310

  5. #5
    Entrepreneur
    Jenzali's Avatar
    Posts
    100
    Reputation
    19
    Tagged in
    45 Posts
    Add to this user's reputation
    I also like to add this so that I literally don't need to do anything.

    Code:
    /use Lesser Celestial Essence
    /use Small Heavenly Shard
    /click PostalOpenAllButton
    It will combine the smaller enchanting mats and automatically retrieve more DE fodder from the mailbox if you are using Postal

  6. #6
    EU-Burning Blade(A)
    Entrepreneur
    shrink1991's Avatar
    Posts
    10
    Reputation
    0
    Tagged in
    0 Posts
    Add to this user's reputation
    I'd recommend using Enchantrix. Once you've installed it and configured it will automatically pop up with do you want to disenchant "NAME OF ITEM" (yes/no/ignore) etc, etc.

  7. #7
    Apprentice
    Nivv's Avatar
    Posts
    1
    Reputation
    0
    Tagged in
    0 Posts
    Add to this user's reputation
    Another option is to use 4 enchanting bags to catch the dust and use mailopener's open all check box with the following macro (what I do)

    Follow the pattern, and profit.

    /cast disenchant
    /use 0 1
    /use 0 2
    ...
    /use 0 16

    While I dislike it for D/eing, the addon panda also does the same thing, and it's what I use to prospect.
    Last edited by Nivv; October 16th, 2011 at 09:42 PM.

  8. #8
    EU-Frostmane(H)
    Entrepreneur
    Ludde's Avatar
    Posts
    10
    Reputation
    0
    Tagged in
    1 Posts
    Add to this user's reputation
    Quote Originally Posted by Jenzali View Post
    I also like to add this so that I literally don't need to do anything.

    Code:
    /use Lesser Celestial Essence
    /use Small Heavenly Shard
    /click PostalOpenAllButton
    It will combine the smaller enchanting mats and automatically retrieve more DE fodder from the mailbox if you are using Postal
    +1 rep on this one This has been the only thing that bothers me with disenchanting.

    /Ludde

  9. #9
    EU-Drak'Thul(H)
    Entrepreneur
    pekac's Avatar
    Posts
    6
    Reputation
    0
    Tagged in
    0 Posts
    Add to this user's reputation
    for 1 macro DE + Prospect..

    Code:
    /cast !Prospecting
    /use Elementium Ore
    /use Obsidium Ore
    /use Pyrite ore
    /cast !Disenchant
    /use item:52492
    /use item:52309
    /use item:52308
    /use item:52307
    /use item:52306
    /use item:52314
    /use item:52316
    /use item:52312
    /use item:52310

  10. #10
    EU-Neptulon(A)
    Entrepreneur
    Blitzed's Avatar
    Posts
    31
    Reputation
    2
    Tagged in
    4 Posts
    Add to this user's reputation
    I found this to be working quite ok

    First set postal to keep free space of 3 or whichever you may find fitting.

    It also does require enchantrix to be installed.

    Code:
    /click PostalOpenAllButton
    /use Lesser Celestial Essence
    /use Small Heavenly Shard
    /click AutoDEPromptYes
    ~ Blitzed
    -Reality is nothing... perception is everything-

 

 
Page 1 of 2 12 Last

Similar Threads

  1. [Jewelcrafting] Crafting Macro
    By trinity04 in forum Professions
    Replies: 12
    Last Post: September 7th, 2011, 01:51 PM
  2. macro auto-mail
    By Sidieon in forum Official TradeSkillMaster Development Forum
    Replies: 1
    Last Post: June 2nd, 2011, 08:12 PM
  3. [Enchanting] Disenchanting macro help
    By Nerfarious in forum Professions
    Replies: 11
    Last Post: May 17th, 2011, 08:21 AM
  4. Shopping for disenchant
    By Fameseeker in forum Official TradeSkillMaster Development Forum
    Replies: 1
    Last Post: April 14th, 2011, 12:54 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •