Results: 66Comments by: Beladona
File: XyAfkSpin02-09-09
you are setting the cvar for camera...
Posted By: Beladona
you are setting the cvar for cameraDistanceMax to the same value it was, which is a waste of time. line 13: SetCVar("cameraDistanceMax",GetCVar("cameraDistanceMax")) I would insert a line at the top after line 3: AfkSpin_CameraDistance = GetCVar("cameraDistanceMax") Then change line 13 (now 14 after adding the above line)...
File: Widget Meters01-21-09
I will expand on the addon and add...
Posted By: Beladona
I will expand on the addon and add this feature. An older version did turn itself off when you hit max level, so I will just fold in the old code.
File: Widget Meters08-10-08
I reopened this addon due to my nee...
Posted By: Beladona
I reopened this addon due to my needing it again in beta. I will likely keep it alive this time, as my free time is opening up a little compared to before.
File: Natur Enemy Castbar08-09-08
Originally posted by eLaps Since...
Posted By: Beladona
Originally posted by eLaps Since he took the job to continue Natur's addon, he haves a kind of obligation to do it. With wotlk coming and with one post a month without real news i think it's legit to wonder what's up, if Macca really spends time on this etc. I'm not a lua programmer so i can't estimate the work done nor the work...
File: Natur Enemy Castbar07-29-08
No it doesn't mean the addon will w...
Posted By: Beladona
No it doesn't mean the addon will work in beta. All it means is that the library that feeds combat log events will work in beta. The addon itself will likely need a TON of spell data changes to work in beta (or work reliably) which will be a big undertaking. And this is all assuming Macaa has even gotten a beta key yet. Originally...
File: Natur Enemy Castbar07-26-08
Macaa: http://www.wowinterface.com/...
Posted By: Beladona
Macaa: http://www.wowinterface.com/downloads/fileinfo.php?id=9741 Slightly optimized, and tested in WotLK beta as working By the way, if you are going to edit the library, fork it. I noticed you had added some things to it, but doing so can cause collisions with other addons that also use that library. Change the name of the li...
File: Natur Enemy Castbar07-08-08
Originally posted by Dagame ^^ Th...
Posted By: Beladona
Originally posted by Dagame ^^ This looks like hope! ownership transferred. Still planning on helping him, especially with LibTimerbars which is the bar generator for this addon.
File: Natur Enemy Castbar07-08-08
Macaa please contact me via IRC or...
Posted By: Beladona
Macaa please contact me via IRC or email. I would like to just give you access to this addon on wowi. You can take over development as you see fit. I don't have a problem with you using my code at all, and I can always give input where you feel it is needed.
File: Natur Enemy Castbar05-26-08
if you want to take this addon over...
Posted By: Beladona
if you want to take this addon over feel free to contact me as such. I am going to go ahead and end development otherwise. I don't have time to do this alone, and as I have already stated previously, I can't seem to get any assistance on it. I will check comments to that end until a new developer is found. The wowi svn has the lat...
File: Natur Enemy Castbar05-09-08
Re: Priest, SW:P 2pc
Posted By: Beladona
Originally posted by Adalyn I was looking at the spells.lua file and I noticed that the timers were static, this led me to question weather or not Shadow Word: Pain would update with my two piece T6 bonus, makes the debuff 27 seconds.:banana: Probably not. Although I am sure checks could be built in later. Bear in mind that suc...
File: Natur Enemy Castbar05-07-08
Originally posted by illumnat I b...
Posted By: Beladona
Originally posted by illumnat I believe he has a new baby as of around the time of the 2.4 patch. I'm sure some other things are taking precedence. ;) But yeah... hopefully soon we'll hear some progress. ;) I am still around. I try to get as much coding in as I can, but as others have said, I have a new baby that takes a lo...
File: Natur Enemy Castbar04-24-08
Originally posted by Exeglow This...
Posted By: Beladona
Originally posted by Exeglow This is actually how it needs to be implemented as the one debuff overwrites the other. Only one mangle can be active on a mob at any given time. I will look into it. The ability to do this could be problematic under the current system, so I may need to change the way spells get parsed in order to...
File: Natur Enemy Castbar04-23-08
Originally posted by Exeglow .....
Posted By: Beladona
Originally posted by Exeglow ... i was wondering if you've thought about exposing the "Hidden Cooldowns" on trinket/gem/enchant procs. I know the durations are (implicitly) not documented, however there are a couple of resources available. One is a mod called Hidden Cooldowns, that you may possibly be able to add support for. (m...
File: Natur Enemy Castbar04-23-08
Development
Posted By: Beladona
Thanks for all the posts guys. I am trying to wade through everything and update my bug tracker / feature list with them. I expect to have some more features implemented this week, s expect another release on Friday or Saturday. Immediate things I am working on: Adding more spells to the spell database and fixing the ones that...
File: Natur Enemy Castbar04-17-08
Originally posted by Shaine11 1)...
Posted By: Beladona
Originally posted by Shaine11 1) Counter Spell is always being recognized as an 8 second lock out.. That is only the case when you counterspell someone in mid cast. With imp counterspell it would lock them out for 4 seconds and in my case since i dont have imp CS it shouldnt consider them locked out at all if i dont catch them in m...
File: Natur Enemy Castbar04-17-08
Originally posted by Meltoren I w...
Posted By: Beladona
Originally posted by Meltoren I would just like to say thank you so much to Beladona and who ever else maybe be working on this addon, is there a place we could send donations to encourage you to keep up the good work? :banana: Anyway this addon is pretty much essential to me in PVP, being able to see things like ice block and d...
File: Natur Enemy Castbar04-17-08
If you guys want to disable anythin...
Posted By: Beladona
If you guys want to disable anything (for now, since there are no options) you can edit the addon/filters.lua file. Look for the table that looks like this: addon.tags = { -- these only apply to events happening to the enemy ENEMY_BUFFS = "EnemyBuffs"; ENEMY_DEBUFFS = "EnemyDebuffs"; ENEMY_CASTS = "EnemyCasts"; ENEMY_COOLD...
File: Natur Enemy Castbar04-16-08
Originally posted by Awwe I poste...
Posted By: Beladona
Originally posted by Awwe I posted before you updated, forgive me. The old version wasn't meant to work on 2.4 and needed to be rewritten. Today's release marks the first beta of what we have been rewriting. I am sorry for snapping at you, but it really seems like no one bothers to read the addon description or the comments bef...
File: Widget Meters04-16-08
This addon is being deprecated in f...
Posted By: Beladona
This addon is being deprecated in favor of Natur EnemyCastBar. All features that you see here will likely be moved to that framework as a separate plugin.
File: Natur Enemy Castbar04-16-08
Originally posted by Awwe Not sur...
Posted By: Beladona
Originally posted by Awwe Not sure if I missed something but NECB doesn't seem to work the way I'm used to it working. I only get casting bars and debuff bars. It's not showing Divine Shield, Ice block, icy veins, Beast Within, Prep, Vanish, etc. cooldowns at all anymore. It isn't even showing Divine Shield, BoP, BoF, Ice block, et...
File: Natur Enemy Castbar04-16-08
1) I should be able to make a bar h...
Posted By: Beladona
1) I should be able to make a bar highlighted based on their relation to you easily. I could even make it have a red tinge if it is an enemy, blue if friendly, and green if you (and brighter shades of each of any are targetted) 2) I intend to set limits on how many bars get shown in a group at a time. This will be configurable....
File: Natur Enemy Castbar04-15-08
http://wowcompares.com/browse/addon...
Posted By: Beladona
http://wowcompares.com/browse/addons/natur/ All that we have left is to make sure that the display will be meaningful. In other words right now all you get is a timer and the spell name. We are looking at ideas for showing the caster, and the affected as well, but obviously those will not show very well squeezed onto a small bar....
File: Natur Enemy Castbar04-11-08
status update: The basic addon i...
Posted By: Beladona
status update: The basic addon is ready. We have a few things to finish before we are happy with it being ready for a first beta release however. Currently it shows all of the spells we need in a special DebugFrame, and I am working on fleshing out the logic that tags events based on what they are, so that they can go to one...
File: Natur Enemy Castbar04-11-08
Originally posted by zariel No, s...
Posted By: Beladona
Originally posted by zariel No, spellID's are just a number so they are the same on every client, and then when you do the GetSpellInfo(id) you get a localised spellName. In essence it means we will not need to localize the spell names for you. The same addon will use the correct spell names. What WILL need to be localized are...
File: Natur Enemy Castbar04-10-08
Originally posted by zariel We ha...
Posted By: Beladona
Originally posted by zariel We have re-written the parser to use SpellID's so locale issues shouldnt be a problem. You know, I never realized how many spells there are in the client that share the same "name". Perfect example: I was converting the shaman spells today over to the new spellid database we are using, and I realized...