Results: 52Comments by: Chrome67
File: PVPZonePlates06-21-15
is this based on default nameplate?...
Posted By: Chrome67
is this based on default nameplate? It's called "CircleHUD" and it's another addon I put together, based on and a continuation of the original AlarmHUDpie (available at wowinterface.com) by lab1702. You can find it here: http://www.wowinterface.com/downloads/info19054-CircleHUD.html ps...sorry for the slow response :)
File: Battle Herald10-20-14
fix for 6.0.2
Posted By: Chrome67
replace the following lines to fix Alterac Valley line 395: local _, state, _, text = GetWorldStateUIInfo(2); line 398: _, state, _, text = GetWorldStateUIInfo(3); enjoy...
File: GuildBlock(er)10-18-14
Re: Still working
Posted By: Chrome67
Is this addon still working or has it come to a complete stop? I would like to use it, but I see the last update was 2012! Just ran some testing on it, fixed a few minor things and it's working fine. Updated the TOC. Thanks for the interest and reminder :) - Chrome67 (aka Rhusty @ Emerald Dream - US)
File: cData05-04-14
New update?
Posted By: Chrome67
Hey Coke, you uploaded another 5.4.7 that's 10k greater in size than the previous, but nothing in the change log. Just wondering my friend and keep up the good work :) - Chrome67
File: cData04-13-14
class colors in friends plugin
Posted By: Chrome67
Hi Cokedrivers, still using this addon and still loving it! :) Just thought I'd let you know that the call to "GetQuestDifficultyColor(BNTable)" throws an error. It drills down into framexml/uiparent.lua passes the BNfriend level to a variable named challengeLevel. Something in BN is putting a string value into that variable...
File: cData11-04-13
bags tooltip not showing (fix included)
Posted By: Chrome67
hi all, the bags bar item tooltip is not showing due to an api change (thanks for doing this kinda thing each patch Blizz!). The following fix is simple and works perfectly: replace all occurances of "GetCVar("realmName")" with "GetRealmName()" example on line 6: local myrealm = GetRealmName() enjoy!
File: TIRareCoordinator - Fan Mod (RareCoordinator)09-21-13
great turtle furyshell not listed...
Posted By: Chrome67
might want to add that one... :)
File: Rare Announcer09-21-13
great addon...but...
Posted By: Chrome67
it's not a good idea to assume that the chat channels are always at the same index number. You've hard-coded: 101: SendChatMessage(message , "CHANNEL", nil, 1) which automatically assumes General Chat is at index 1. Case in point, mine is at index 2 because of some troubleshooting I did months ago dealing with another addon....
File: RareAlert09-19-13
Re: GetVignetteInfoFromInstanceID
Posted By: Chrome67
Why not use the objectIcon? some really cool code was here... You could also just use objectIcon != 41, but I wanted to catch any other values if they existed. name is check for nil due to a bug with large IDs returning nil for x,y,name. @Egris - nice stuff there. I had hacked it up almost exactly the same, but like your...
File: phUnitFrames02-20-13
Might want to put it into a folder...prior to zipping it up
Posted By: Chrome67
pretty standard method of packaging an addon...put it into a folder of the same name prior to zipping so the user doesn't have to create one on their own...and thereby generating a ton of questions here... just fyi
File: HealUI01-03-13
cool healing addon
Posted By: Chrome67
kinda cool addon so far. I've been a HealBot fan since it first came out and played around quite a bit with VuhDo, but I've sorta been attracted by the simplicity of using this addon. I'd like to make a suggestion or two that I think would be helpful for healing. 1. Class icons or class coloring of the health bars. Would be hel...
File: Kill Assist (Nameplate Assist, shows who your assist is targeting)12-05-12
5.1 update perhaps?
Posted By: Chrome67
Hi, any chance we'll see a fix for this addon? It's no longer working with 5.1 as the nameplate references have changed. If this project is abandoned, I'd be willing to take it over and see if I can get it working again :) Just wondering...thanks :)
File: cData11-29-12
Re: Re: Top panel background and border not showing
Posted By: Chrome67
Thanks can always count on you to find the things i forgot to switch back :) I must be the only one who likes it at the top of the screen :)
File: cData11-29-12
Top panel background and border not showing
Posted By: Chrome67
...when config'ed for "top" no border or background. Otherwise, looks good so far... Chrome67 edit: was missing the following in the \Modules\Datapanel.lua file...@line #24 DataPanel:SetBackdrop({ bgFile = config.background, edgeFile = config.border, edgeSize = 25, insets = {left = 5, right = 5, top = 5, bot...
File: cData10-22-12
"Top" bar kills main menu bar
Posted By: Chrome67
Me again amigo... when I put the nData bar to "top" I lose the actionbars on the bottom of the screen. I can't find a line in any of the code that seems to clear the points for the main action bar, nor move them, so I'm a bit at a loss as to where to begin in troubleshooting the problem. Just thought you should know... tested...
File: cData09-26-12
variables missing in config file
Posted By: Chrome67
you know I love this addon, so of course I'll be the one to find the problems... Were the following variables intentionally removed from the config.lua file?: - system - guild - zone they aren't even commented out...they just plain don't exist in the config file anymore...which is strange since there are calls to them stil...
File: bBars08-26-12
upd: fixed works great...thanks :)
Posted By: Chrome67
upd: fixed works great...thanks :)
File: bBars08-26-12
just put in the newest version and...
Posted By: Chrome67
just put in the newest version and have all kinds of problems... layout was strange, guild and pvp minimenu icons were oddly scaled, couldn't move bars in config mode except bar 1. Did a //bb reset and now can't move any bars... plus it's throwing 2 errors (even after the bb reset): error #1: "2x bBars\bBars-1.lua:1052: a...
File: bBars07-30-12
Exp & Rep bars don't fully hide
Posted By: Chrome67
I've disabled the exp & rep bars yet they still show at about alpha(0.2) or so ... same issue with bar3 if there's any icons in it, not fully hidden...
File: Simple Spy07-25-12
simple spy 1.2.3 test succeed! htt...
Posted By: Chrome67
simple spy 1.2.3 test succeed! https://twitter.com/Eric_RC_Law/status/227911682947686400/photo/1/large good job~ ^_^ we will enjoy it,thank you. worked for me as well...I do notice it disappears in BG's though...is this by design?
File: BarKeep07-23-12
settings between sessions...
Posted By: Chrome67
love the bar mod look and feel (and size...100k running) and have been looking for something to replace BT4 since it's just too bloated nowadays, but while it looked great at first glance I noticed the following bugs: 1. the scale settings don't seem to apply upon load correctly, although the sliders are set appropriately and thos...
File: Simple Spy07-19-12
sorry to say I've had the exact sam...
Posted By: Chrome67
sorry to say I've had the exact same experience and I'm on a US server (Emerald Dream - RP-PVP). At one point I did get a couple of text alerts in the chat window (but nothing after that), but never anything in the spy frame when known adversaries were in close proximity. Was hoping this would function as I'd prefer something sma...
File: Simple Spy07-18-12
https://twitter.com/Eric_RC_Law/sta...
Posted By: Chrome67
https://twitter.com/Eric_RC_Law/status/223953821376843776/photo/1/large here is sreenshot. i havent got any error message.... the enemies list just dont work...the others is fine. tested on the lastest version.2012-7-14 sorry to say I've had the exact same experience and I'm on a US server (Emerald Dream - RP-PVP). At one p...
File: KaitUI - A PvP DPS UI07-13-12
Nice UI...CircleHUD might be a good addition...
Posted By: Chrome67
Hi, this isn't really a shameless plug for my addon, but given your layout and screen focus areas I thought I might mention my addon CircleHUD as it might be a bit more informational and still give the same layout. Feel free to use it if you like, or not, since I know how personal a UI can be I won't be offended if you don't. Th...
File: bBars05-26-12
bars failing to save position...
Posted By: Chrome67
Seems like the positions are not saved on logout. Every time i reload the UI or log in/out the positions of the frames are moved. This happens in the latest versionmaybe WTF folder is locked for write? anyway i'll check okay...been doing some testing...since I'm thinking of using this bar mod as a replacement for the bulky "Barten...