1. May 26, 2020  

    Need some help

    Hi, im new in multibox and need help with macro for loot roll

  2. May 26, 2020  
    Can you give more information? What do you mean loot roll?

    Like a macro to do /roll?

  3. May 26, 2020  
    Can you give more information? What do you mean loot roll?

    Like a macro to do /roll?
    loot popup window (Need Greed Disenchant Pass)

  4. May 26, 2020  
    /run SetOptOutOfLoot(1)
    to change to "Pass on Loot: Yes"

    /click GroupLootFrame1GreedButton
    /click StaticPopup1Button1

    "1" is first window, etc. Replace "Greed" part with "Need" if necessary
    second line is just that confirmation window

  5. May 27, 2020  
    /run SetOptOutOfLoot(1)
    to change to "Pass on Loot: Yes"

    /click GroupLootFrame1GreedButton
    /click StaticPopup1Button1

    "1" is first window, etc. Replace "Greed" part with "Need" if necessary
    second line is just that confirmation window
    I dont know why but this:
    /run SetOptOutOfLoot(1) work perfect

    and this:
    /click GroupLootFrame1GreedButton
    /click StaticPopup1Button1
    not work, nothing happen

    I found this script but its only work on first item in the list (if drop more then 1 item, it will be useless)
    /script RollOnLoot(1, 2)
    /script ConfirmLootRoll(1, 2)

  6. May 27, 2020  
    I mean this is what works for me:

    /click GroupLootFrame1GreedButton
    /click StaticPopup1Button1
    /click GroupLootFrame2GreedButton
    /click StaticPopup1Button1
    /click GroupLootFrame3GreedButton
    /click StaticPopup1Button1
    /click GroupLootFrame4GreedButton
    /click StaticPopup1Button1


    I found this script but its only work on first item in the list (if drop more then 1 item, it will be useless)
    /script RollOnLoot(1, 2)
    /script ConfirmLootRoll(1, 2)
    /script RollOnLoot(1, 2)
    /script ConfirmLootRoll(1, 2)
    /script RollOnLoot(2, 2)
    /script ConfirmLootRoll(1, 2)
    /script RollOnLoot(3, 2)
    /script ConfirmLootRoll(1, 2)
    /script RollOnLoot(4, 2)
    /script ConfirmLootRoll(1, 2)

    worked few times, then it started to crash the loop idk, didnt accept confimation first, then it just simply didnt work for me
    Edited: May 27, 2020

  7. May 27, 2020  
    Jamba the addon also has an option for auto-opting out of loot for all your slave clients!

  8. May 27, 2020  
    Jamba the addon also has an option for auto-opting out of loot for all your slave clients!
    thx will try today

Posting Permissions

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