Results: 1Comments by: HyPeRnIcS
File: Need The Orb08-31-10
Better code for non English clients...
Posted By: HyPeRnIcS
Better code for non English clients: local _, name = GetLootRollItemInfo(id); local _, itemLink = GetItemInfo(name) local ItemId = itemLink:match("|Hitem:(%d+)") if (ItemId == 43102) then -- Frozen Orb itemID RollOnLoot(id, 2); end And the code for Battered Hillt: :D if (ItemId == 50379) or...