| | #1 |
| Member Join Date: Aug 2009
Posts: 45
| Hey hey there boxers My Shaman is an Enchanter, so all the crap loot goes to him. Since there now is a disenchant function on the group loot, it would be nice to just have a macro on him that select Disenchant Roll when crap drops. So my question is, is it possible to have a macro like this? That select Disenchant Roll when the Roll window pops up ? Thanks |
| | |
| | #2 |
| Super Moderator | You can try this, I'm not sure if it will work... Code: local f = CreateFrame("Frame", "MyAddon")
f:RegisterEvent("CONFIRM_LOOT_ROLL")
f:SetScript("OnEvent",function(self,event,...)
if event == "CONFIRM_LOOT_ROLL" then
local RollID = select(1, ...)
local roll = select(2, ...)
ConfirmLootRoll( RollID, roll )
end
end)
I found this on the WoW API site so this might be for addons only... worth a try I suppose
__________________ Last edited by Nghtmr9999; 03-14-2010 at 02:07 PM. |
| | |
| | #3 |
| Moderator Join Date: Jul 2009
Posts: 1,213
| Set loot to group loot, and have all your other toons opt out. It will bring the roll thing only on your main, and you can choose to disenchant from there. really handy =) |
| | |
| | #4 |
| Super Moderator | ...or you can do the thing Carbs said and completely forget about my overly complicated script that might not work XD
__________________ |
| | |
| | #5 |
| Senior Member Join Date: Nov 2009 Location: Vancouver, Canada.
Posts: 2,421
| If your main is the enchanter, that works quite well. If one of the slaves is the enchanter, a script like the above will be a decent option. Either that or PiP switch to the enchanter, make the selection and PiP switch back. That would be the easiest option, and since generally speaking only boss loot is BoP that works pretty well and is not required that often. |
| | |
| | #6 |
| Senior Member | With the advent of being able to trade BoP loot to members of your group for 2 hours, I just have all my slaves automatically pass on everything using Jamba. If it is something that could be an upgrade for a slave I trade it to them. If I know it wont be I just roll DE (my main is the enchanter).
__________________ |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| !!!URGENT!!! NVIDIA Users: Roll back from 196.75 drivers | TheMuffinMan | General Discussions | 1 | 03-04-2010 07:32 PM |
| Roll call - Any people going to school for game development or such? | Tim | General Discussions | 3 | 01-15-2010 12:17 PM |