Results: 30Comments by: TsoHG
File: oUF_TsoHG09-02-10
Originally posted by stako Will y...
Posted By: TsoHG
Originally posted by stako Will you update this for the latest oUF? It's not compatible ATM. Thanks Yes I do want too - Really !!! Especially with the Cataclysm Beta now supporting addons.... Nevertheless, at the moment there is so much time for playing wow and thus working on the addon that I can't promise anything at the mome...
File: oUF_TsoHG01-14-10
Sorry for the late response richeri...
Posted By: TsoHG
Sorry for the late response richerich: Can you be a bit more specific what you want to change, I'm not getting the point somehow (or it's too early in the morning ;) )... ?
File: oUF_TsoHG04-26-09
Originally posted by zecxx what i...
Posted By: TsoHG
Originally posted by zecxx what is the code for show only the first 3 letters of the name in the raidframes? line 113 name:SetText(UnitName(unit):sub(1, 3)) -- function for first 3 letters of names in raidframes
File: oUF_TsoHG03-30-09
Originally posted by czokalapik...
Posted By: TsoHG
Originally posted by czokalapik and i want grp1 p1 | grp1 p2 | grp1 p3 .... grp2 p1 | grp2 p2 | grp2 p3 .... Go dooown to the bottom of the file and exchange the code part there with this code -- Raid frames local Raid = {} for i=1,5 do -- number of Raid-Groups, here 5 local raidGroup = oUF:Spawn('header',...
File: oUF_TsoHG02-02-09
Indeed that helped, nevertheless th...
Posted By: TsoHG
Indeed that helped, nevertheless there seems to be some more issues (e.g. unit_aura) - A good point to start with anyway as in principal it is working this way, thank you very much :D Edit: ok, that was an issue of oUF_Debuffhighlight which wasn't updated properly ;)
File: oUF_TsoHG01-30-09
This version is still for oUF 1.2.1...
Posted By: TsoHG
This version is still for oUF 1.2.1 - did'nt had much time to adapt to the newer due to moving to another city, christmas, and so on ;) So i recommend to use the older oUF version for this layout. Nevertheless i will try to update the code in the next weeks.
File: rButtonTemplate01-05-09
Works flawlessy with Dominos, excep...
Posted By: TsoHG
Works flawlessy with Dominos, except that my Paladin Aura buttons aren't skinned?
File: oUF_TsoHG11-11-08
Originally posted by EridaNuuS Ho...
Posted By: TsoHG
Originally posted by EridaNuuS How to change Power Bar color? self.Power:SetStatusBarColor(0, 144/255, 1) Not Work =( I'm currently quite busy - you can nevertheless define your one colors for the different power types -> just have a look in e.g. he excellent oUF_Caellian where you should find such a definition as an exam...
File: oUF_TsoHG10-09-08
Originally posted by alrit great...
Posted By: TsoHG
Originally posted by alrit great layout tankadins in battleground.. lol like i always do...:D Thanks ;) Well it is fun for me, as one can keep enemies busy for quite a long time :D
File: oUF_TsoHG09-22-08
Originally posted by antimog Is i...
Posted By: TsoHG
Originally posted by antimog Is it possible to disable the tooltip when you scroll over the raid frames? Also is there a way to make the raid frames show 40 players? Tooltips would be kind of difficult - if your tooltips are directly at you cursor you might want to try a tooltip addon like tiptac to anchor the tooltip ? For...
File: oUF_TsoHG09-19-08
Originally posted by EridaNuuS Th...
Posted By: TsoHG
Originally posted by EridaNuuS Thanks work. How to increase the size of cubes in raid ? Search and read a bit to get into it ;) It's easy to find if you look for things like "oUF_Raid" accompanied with "initial-height" / "initial-width". Remember that you also have to adjust not only the general size but also size of heal...
File: oUF09-19-08
Thanks for that hint - i've been co...
Posted By: TsoHG
Thanks for that hint - i've been completely confused yesterday as i wanted to test the new beta version ;)
File: oUF_TsoHG09-18-08
Originally posted by EridaNuuS Ho...
Posted By: TsoHG
Originally posted by EridaNuuS How to hide party frime in raid ? in v.1.05 there is such a function at the very end of the layout file which can be copied into the newer version
File: oUF_TsoHG09-16-08
if you mean reaction-colors search...
Posted By: TsoHG
if you mean reaction-colors search for self.Health.colorTapping = false self.Health.colorDisconnected = true self.Health.colorClass = true self.Health.colorReaction = true and play with the parameters - a bit below similar options can be found for power
File: oUF_TsoHG09-16-08
What AddOns you use for Action Bar...
Posted By: TsoHG
What AddOns you use for Action Bar ? What AddOns you use for Buff ? ;) At the moment i use: Action Bar: 'Dominos' + 'Buttonfacade' + 'Buttonfacade: Rothar' --> all can be found here on wowinterface Buffs: rBuff, which is also included in the RothUI package Edit: -> Satrina Buff frames 2 might be easier and work nice w...
File: oUF_TsoHG09-15-08
Originally posted by EridaNuuS Wh...
Posted By: TsoHG
Originally posted by EridaNuuS When the target is dead, and unitframe is grey color, it is necessary to revive a certain class how it to make? Ok got your point - in the next version the name will be class-colored if the target unit is dead or a ghost. Furthermore, race is available as an option.
File: oUF_TsoHG09-13-08
Originally posted by EridaNuuS pl...
Posted By: TsoHG
Originally posted by EridaNuuS please add support class/lvl and race How i can fix thet ? Class is shown by healthbar colors, lvl is already shown on the target and race is quite obvious to see ingame (although i will think of implement it for players, as for npc's its not really usefull).
File: oUF_TsoHG09-05-08
Originally posted by leks0d Stran...
Posted By: TsoHG
Originally posted by leks0d Strange I use omnicc and got no numbers in debuff frames you have to adjust the minimum scale in the options of OmniCC to a lower value, just play a bit with it ;)
File: oUF_TsoHG09-05-08
How can i add a castbar for focus u...
Posted By: TsoHG
How can i add a castbar for focus unit? Or can you add it plz? I've added a castbar for the focus frame - don't know why i forgot it ;) Any chance to see numbers inside buffs? (i need timer for polimorph) I'm using for my frames OmniCC - here, time can also be shown in debuffs Is it possible to add option for toggle on/of...
File: oUF_TsoHG09-02-08
i'm currently changing things a bit...
Posted By: TsoHG
i'm currently changing things a bit for wotlk and latest oUF ;)
File: oUF_TsoHG08-02-08
Originally posted by khangg jeez...
Posted By: TsoHG
Originally posted by khangg jeez i should have thought of that, thanks :) worked flawlessly. also, i tried to make the names in the raidframes extend to 6 characters, and failed horribly, perhaps you could help me again? :) Go to line 94 or so where raid names are handled: local updateNameRaid = function(self, event,...
File: oUF_TsoHG07-31-08
Originally posted by khangg My bu...
Posted By: TsoHG
Originally posted by khangg My buffs don't seem to have borders :( My debuffs are fine :S Layout.lua Also, how do I get rid of the mana bars on the raid frames? Ha i don't have real borders either at my buffs, i will see if i will change that - never noticed it until now :rolleyes: To cut of the Raid-Manabars go to l...
File: Roth UI (Diablo)07-19-08
Re: xp bar
Posted By: TsoHG
Originally posted by ctaylor44 Is there an xp bar? If so how do i get it to show and if there isnt do you recommend an xp add on to use? The newest version of the here embedded LynStats (also found wowinterface) can show missing xp to next level
File: oUF_TsoHG07-18-08
for player raidcolours just delete:...
Posted By: TsoHG
for player raidcolours just delete: if unit=="player" or unit=="pet" then bar:SetStatusBarColor(.53,2.05,.53) -- individual color for the player frame end at line 177 - this insertion is for fixed colours of the player and pet health bar for npc's you should have reaction colour already - or im a misunde...
File: Roth UI (Diablo)07-03-08
nice work !
Posted By: TsoHG
nice work !