Results: 192Comments by: tayedaen
File: eXtreme Unit Buttons01-29-11
Hi ! Real life has been taking a...
Posted By: tayedaen
Hi ! Real life has been taking all my time this january. First my grandmother had a heart attack. Then she faded away after never regaining conscience. And now I am down with influenza, with very high fever. I probably won't be able to do a coding session before the end of next week. best regards tay
File: eXtreme Unit Buttons01-02-11
Re: Button Check
Posted By: tayedaen
Originally posted by Whist34 Will someone please check my purge button text. I want it to show up only when the enemy target has a buff that can be purged. Currently it shows up but it doesn't seem to purge or maybe it is getting flagged to purge when it shouldn't? Please just let me know if the code line is correct. Thanks!...
File: eXtreme Unit Buttons01-02-11
Originally posted by Whist34 Not...
Posted By: tayedaen
Originally posted by Whist34 Not sure if this is a bug or not, but the following Custom Button continues to blink and does not fade the button. (This is for a Shaman.) CB_EarthlivingWeaponBlink,buffblink,Earthliving Weapon,Earthliving Weapon/Flametongue Weapon/Frostbrand Weapon I also tried: CB_EarthlivingWeaponBlink,buffbli...
File: eXtreme Unit Buttons12-26-10
Re: Shadowform not working
Posted By: tayedaen
Originally posted by realcyberghost I am encountering a bug, Shadowform is generating alot of lua errors once I put it on my "player" bar. Hi ! I have no lua errors here, which is kind of funny, since there IS a bug. The bug is in line 455 of 'XUB_OnUpdate.lua'. There is written 'XUBShowDebugMessage' and it should be 'XUB_S...
File: eXtreme Unit Buttons12-10-10
Originally posted by kaneman I ha...
Posted By: tayedaen
Originally posted by kaneman I have the latest version and have selected XPerl frames. Here is the error I get: XUB: Error: The Target of a button can not be 'float', 'party', partypet, 'raid', or 'arena'. What am I doing wrong? A spell I am choosing? Kane could you please post your group and profile settings ?
File: eXtreme Unit Buttons12-05-10
Re: Macro targets
Posted By: tayedaen
Originally posted by abinning I may have missed a change somewhere. I am having trouble with macro targets. _CHT,macro,993,/cast Chain Heal not working it works without the target, but does nothing with it. Did you try ?
File: eXtremeUnitButtons v2.0 RC212-05-10
Re: New releases deleted my config
Posted By: tayedaen
Originally posted by drwoods Hi, I just installed RC2 on my computer and when I came up - level 80 Mage - it told me that XUB wan't configured. When I did /xub c, there was nothing there. It appears to have deleted my config. I looked at the lua file for that char and none of my buttons or bars were in the file. Nor were they in...
File: eXtreme Unit Buttons12-04-10
Re: Macro targets
Posted By: tayedaen
Originally posted by abinning I may have missed a change somewhere. I am having trouble with macro targets. _CHT,macro,993,/cast Chain Heal not working it works without the target, but does nothing with it. I'll have a look at ít. Thanks for reporting.
File: eXtremeUnitButtons v2.0 RC212-02-10
Re: Re: Release candidate 2
Posted By: tayedaen
Originally posted by Dixon Butz Great work! I have only one problem. Every time I relog, the buttons are behind my unit frames (Perl Classic). Is there any way to correct this? I don't see any options for frame level in this or Perl. Thx I'll have a look at this.
File: eXtreme Unit Buttons12-01-10
Release candidate 2 is out. Have...
Posted By: tayedaen
Release candidate 2 is out. Have Fun ! tay P.S. PartyPet buttons are working here, both with the Blizzard normal UI and the Blizzard compact UI. I downloaded XPerl, but I had no time to install it yet. But from looking at the code, XPerl should be working too.
File: eXtremeUnitButtons v2.0 RC212-01-10
Release candidate 2
Posted By: tayedaen
Release candidate 2 is out. Have Fun ! tay
File: eXtremeUnitButtons v2.0 RC212-01-10
Re: Elaborate on
Posted By: tayedaen
Originally posted by Cosmic Cleric Was wondering what did you add to support dual spec? Right now, XUB works great with dual spec vis-a-vis doing a '/xub p spec1' and '/xub p spec2' commands. Did you automate switching of profiles? If you set a default for a spec, then it will be activated automatically when you change to th...
File: eXtreme Unit Buttons11-19-10
status update: 2.0 Beta 8 is out t...
Posted By: tayedaen
status update: 2.0 Beta 8 is out to all (internal) testers. Beta 8 contains all the functionality I wanted to have for version 2.0 . So if everything goes OK, we'll have a public release soon. cu tay @betatesters: If you did not receive my mail please send me a PM
File: eXtreme Unit Buttons11-14-10
Re: Dim debuff for only my debuff command?
Posted By: tayedaen
Originally posted by Cosmic Cleric What's the command to tell a custom debuff button to only dim if its my debuff on the target? Can't remember the syntax. It's '$'. But it's only implemented for BUFF buttons at the moment. I just coded it into DEBUFF too, so this will be included in the next version.
File: eXtreme Unit Buttons11-12-10
Status update: I am working hard...
Posted By: tayedaen
Status update: I am working hard at beta6 at the moment. Thanks to the beta testers I found (and fixed) a lot of small errors. Unfortunately I had a lot of problems with the new Blizzard compact frames. To get the buttons casting the spells to the right party/raid member needed a lot of internal changes. The problem was, that...
File: Altoholic11-10-10
There is a typo in DataStore_Quests...
Posted By: tayedaen
There is a typo in DataStore_Quests.lua line 389 which leads to the error in line DataStore_Quests.lua line 393 you were reporting. Original code (buggy):local bitPos = (questID % 32) fix: local bitPos = (questID / 32)
File: eXtreme Unit Buttons11-07-10
Re: Re: Re: Re: status update
Posted By: tayedaen
Just curious, what things are changing in 4.03? I think Blizzard planned a lot of changes in the UI/API area. But they released 4.0x before all these changes were finished. At the moment there are differences between 4.01 and cataclysm beta. I think Blizzard is working hard to iron out all inconsistencies at the moment. So th...
File: eXtreme Unit Buttons11-05-10
Re: Re: status update
Posted By: tayedaen
Originally posted by Cosmic Cleric Any ETA on when a new version will be available for testing? Hi ! I have a new version available for testing now. But I will not post it to the public, because it's not tested enough. Everybody willing to help in the testing please send my a PM (with your mail address). I will send the ad...
File: eXtreme Unit Buttons11-02-10
status update
Posted By: tayedaen
status update: done: - fredredds code is merged - passive spells are filtered out (with IsPassive) - GetItemcooldown is fixed - other small problems are fixed work in progress: - eliminating every occurrence of rank, since spells have no longer ranks. (This makes the code easier to maintain, and additionally the...
File: eXtreme Unit Buttons11-01-10
Re: Alpha upload tweak
Posted By: tayedaen
Originally posted by fredddredd Assuming it makes it through moderation, I've uploaded (with his permission) a tweaked version of Tayedaen's "Alpha" release for 4.1. Hopefully I've caught and fixed most of the problems with scrolling, dropdown boxes and missing spells. Thank you very much. Ireally appreciate your help ! I simply...
File: Broker: StartMenu10-30-10
Hi, is it just me, or is there n...
Posted By: tayedaen
Hi, is it just me, or is there no menu point to reach the guild window? Thanks for the addon btw :)
File: eXtreme Unit Buttons10-16-10
Originally posted by Norman when...
Posted By: tayedaen
Originally posted by Norman when y save y have : "customized" in frame and "personnalisé " in other see like this: http://yfrog.com/42wowscrnshot101510175308j http://yfrog.com/42wowscrnshot101510175308j Funny. Really strange. It seems some string got localized, but I don't really know why. Could it be you imported an old...
File: eXtreme Unit Buttons10-15-10
Hi, I have currently some proble...
Posted By: tayedaen
Hi, I have currently some problems with my internet line. The technician will come tuesday to fix them. Unfortunately this means no WoW playing, and this means I cannot test any changes at the moment. I will drycode some changes nevertheless. Really bad timing on the side of my provider ;) cu tay
File: eXtreme Unit Buttons10-14-10
Originally posted by VolRath217 I...
Posted By: tayedaen
Originally posted by VolRath217 I'm getting an error when I go into the config, it lets me scroll down, but when I click, it goes to the line as though it were still at the top of the page. Date: 2010-10-13 21:43:26 ID: 5 Error occured in: Global Count: 1 Message: line 2: Usage: XUB_ConfigPanel2GroupsScrollBar:SetValue(...
File: eXtreme Unit Buttons10-13-10
update for 4.01 is posted. I am...
Posted By: tayedaen
update for 4.01 is posted. I am living in the EU, where we got the patch one day later. And I have a job. So 5 minutes ago, after all the patching, I was finally able to logon and do some rudimentary tests. I just did not want to post a completely untested addon (possibly broken by some last minute change). Please understan...