Results: 15Comments by: FyreFoxx
File: Mono UI05-07-11
Originally posted by Monolit Bliz...
Posted By: FyreFoxx
Originally posted by Monolit Blizzard simply removed that frame in 4.1 as they completely reworked GM solutions interface, so this UI has nothing to do with it. On a side note: you can type /gm and there'll be the ticket status button. Aha, so it was Blizzard's fault. I figured as much, as I didn't see anything in your UI th...
File: Mono UI05-07-11
This is not game-shattering, but I'...
Posted By: FyreFoxx
This is not game-shattering, but I've been over the comments and the files and I can't seem to find anywhere to make my GM ticket visible again. It was at one point in time. Was this resulting from a change in the addon or something Blizzard did with their settings? If it's something I can change, a nudge in the right direction would...
File: Mono UI04-27-11
Originally posted by zartakuz how...
Posted By: FyreFoxx
Originally posted by zartakuz how can i update the files without lose my changes? Originally posted by karigi You can't. Each time you update, it'll over-write any changes you've made in the .lua back to default. Like Karigi said, it'll overwrite the files. The only way to save your changes is to copy the changed lines to s...
File: Minimap Button Frame02-26-11
I really did not want to sift throu...
Posted By: FyreFoxx
I really did not want to sift through 30 pages of posts to see if this has already been said, so forgive me if it has. I'm getting a little tired of my frame moving itself when I switch characters. Say it's in the perfect spot on my priest.. on any other character, it mysteriously moves higher by a certain amount (sometimes double) o...
File: Mono UI02-22-11
I recently updated this addon. The...
Posted By: FyreFoxx
I recently updated this addon. The new combat numbers confuse me, but it's something I can get used to. However, I've noticed something. While on my Shadow Priest, I don't see the healing done by my Vampiric Embrace. Is there a way to include this? I rather liked being able to see it in the old combat style.
File: Mono UI12-31-10
Originally posted by Leryn Hello,...
Posted By: FyreFoxx
Originally posted by Leryn Hello, Is it possible to enable the "error messages" that red text that comes up when i cant cast a spell or use an item? For examle out of range/mana, no reagent and stuff like that. Awesome ui btw! /Martin Okay, go into your Addons folder, locate the m_Tweaks folder, find the Settings.lua...
File: Mono UI11-25-10
Originally posted by ikshaar I tr...
Posted By: FyreFoxx
Originally posted by ikshaar I tried on my own but so far failed to add a PvP icon (or indicator) to know when I am flagged. I found the oUF code for PvP icon but no success so far. Do you have any indicator of pvp status already in code ? I grep the whole thing but did not find anything of the sort. I'm not very good at co...
File: oUF_mono10-17-10
Re: chat frame
Posted By: FyreFoxx
Originally posted by eviilangel well, could you tell me how to move that little bar or frame when you try to add msg to chat? It poped up at the middle of your screen, which is really massed up during the fights. I gave up trying to locate the code for that, and instead use Prat as an additional chat mod to move that bar and cl...
File: oUF_coree10-06-10
Okay, so I decided to play around w...
Posted By: FyreFoxx
Okay, so I decided to play around with my values again on my bars, since I had to redo all my previous editing. (Wiped my system) I'm trying to figure out how to get my Player values to look something like Example A and my Target values to be like Example B, then my ToT frame to look like Example C. I'm not familiar enough with LUA c...
File: oUF_coree06-02-10
I'm at a slight loss while looking...
Posted By: FyreFoxx
I'm at a slight loss while looking over the coding. I like having my party frames set against the left side of the screen, and while this is normally not a problem, if they have a pet, it literally SHOVES their frame against the edge. A temp fix I've found is to manually move them on screen using the Moveable Frames addon. Is there a...
File: oUF_coree04-02-10
Originally posted by coree did yo...
Posted By: FyreFoxx
Originally posted by coree did you try to reinstall or update the layout? which class do you play? mana / health text: edit line 251 self:Tag(self.Health.Text, " . ") and line 299 self:Tag(self.Power.Text, " . /") Well, I did an update and everything seems to be working now. Weird, cause it always did that.. Maybe a...
File: oUF_TotemBar03-31-10
Ah, thank you! Works like a charm n...
Posted By: FyreFoxx
Ah, thank you! Works like a charm now! :) I don't see any abbreviated names, but I can live with that. At least the unsummon action works. ^_^ Thank you for being patient with me and helping me to fix the coding. You, sir, are god for making this. :D
File: oUF_coree03-28-10
I've been using this layout for a w...
Posted By: FyreFoxx
I've been using this layout for a while now and I love it. My favorite addon that I can't seem to do without. However, it's been bugging me for a long time that when I log in, or have to do a /reloadui, my player frame, and ONLY that frame, appear white. The only colored bar at this point is the experience bar. When I get hit, the pe...
File: oUF_TotemBar03-28-10
Originally posted by Soeters If t...
Posted By: FyreFoxx
Originally posted by Soeters If the option isn't set then add it by yourself. If you could just paste the code of oUF_coree using oUF_TotemBar, I could see the problem. I 'think' this is the part you wanted? end if IsAddOnLoaded("oUF_TotemBar") and class == "SHAMAN" then self.TotemBar = {} for i = 1, 4 do...
File: oUF_TotemBar03-18-10
Okay, so I've installed your addon,...
Posted By: FyreFoxx
Okay, so I've installed your addon, but I can't seem to get it to work properly. There is no "self.TotemBar.Destroy = true" anywhere in the code and I'm not even sure where to place it otherwise. I can SEE the bars, but they remain blank (white/grey) even with totems out, and therefore, not clickable. I'm using Coree's layout and it...