Results: 58Comments by: NarusegawaNaru
File: Overachiever07-13-09
Okay I'll do that when I get a chan...
Posted By: Elariah
Okay I'll do that when I get a chance, always forget my curse details, bloody site.
File: Overachiever07-12-09
Upon logging in now I get this erro...
Posted By: Elariah
Upon logging in now I get this error Date: 2009-07-12 19:49:04 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\Overachiever\GameTip.lua line 400: attempt to index global 'TjBagWatch' (a nil value) Debug: : ? Overachiever\GameTip.lua:400: in main chunk
File: Satrina Buff Frames 307-06-09
Originally posted by Satrina Naru...
Posted By: NarusegawaNaru
Originally posted by Satrina NarusegawaNaru - if (buff.auraType == self.ENCHANT) then ... Thanks. I'd assume thats how to check for a buff on an item? Or is that a better way to check for an aura like Alchemists Stone, Crusader Aura, Essence of Wintergrasp etc
File: Satrina Buff Frames 307-02-09
Hi, I've changed some code in my...
Posted By: NarusegawaNaru
Hi, I've changed some code in my copy around line 775 in SBFFrame.lua to be this instead if slot.icon then if self.bfModule then slot.icon.border:Hide() if (buff.duration > 0) then lbf:SetNormalVertexColor(slot.icon, 0, 1, 1, 1) -- buff else lbf:SetN...
File: oUF Debuff Highlight06-25-09
Hi, thanks anyway. I duplicated the...
Posted By: NarusegawaNaru
Hi, thanks anyway. I duplicated the addon, did a search replace on "DebuffHighlight" for "HOTHightlight" and then just changed your UnitAura's checking to only check for specific spells, and force a single color. I then just added it to my layout, so I use 1 overlay texture for debuffs, and a second one (that doesn't overlap with...
File: oUF_Freebgrid06-24-09
Originally posted by Cladhaire Th...
Posted By: NarusegawaNaru
Originally posted by Cladhaire That's a bit tougher. Basically instead of creating x rows of each group, you would want to create one single header frame that is set to show the whole raid, sorted by group, using the template that's provided. I'll see if i can throw somethign together, but its not very likely. Thanks very muc...
File: oUF_Freebgrid06-24-09
Originally posted by Cladhaire Th...
Posted By: NarusegawaNaru
Originally posted by Cladhaire That's not really a feature.. You could do that today with this addon, but you would need to edit the code much like anything else. There's no real way to toggle it on and off, since you would need to create completely new frames. If you like the loot and feel, you could do this without much diffi...
File: oUF_Freebgrid06-24-09
I've been toying with both oUF_Free...
Posted By: NarusegawaNaru
I've been toying with both oUF_Freebgrid and Grid for my raids, and it seems there is only 1 feature of 'Grid' that I would miss, and would be great for Freebgrid as an option but not sure if it's possible at all. Displaying raids by class. At the moment it just shows (I'm assuming) in the same order that people are in the raid...
File: oUF Debuff Highlight06-23-09
Is it possible to have another vers...
Posted By: NarusegawaNaru
Is it possible to have another version for tracking when a unit has a Heal over Time on them?
File: oUF Debuff Highlight06-21-09
Edit: Nvm I was being stupid, mod w...
Posted By: NarusegawaNaru
Edit: Nvm I was being stupid, mod wasn't turned on. I disabled it when I used RothUI and forgot to re-enable it when I re-installed this mod.
File: Prat 3.006-20-09
Could Prat be the reason my /played...
Posted By: NarusegawaNaru
Could Prat be the reason my /played doesn't work at all?
File: Inquest06-20-09
Just a few ideas for improvement I...
Posted By: NarusegawaNaru
Just a few ideas for improvement I thought I'd through your way 1) Option to Colorize Quest Title in Tracker based on level. 2) Option to Colorize Objectives (just the 0/10 part) from red through green based on how far through it you are. 3) Option to set color of other text. (Personally I'd rather have white objective text...
File: Inquest06-19-09
I have mine set to grow upwards and...
Posted By: NarusegawaNaru
I have mine set to grow upwards and right. And minimize to bottom left. Works great. However if I log out with it minimized, when I log back in the title bar is where it would be when visible, and I have to minimize/restore 2 times to get it back to where it should be.
File: QuestHelper06-19-09
Could we have more options for how...
Posted By: NarusegawaNaru
Could we have more options for how to display the quest tracker please? example: I'd like my tracker to be under my minimap on the right, expanding downwards and to the right. i.e. the anchor in the topleft of the frame. Is this a possibility?
File: LightHeaded06-19-09
Just wondering, will it possible to...
Posted By: NarusegawaNaru
Just wondering, will it possible to add a new / command? :) /lh show (or /lh hide) So I can toggle on/off LH whenever I need it. I have my pane detached, but tbh I only need this when on a quest that I don't already know. And would like to be able to toggle the show/hiding off it my a slash command. (Users could then macro that...
File: Satrina Buff Frames 306-18-09
I love this, its very nice. But jus...
Posted By: NarusegawaNaru
I love this, its very nice. But just wondering if I can get something looking like this using it though. http://www.lovehina.me.uk/wow/Buffs.jpg I would just like to get that blue border on buffs, and a red one on debuffs etc etc Edit: According to the FAQ it should colour code borders by default. I use ButtonFacade but I ha...
File: oUF Saul06-18-09
Are there any plans for a "Party Ta...
Posted By: NarusegawaNaru
Are there any plans for a "Party Target"/"Group Target" function, so I can see who each of my party members is targetting at all? The same for my pet also, I need to see who my pet is targetting. If not, no worries.
File: oUF_Diablo06-18-09
@d4rk21: What did you change exa...
Posted By: NarusegawaNaru
@d4rk21: What did you change exactly to get them vertical? I'd like to do the same thing myself. @zork: Does this support "Party Targets" and "Party Pets" at all? I can't see those in the screenshots.
File: Minimap Button Frame06-18-09
@DaemonSambe, @Bachlott: I found t...
Posted By: NarusegawaNaru
@DaemonSambe, @Bachlott: I found the problem, a bad check in SexyMap. There is a function called FixTrackingAnchoring(), which is called on line 252 by self:FixTrackingAnchoring(). If you comment out this line then SexyMap no longer repositions the tracking icon. I think this is a function added to fix the button for support with El...
File: oUF_Nivaya06-17-09
This is a pretty awesome layout, bu...
Posted By: NarusegawaNaru
This is a pretty awesome layout, but I can't find anywhere to set my party to be different than a raid. I'm trying to get my party to be a vertical list of the players, similar to my 'player' frame. Is this possible?
File: Minimap Button Frame06-17-09
I've search through every lua file...
Posted By: NarusegawaNaru
I've search through every lua file and only 2 contain "MiniMapTrackingButton" anywhere. One is MBF and one is SexyMap's button.lua but I'm not fully sure whats going on in that one. I'll try disabling it to see if it causing a problem. But is there anything else I could search for besides that string of the buttons name?
File: Minimap Button Frame06-17-09
I'll try again later, but the butto...
Posted By: NarusegawaNaru
I'll try again later, but the button is called "MiniMapTracking" I think. It's just the standard one where you click it to change what your tracking on the minimap.
File: X-Perl UnitFrames06-16-09
I love this, always have. But does...
Posted By: NarusegawaNaru
I love this, always have. But does anyone else find that just inside the 'border' there seems to be a slight 1pixel inner border of transparency? I notice it and it bugs me :(
File: Minimap Button Frame06-16-09
I tried that, it tells me the butto...
Posted By: NarusegawaNaru
I tried that, it tells me the button is either not supported, locked, or already being collected (or something similar to this effect anyway) I have no idea what else could be stopping MBF grabbing it :(
File: Minimap Button Frame06-14-09
MBF is set to collect it yeah. It's...
Posted By: NarusegawaNaru
MBF is set to collect it yeah. It's set to collect anything it can and ignore nothing. Any idea what to look for in drop-down to manually add it? I've not seen anything obvious in the list.