Results: 639Comments by: d87
File: NugRunning10-16-10
Re: Paladin bars
Posted By: d87
Originally posted by Eckdahl Hand of Light procs aren't showing up. Looking at config.lua , you have the spell ID for Inquisition listed instead of Hand of Light: Well, first of all they do show up on my beta paladin. Regarding ids you're missing that while for inquisition we're tracking spell in combat log (AddSpell), for han...
File: Aptechka10-16-10
Re: Mana Bar
Posted By: d87
Originally posted by Rammus Thanks a lot for this addon, by far the most lightweight of its kind. In previous versions i was able to disable the power/mana bar. On this version i had no luck and since my LUA knowledge is very limited, could i get a tip on how to do it? Thanks in advance Yes, it's coming with next release. (...
File: NugRunning10-16-10
you can find everything in config.lua
Posted By: d87
you can find everything in config.lua
File: NugComboBar10-16-10
Originally posted by Vaey may I a...
Posted By: d87
Originally posted by Vaey may I ask you what "uncomment" is meant while editing the lua to get old border back :x? remove "--"
File: Aptechka10-16-10
Originally posted by Amnerys Let...
Posted By: d87
Originally posted by Amnerys Let me see if I understand correctly. In 2.0RC1, I want to track a different set of spells for paladins vs. the default config. The default has BoK and BoM set here: AptechkaUserConfig.IndicatorAuras = {} in UserConfig before all If statements checking for class information? And then just re-create a...
File: Aptechka10-16-10
Originally posted by Amnerys - Ca...
Posted By: d87
Originally posted by Amnerys - Can you make it so that settings in UserConfig overwrite what's in config completely, rather than just adding to it for the class spells? I don't use all the indicators for all classes, and sometimes it'll show the default config values rather than only the spells in userconfig. - Sort of along th...
File: NugComboBar10-16-10
oh fuck, i'm amazingly clumsy today...
Posted By: d87
oh fuck, i'm amazingly clumsy today. poor Vaey
File: NugComboBar10-16-10
You can also set hidden showEmpty f...
Posted By: d87
You can also set hidden showEmpty flag for your class (see how it's done with warlocks)
File: Aptechka10-16-10
Alright, now test it. Err... i thi...
Posted By: d87
Alright, now test it. Err... i think i still need to disable manabar for nonmana classes. Vertical names are almost unreadable, and health deficit text is kinda useless in cataclysm, because you can't top people with one spell anyway Graphical skin is almost cool now, but i probably will still use grid skin myself btw Berb, b...
File: NugComboBar10-16-10
Originally posted by Vaey install...
Posted By: d87
Originally posted by Vaey installed new version and striped skin and only get errors :( and no bar fixed
File: NugComboBar10-15-10
Originally posted by Lockon Hi I...
Posted By: d87
Originally posted by Lockon Hi I am sorry to bother you guys but I just want to know how to activate the classic combo point (the one with the fiery animation) in the new NCB. I know it says there go to lua file but that is the thing I dont know exactly how to do it. Again I am sorry for bothering you but I hope you can help me. Th...
File: NugComboBar10-14-10
Originally posted by pifinsane If...
Posted By: d87
Originally posted by pifinsane If you have the time could you add a sound when you have the whole bar "like if I have 3HolyPower" or point out where I could try and add a sound :) I completly understand if you dont have time/effort as theres alot to do during the patch :) function NugComboBar.UNIT_COMBO_POINTS(self, event, u...
File: Aptechka10-14-10
http://www.wowinterface.com/forums/...
Posted By: d87
http://www.wowinterface.com/forums/attachment.php?attachmentid=4910&d=1287061897 made this skin... but it's bad. Well, at least if core addon can handle this, then it's pretty much ready for anything. Addon lost the ability to create indicators from config. There's no difference between icons, indicators or anything now. Becau...
File: NugRunning10-14-10
there's an arrange timers function...
Posted By: d87
there's an arrange timers function for i,timer in ipairs(playerTimers) do timer:SetAlpha(1) timer:SetPoint(point,prev or self.anchor, ( prev and to ) or "TOPRIGHT", xOffset, (yOffset+gap)*ySign) prev = timer prevGUID = timer.dstGUID gap = 0 end gap = prev and 10 or 0...
File: NugComboBarStriped10-13-10
Originally posted by Vaey any cha...
Posted By: d87
Originally posted by Vaey any chance on an 4.0.1 update :x? yes try using http://www.wowinterface.com/downloads/getfile.php?id=17855&aid=45730 for now (it's an old version, but 4.0 compatible. shards and holy power are broken there)
File: Aptechka10-06-10
i've added helpers.BindTarget funct...
Posted By: d87
i've added helpers.BindTarget function. helpers.BindTarget("shift 1") to just change target binding helpers.BindTarget(false) to remove it, then you can use /target in your click casting macro, dunno why. (Cataclysm version)
File: Aptechka10-03-10
Originally posted by Berb Can lef...
Posted By: d87
Originally posted by Berb Can left click work with these macros? I've tried btn:1 and just taking btn out of the macro but neither worked, although btn:3, 4, and 5 worked fine. I'm trying for left click Lifebloom and shift left click Rejuvenation for the Druid. Tested only on Cataclysm Beta so far. Unmodified Left Click is r...
File: NugRunning08-17-10
Originally posted by Amorelia I'v...
Posted By: d87
Originally posted by Amorelia I've been using this for about a week and I really like it. I've tried to add the Overkill buff but have been unsuccessful. Here is the line of LUA that I added. AddSpell({ 58426 },{ name = "Overkill", duration = 20, color = { colors.RED}}) The buff is just not showing up at all. I'm thinking i...
File: Aptechka08-02-10
Re: Name vs. Bar coloring
Posted By: d87
Originally posted by Eckdahl I didn't manage to find an answer to this in the comments, nor in the code... Is it possible to have the health bar in one color, unit names in another? Ideally I'd like to set a custom color for the healthbar, which I figured out, but I'd prefer to have the unit names class colored if possible......
File: Aptechka08-01-10
Anyway, is there any way to have In...
Posted By: d87
Anyway, is there any way to have Injector only show when in Raid? I've been looking through the comments and the config.lua but didn't find anything to hide Injector when in Party. In Injector.lua find f:SetAttribute("showParty", true) set to false i'll add this option for future release
File: Aptechka07-26-10
Click Casting and Ruby sanctum: ht...
Posted By: d87
Click Casting and Ruby sanctum: http://github.com/rgd87/Injector Turned out pretty cool to me, you just have 1 big macro with usual syntax for all your clickcasting configuration. The only difference is spell:, it's being replaced with localized spell name later. Example (PWS on AltRMB, Renew on RMB): ClickMacro spell:17;...
File: GridMending07-26-10
Re: Issue with other raid priests PoMs
Posted By: d87
Sorry, but since i started my own raidframes ( http://www.wowinterface.com/downloads/info14339-Injector.html ) this plugin is discontinued You're right probably, tho i somewhat remember there's a "StatusLost" function you should use before return Now it works? I could edit and upload then. or upload bugfix yourself as optional...
File: NugComboBar07-20-10
Originally posted by Lgd77 Thks f...
Posted By: d87
Originally posted by Lgd77 Thks for the awesome addon :) A quick question, what is the unit frames that you are using in the preview picture at the bottom http://s.wowinterface.com/preview/pvw41667.jpg? That's my ouf layout. It's not finished, pet frame is missing for starters, and it's messy and bothersome to maintain. So i'm...
File: NugRunning07-15-10
Originally posted by zacharysc Lo...
Posted By: d87
Originally posted by zacharysc Love your addon, but is there any way we could see an /nrun addspell eg. /nrun addspell 48018 360 Demonic: Summon ? Thanks. maybe, but i'm going to focus on cataclysm versions, so don't expect it soon.
File: Aptechka07-01-10
So, any updates required for ruby s...
Posted By: d87
So, any updates required for ruby sanctum? hi, is there anyway of changing the background color of a person whom "Offline" or "Dead" to be grey, and the name dead/offline became his class color? no easy way