Thread Tools Display Modes
02-09-12, 03:55 PM   #1
laukond
A Black Drake
Join Date: Dec 2011
Posts: 87
Simple Roll Code

I am looking for a code doing the same as tekKrush, but extends to affect greed rolls as well and need if local confirmNeed = 1.

Does this code autoloot BoP items when solo? Found it in tekKrush:

LUA Code:
  1. StaticPopupDialogs["LOOT_BIND"].OnCancel = function(self, slot)
  2. if GetNumPartyMembers() == 0 and GetNumRaidMembers() == 0 then ConfirmLootSlot(slot) end
  3. end

If not, I request a code for doing that.

Have a good day.
  Reply With Quote
02-09-12, 05:26 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
See:
http://www.wowinterface.com/forums/s...ad.php?t=40206
  Reply With Quote
02-15-12, 02:11 PM   #3
laukond
A Black Drake
Join Date: Dec 2011
Posts: 87
Thank you, works like a charm .
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Simple Roll Code


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off