Thread: Obliterum Forge

  1. #1
    Bloodsail Admiral
    10+ Year Old Account
    Join Date
    Jan 2014
    Location
    South Carolina
    Posts
    1,176

    Obliterum Forge

    This may already be created but I am wondering as a first task if this would be a tough addon to create.

    1. Create Two Buttons on Obliterum Forge Window
    2. First Button - Set Item
    3. Second Item submit get item from bags and obliterate
    4. Auto-loots ash afterwords

    Assuming you use the following script:

    /run
    for bag=0,4,1 do
    for slot=1,GetContainerNumSlots(bag),1 do
    local name=GetContainerItemLink(bag,slot)
    if name and string.find(name,"Warhide")
    then UseContainerItem(bag,slot)
    end
    end
    end


    Obviously, replacing "Warhide" with a string variable set by button 1.

  2. #2
    theres already an addon that does this

    EasyObliterate

  3. #3
    Bloodsail Admiral
    10+ Year Old Account
    Join Date
    Jan 2014
    Location
    South Carolina
    Posts
    1,176
    I will have to see if it does what I want it to do. In theory, I am looking for a way to destroy all warhide in my bags in one button push. Since, I am allow to craft them all in one button push, I should be able to destroy them all. :P

  4. #4
    Quote Originally Posted by Youn View Post
    I will have to see if it does what I want it to do. In theory, I am looking for a way to destroy all warhide in my bags in one button push. Since, I am allow to craft them all in one button push, I should be able to destroy them all. :P

    "Added the ability to automatically select the next item to obliterate! Together with auto loot you now only have to click on the obliterate button!"


    Seems like it does.
    oh, honey.

  5. #5
    Bloodsail Admiral
    10+ Year Old Account
    Join Date
    Jan 2014
    Location
    South Carolina
    Posts
    1,176
    Well, that works for what I want. Darn, I keep meaning to teach myself Lua and someone else keep making the item I need.

Posting Permissions

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