You searched for the word(s):
-
A lightweight addon to easily increase graphics well above the maximum. You all know about the Macro to increase graphics, well, this addon does much, much more. It increases alot of things that doesn't. Including Shadows (3.0), Max Camera Distance and Spell Detail. Some other things that aren't even on the graphics menu too! More trees and background
-
I wish to make an addon, that every time you open a loot window, it checks each item in the loot window to see whether it is a coin. If it's a coin, it will loot it. If else, it won't. A little bit of research got me to find these APIs; numItems = GetNumLootItems() isCoin = LootSlotIsCoin(slot) LootSlot(slot) Here is my pseudocode for the idea;