Results: 20Comments by: smork
File: SliceCommander01-08-11
Could you add some options to chang...
Posted By: smork
Could you add some options to change the font sizes?
File: MutilatePoints10-13-10
Ah god I was sitting here trying to...
Posted By: smork
Ah god I was sitting here trying to figure out how to make it work myself. Thank you for updating!
File: TradeTabs (WoW v4.0.1)10-13-10
thanks
Posted By: smork
thanks
File: Tidy Plates03-26-10
Can you not hardcode in: SetCVar("...
Posted By: smork
Can you not hardcode in: SetCVar("CameraDistanceMaxFactor", 6) 6 is way too high, I actually just use 1. But can you just change it so I don't have to change it? :p
File: LFGStatusIcon01-17-10
Combine this with hLFGReady: http:...
Posted By: smork
Combine this with hLFGReady: http://www.wowinterface.com/downloads/info15362-hLFGReady.html a console "group ready!" and it would be perfect.
File: Producer03-18-09
There is a "LibPeriodicTable-3.1" a...
Posted By: smork
There is a "LibPeriodicTable-3.1" and "LibPeriodicTable-3.1_" folder, seems to cause WUU to throw errors when trying to update this.
File: Producer_Position03-14-09
This adds an option to sort by equi...
Posted By: smork
This adds an option to sort by equipment slot. ie.. Finger, Head, Neck.
File: sThreatMeter203-04-09
yay! now update sTooltip too! :p
Posted By: smork
yay! now update sTooltip too! :p
File: oUF_Freebgrid03-03-09
I'm trying to figure out guardix's...
Posted By: smork
I'm trying to figure out guardix's post about inverting the colors and that pasteybin site makes no sense to me. I understand diffs but that site I can't figure out. That's the only thing I need to get working because the dark colors in this just annoy me too much. :confused:
File: QuestClicks03-02-09
Not sure how I never noticed this b...
Posted By: smork
Not sure how I never noticed this before, but when you choose to hide the anchor frame you're only making the background transparent or something. (I only know enough lua to be dangerous.) But the frame is still there and interactive as such. er I need to rethink the fix I had posted
File: Combuctor03-02-09
Bank lockout problem
Posted By: smork
I'm not sure if anyone figured out the bank lockout problem that others posted about a few pages ago. I recently had this start happening and have tracked it down to the lib AceAddon-3.0. The version that is included with Combuctor is: AceAddon-3.0.lua 725 2009-01-04 (release 725) I didn't try all of them or really that many...
File: Fux02-27-09
It was a temporary fix for the real...
Posted By: smork
It was a temporary fix for the really long regular dungeon daily quest titles.
File: Fux02-25-09
Yes keep this simple please. That...
Posted By: smork
Yes keep this simple please. That being said, a method to lock frame width would be useful. Line 229: self.frame:SetWidth(width) to: self.frame:SetWidth(250) I also added into Line 119: local dqComplete = GetDailyQuestsCompleted(); and made the now line 122: self.frame.title:SetText("Fux - " .. q .. "/25 | " .. dq...
File: SimpleRune02-19-09
Changing the rune graphic is pretty...
Posted By: smork
Changing the rune graphic is pretty simple, edit the .lua and use these. The only caveat is that SimpleRune does not use a death rune graphic. You will also need to fiddle with the rune colors in the in-game options window. To use the default Blizzard runes: SIMPLERUNE.ARTTEXTURES = { = "Interface\\PlayerFrame\\UI-PlayerFram...
File: QuestClicks02-18-09
I tried adding Scarlet Onslaught Tr...
Posted By: smork
I tried adding Scarlet Onslaught Trunk Key to the extras list so I could quickly see how many keys I had left but they do not show up. Is it because they are in the keybag?
File: HitTable02-07-09
I've noticed this will not take int...
Posted By: smork
I've noticed this will not take into account the Rune of the Stoneskin Gargoyle +25 defense rune for DKs.
File: BasicChatMods12-13-08
I meant that I scroll up and then f...
Posted By: smork
I meant that I scroll up and then forget to scroll back down.
File: BasicChatMods12-11-08
I dig this mod but how can I make t...
Posted By: smork
I dig this mod but how can I make the scroll to bottom button appear when I've scrolled up? I do this all the time and then wonder how gchat is so quiet.
File: SLDataText11-10-08
clock function
Posted By: smork
I've noticed that if you set the clock tooltip to hide, you can no longer click/shift-click on it to bring up the respective windows. Is this intended? I'd rather have the tooltip hidden but still be able to click on the clock.
File: Light'n'Stylish Minimap10-22-08
Answered my own question: to chang...
Posted By: smork
Answered my own question: to change to 12hr clock: clc_bar:SetWidth(60) and local clck = date("%I:%M %p")