This might be alot of reading, but really it wont take you very long to set up. Best part is you only have to set it up once. To add it to your team you just drag the character set down to the menu, to remove it from your team drag it away.
Before Starting
- Get a Findle's Loot-a-rang
First step.
- In WoW settings turn off "Open loot window at mouse".
- In Wow settings turn off "Auto-Loot".
Second step. (Instructions for creating VideoFX)
- Loot something and create a Video FX Source over the loot bag.
- Repeat for each toon.
- Use the "Save As" feature to save the set as "Auto"
Third step. (Instructions for creating VideoFX)
- Add 4 Video FX Viewers using the names you created in the second step.
- Set Repeater Pass through to Yes.
- Repeat for each toon.
- Use the "Save As" feature to save the set as "Loot"
Fourth step.
- Back to IsBoxer. Make a copy of your current loot keybind.
- Add a VideoFX Action to the keybind that loads the video set "Loot" you created in step 3.
- Add a second step and add a VideoFX Action that loads the video set "Auto"
Break Time
You now have a basic working loot system, go ahead and test it out and play around with it.
Fifth step.
The following are the various macros you may or may not need to use, depending on how you loot. Add them to IsBoxer if you wish.
# Turn Auto-Loot on and off
/script if GetCVar("autoLootDefault") == "1" then SetCVar("autoLootDefault", "0"); print("Autoloot Off"); else SetCVar("autoLootDefault", "1"); print("Autoloot On"); end
# Close the loot window
/run CloseLoot()
# Accept all loot and any BtA message.
/run LootSlot(1)
/run LootSlot(2)
/run LootSlot(3)
/run LootSlot(4)
/run LootSlot(5)
/run LootSlot(6)
/run LootSlot(7)
/run LootSlot(8)
/run LootSlot(9)
/click StaticPopup1Button1
# Loot-a-Rang
/cast Findle's Loot-a-rang
Final Step (Instructions for creating menu buttons)
You need an Accept and Cancel button for each toon, plus an additional Accept and Cancel button for all.
The Accept buttons sends the Accept All macro to each individual slot, and the Cancel button sends the CloseLoot macro to each individual slot. And the two additional Accept/Cancel buttons send the macros to everyone.
Settings
The fastest possible way to loot.
Turn Auto-Loot ON, set group-loot to "Free for all". Get a Findle's Loot-a-rang. Have your loot keybind execute a step when "pressed OR released". The first step opens your VideoFX/Menus and loots, the second step closes your VideoFX/Menus using a Timer Action set for 3 seconds, same as Findle's Loot-a-rang cooldown.
After you hit your loot keybind, you can spam click the accept all macro.
Most versatile way to loot.
Turn Auto-Loot OFF, set group-loot to "Free for all". Have your loot keybind execute a step when "released (default)". The first step opens your VideoFX/Menus and loots, the second step closes your VideoFX/Menus. This is how I usually use it, you use your mouse to loot everything. Its still very fast since you have the "accept all" button to spam click.
Connect With Us