irfancemara
New Member
- Joined
- Jan 15, 2010
- Messages
- 162
- Reaction score
- 0
Since 5.0.4 release loot filter didnt working anymore, and i
find some tips at Loot Filter - Bags & Inventory - World of Warcraft Addons - Curse, hope this help
Make, the hands the following:
1. Download this Loot Filter/or use the existing one
2. Open file LootFilter.toc and replace this:
## Interface: 40000
to
## Interface: 50001
3. Open file lib/events.lua and replace this line:
if (not LootSlotIsCoin (i)) then ---- the 74th line.
in
if (not LootSlot (i)) then
working good for me
find some tips at Loot Filter - Bags & Inventory - World of Warcraft Addons - Curse, hope this help
Make, the hands the following:
1. Download this Loot Filter/or use the existing one
2. Open file LootFilter.toc and replace this:
## Interface: 40000
to
## Interface: 50001
3. Open file lib/events.lua and replace this line:
if (not LootSlotIsCoin (i)) then ---- the 74th line.
in
if (not LootSlot (i)) then
working good for me