Results: 76Comments by: Eggi
File: DotIt02-23-09
Re: error reports
Posted By: Eggi
Originally posted by ljudsnubbe hello again. The progress is great on this mod, but I have a couple of errors to report -When casting a dot, the icons of other dots on that target often get overwritten. the icons dissapears, but sometimes they come back again several seconds later. -When using the Singeltager-tacking opti...
File: DotIt02-22-09
To the first problem: This occur...
Posted By: Eggi
To the first problem: This occurs because I can't check if a dot from a target (that you are not targeting) is refreshed from you or someone else. I thought that I do not have to check it because the source GUID is 0 (thought it is only called for my own debuffs). But this is not the case and so some strange behavior could occur....
File: DotIt02-22-09
Originally posted by pahbi Its wo...
Posted By: Eggi
Originally posted by pahbi Its working great with mounts now. I have two bugs now. 1) The first bug is that the spell icons disappear from time to time while they are at or near the middle of the bar. 2) The second is that the spell durations are off by a few seconds. The icons cross the 0 seconds tick mark about 3-4 se...
File: KeyProfiler02-21-09
Easiest way would be through a CSV...
Posted By: Eggi
Easiest way would be through a CSV file. Edit: use the following macro /script DEFAULT_CHAT_FRAME:AddMessage("Command;Binding 1;Binding 2") for i = 1, GetNumBindings() do local command, key1, key2 = GetBinding(i) if (key1 or key2) then DEFAULT_CHAT_FRAME:AddMessage(command..";"..(key1 or "")..";"..(key2 or "")) end end Use a c...
File: DotIt02-21-09
It looks like if the library I'm us...
Posted By: Eggi
It looks like if the library I'm using is a bit to heavy for what I want to do here and so I will use my own cooldown handling code. Next version should be hopefully up in a few hours. Edit: Uploaded new version which does not use the cooldown lib anymore.
File: DotIt02-21-09
I tested it with a guild member and...
Posted By: Eggi
I tested it with a guild member and could not reproduce the bug with the travelers mount. I tried to change something in that lib... maybe it helps to fix your problem http://www.file-upload.net/download-1472348/DotIT_mountfix2.zip.html
File: DotIt02-21-09
Please try: http://www.file-upload...
Posted By: Eggi
Please try: http://www.file-upload.net/download-1472245/DotIT_mountfix.zip.html and tell me if it changes anything.
File: DotIt02-21-09
Would be nice if you could post the...
Posted By: Eggi
Would be nice if you could post the error message, because I don't have the possibility to test this.
File: DotIt02-21-09
Yah you are right, I forgot to free...
Posted By: Eggi
Yah you are right, I forgot to free a table which is created on every OnUpdate which leads to the increase in memory usage (fixed in v4) And it seems like I somehow forgot the Paladin class ^^. Thank you for your spell table. Added it also in fix 4.
File: DotIt02-20-09
Both problems should be fixed in Be...
Posted By: Eggi
Both problems should be fixed in Beta 7. And thank you for your great error reports.
File: DotIt02-20-09
As far as it seems MW has nothing t...
Posted By: Eggi
As far as it seems MW has nothing to do with combo points but if the wow api returns its charges as combo points it should be possible to use the function instead of the wow api. But the following code should be work better as it uses the UnitBuff api which is always the better way (I even don't think that combo points are needed any...
File: DotIt02-20-09
Important: Fix 4 is very important...
Posted By: Eggi
Important: Fix 4 is very important as it seems that I could fix the problems that occured when zoning (mainly dots appearing somewhere) and a bug that the bars did not reset when they disappeared.
File: DotIt02-20-09
Originally posted by PhogHawk Thi...
Posted By: Eggi
Originally posted by PhogHawk This addon has a ton of potential, and works fairly well even in a beta stage. Keep up the good work. JSYK, I had a problem adding a spell. When I hit 'insert,' I got an error saying something about db being nil. Again, this is awesome. This is already fixed in the fix 3. But I think it is no...
File: DotIt02-20-09
Originally posted by Oakayam I re...
Posted By: Eggi
Originally posted by Oakayam I reinstalled ( beta 6 fixed ) and deleted saved variables. It seemed alright at first until I tried to add a dot - Rip ( Rank 8) . After filling up all the fields every time I click insert I get this error : : DotIT-1.0\config.lua:52: attempt to index local 'db' (a nil value) DotIT-1.0\config.lua:...
File: DotIt02-19-09
I added a check to avoid that error...
Posted By: Eggi
I added a check to avoid that error but to be honest I could not reproduce your problem here.
File: DotIt02-19-09
Ah... interesting... worked without...
Posted By: Eggi
Ah... interesting... worked without errors for me and reloading should now also not be required anymore. Will check that asap.
File: DotIt02-17-09
Seems to be possible that OnEnable...
Posted By: Eggi
Seems to be possible that OnEnable is not called after a fresh wow start. This is fixed when you reload your interface or it should also be fixed in the next version.
File: DotIt02-16-09
Originally posted by Coldfury Pes...
Posted By: Eggi
Originally posted by Coldfury Pestilence for DKs isnt a dot. Plague Stike tho is and isnt in the list. That was a mistake in the list. It should list Blood Plague instead of Pestilence ... which was already in that form in the addon. (Blood Plague = the effect from Plague Strike)
File: DotIt02-16-09
Originally posted by Oakayam Fa...
Posted By: Eggi
Originally posted by Oakayam Faerie Fire Faerie Fire (Feral) Mangle - Cat Mangle - Bear Demoralizing Roar These will go in a seperate raid debuff module or something like that.
File: DotIt02-15-09
Originally posted by Feist As a R...
Posted By: Eggi
Originally posted by Feist As a Rogue, I'm less concerned with the time on mob debuffs and more concerned with time on my own self buffs usually. Any chance of support for those? (hunger for Bloos & Slice and Dice primarily. Yes selfbuffs are the next thing that I want to add. Most probably as a own bar.
File: KeyProfiler02-12-09
That should mean that there is curr...
Posted By: Eggi
That should mean that there is currently no profile available. In the ESC -> Interface -> Addons -> KeyProfiler menu you should be able to create profiles and then load them with the minimap button. I change the button as soon as possible so that it opens the interface menu when there is no profile or if you right click it. But at...
File: KeyProfiler01-29-09
It does not really change anything...
Posted By: Eggi
It does not really change anything icon related. It only saves and restores the keys which the macro is bound to. Maybe you want to post your macro here which gives you problems.
File: KeyProfiler01-28-09
I hope your problem is fixed in the...
Posted By: Eggi
I hope your problem is fixed in the next version (0.22).
File: KeyProfiler01-20-09
It should save and load everything...
Posted By: Eggi
It should save and load everything (macros, spells and buttons) which is keybinding related ... does not matter which addon you use for binding your keys (so for example if you bind spells directly with SpellBinder this will also be saved).
File: KeyProfiler01-19-09
I did not think that this addon was...
Posted By: Eggi
I did not think that this addon was really in use as it was only downloaded under 600 times and as I personally only used it for Gorefiend I had not the intention to update it. To the thing with the keybinds and dualspec: AFAIK Blizzard said that they will add a feature to the UI so that the keybindings will be changed when you chang...