• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin - Prof] Liquid's Disenchant Plugin

    Discussion in 'Uncataloged' started by LiquidAtoR, May 14, 2010.

    1. ogg

      ogg New Member

      Joined:
      Oct 12, 2011
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      Is there a setting I can change somewhere to make it DE blues? I DE about 100+ Stormforged Shoulders per day which are a blue quality item and would be great if I could make it automated :D
       
    2. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Line 114 look for:
      Code:
      targetItems[a].Quality != WoWItemQuality.Uncommon
      Change Uncommon to Rare so it reads:
      Code:
      targetItems[a].Quality != WoWItemQuality.Rare
      That should DE all rare items that are not soulbound. So be aware that it also DE's any other BoE items in your inventory ;)
       
    3. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Does it work with Auto-Equip? If i lvl a new Toon, does Auto-Equip with use and if not your Plugin will disenchant it?
       
    4. Toney001

      Toney001 New Member

      Joined:
      Oct 12, 2011
      Messages:
      1,206
      Likes Received:
      5
      Trophy Points:
      0
      I tried this myself as I'm constantly DEing blues from shuffle (plus those shoulders), and it works, but is there a way to add a line so it doesn't do either greens or blues, but instead both?
      Will love you forever and ever.

      Thanks :)
       
    5. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Probably something along the lines to change
      Code:
      targetItems[a].Quality != WoWItemQuality.Uncommon
      to
      Code:
      targetItems[a].Quality == WoWItemQuality.Uncommon || targetItems[a].Quality == WoWItemQuality.Rare
      No guarantees though, can't test it atm.
       
    6. Toney001

      Toney001 New Member

      Joined:
      Oct 12, 2011
      Messages:
      1,206
      Likes Received:
      5
      Trophy Points:
      0
      Nope. It doesn't even do anything >.<
      If I have any other items on me than the green/blues (like dust) it'll try to DE those, but it won't touch the green/blues.
       
    7. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      I probably shouldn't have changed the ! to =
      Try it with
      Code:
      targetItems[a].Quality != WoWItemQuality.Uncommon || targetItems[a].Quality != WoWItemQuality.Rare
      I don't have a game here atm, so I can't run it :p
       
    8. Toney001

      Toney001 New Member

      Joined:
      Oct 12, 2011
      Messages:
      1,206
      Likes Received:
      5
      Trophy Points:
      0
      Still not doing anything.
      I'm more than happy to keep trying but don't worry about it if you're busy. No rush. Whenever you can.

      I really appreciate the fast responses :D.
       
    9. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      Home again, and had a look at the whole code :D and you know what, that helps alot, hehe.

      Around line 114 change the similar code to this:
      Code:
      targetItems[a].Quality == WoWItemQuality.Poor || targetItems[a].Quality == WoWItemQuality.Common || targetItems[a].Quality == WoWItemQuality.Epic
      This leaves all Poor, Common and Epic items alone. De's all Uncommon and Rare items that are not Soul or Accountbound and not on the ignore list.
      So for clarity the whole sentence should read (I changed the looks a bit):
      Code:
          else if 
           (targetItems[a].IsSoulbound || 
            targetItems[a].IsAccountBound || 
             ignoreItems.Contains(targetItems[a].Entry) || 
              targetItems[a].Quality == WoWItemQuality.Poor || 
               targetItems[a].Quality == WoWItemQuality.Common || 
                targetItems[a].Quality == WoWItemQuality.Epic)
       
      Last edited: Jan 15, 2012
    10. Toney001

      Toney001 New Member

      Joined:
      Oct 12, 2011
      Messages:
      1,206
      Likes Received:
      5
      Trophy Points:
      0
      Oh dear god I want to make sweet love to you! Ty so much! Works like a charm :)
      I wish I could spam you with rep lol
       
    11. Altereg89

      Altereg89 New Member

      Joined:
      Dec 25, 2011
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Works like a charm! Awesome code. Can't seem to find a working thread here for Prospecting/ making greens then sending greens to an alt, retrieve from mailbox and disenchant all greens. Any help? THanks!
       
    12. kritical

      kritical New Member Legendary

      Joined:
      Jan 23, 2010
      Messages:
      85
      Likes Received:
      5
      Trophy Points:
      0
    13. cuthead

      cuthead Member

      Joined:
      Jan 15, 2010
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      6
      You can edit the plugins also disenchant rare iteam?
       
    14. Perkaan

      Perkaan New Member

      Joined:
      Aug 19, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      I don't get it. How do i make it disenchant blue BoE stuff?

      Kind regards Perkaan.
       
    15. Perkaan

      Perkaan New Member

      Joined:
      Aug 19, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
    16. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      http://www.thebuddyforum.com/honorb...f-liquids-disenchant-plugin-5.html#post395903
      Follow the steps here (it's on the former page) and read the description to what it does.
      That should solve the disenchant rares part.

      I'm @ work (am on laptop in my truck in Neuss (Germany) with a prepaid mobile internet stick), so can't do much more than reference atm.
       
      Last edited: Jan 15, 2012
    17. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Nice plugin. What if I wanted it to DE all soulbound items, e.g. quest rewards while in the process of leveling through one of Kick's profiles?

      Is there some code modification I can do to tell it to DE ALL Uncommon items? If this was possible, do you know if it would hinder AutoEquip's plugin (what I use to have the bot swap in better pieces as they are found/quest rewarded).

      Please forgive me if I left you confused with this inquiry. If you follow my reasoning, let me know if something can be done. Thanks in advance!!
       
    18. Trig

      Trig New Member

      Joined:
      Dec 26, 2011
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      Awsome plugin, really usefull for chars with enchanting :D
      I got only one question though, is it possible to make it 'slower' than AutoEquip? :p
      Atm its way faster, and destroys any possible item upgrades, before AutoEquip gets a chance to equip them. Is it an easy fix to make it Pulse() every 5minutes for example?
       
    19. Vancouver99

      Vancouver99 New Member

      Joined:
      Jan 10, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Is there any way to add certain items (Cataclysm random enchant Rings and Necklaces from JCing) so I stop getting the messages:
      [LiquidDisenchant]: Hessonite Band of the Seer (Entry:52308).
      [LiquidDisenchant]: Jasper Ring of the Whale (Entry:52306).
      [LiquidDisenchant]: Hessonite Band of the Bear (Entry:52308).
      [LiquidDisenchant]: Hessonite Band of the Wavecrest (Entry:52308).
      [LiquidDisenchant]: Hessonite Band of the Sorcerer (Entry:52308).
      [LiquidDisenchant]: Hessonite Band of the Beast (Entry:52308).
      [LiquidDisenchant]: Hessonite Band of the Invoker (Entry:52308).
      [LiquidDisenchant]: Hessonite Band of the Stormblast (Entry:52308).
      [LiquidDisenchant]: Hessonite Band of the Seer (Entry:52308).
      [LiquidDisenchant]: Hessonite Band of the Wavecrest (Entry:52308).
      [LiquidDisenchant]: Hessonite Band of the Galeburst (Entry:52308).
      [LiquidDisenchant]: Jasper Ring of the Whale (Entry:52306).

      And it does not DE them?

      Thanks
       
    20. Ama

      Ama New Member

      Joined:
      Jun 6, 2011
      Messages:
      1,171
      Likes Received:
      33
      Trophy Points:
      0
      Nice. I got a lvl 85 that im going to put enchanting and jc on. This should help out. My plan is to put it on instancebuddy and have it farm lower level dungeons for enchanting mats.
       

    Share This Page