02/20/2008
|
#1
|
|
Administrator
Join Date: Jul 2006
Location: San Diego, CA
Posts: 1,276
|
|
Addon: Smarty
|
|
|
02/20/2008
|
#2
|
|
Moonkin before it was cool.
Join Date: Dec 2006
Location: NYC
Posts: 1,070
|
|
Re: Addon: Smarty
| Looks beutiful. Are the timers on it only useable by the person that put it up there? For example, as the raid leader, can I see that there are 10 seconds left on demo shout? Or is that something only the warrior who put it up can see? | |
|
|
|
02/20/2008
|
#3
|
|
Where da white women at?!?!
Join Date: Apr 2005
Posts: 3,039
|
|
Re: Addon: Smarty
Quote:
|
Originally Posted by Lux
This Addon is designed to be flexible to suit the needs of a raid leader by tracking every vital debuff, or a single raid member by tracking their own and of their class.
|
^^ lambach | |
|
|
|
02/20/2008
|
#4
|
|
Administrator
Join Date: Jul 2006
Location: San Diego, CA
Posts: 1,276
|
|
Re: Addon: Smarty
Quote:
|
Originally Posted by lambach
Looks beutiful. Are the timers on it only useable by the person that put it up there? For example, as the raid leader, can I see that there are 10 seconds left on demo shout? Or is that something only the warrior who put it up can see?
|
That is limited by the game client. Duration is only given to the people that put the debuffs up. It may be added in the works for a future version to request debuff information from other players. | |
|
|
|
02/20/2008
|
#5
|
|
Cheney is all about the TITS
Join Date: May 2007
Posts: 449
|
|
Re: Addon: Smarty
Quote:
|
Originally Posted by Lux
That is limited by the game client. Duration is only given to the people that put the debuffs up. It may be added in the works for a future version to request debuff information from other players.
|
that would be pro, putting it into my UI right now | |
|
|
|
02/20/2008
|
#6
|
|
Forum Elite!
Join Date: Nov 2006
Location: Atlanta, Georgia
Posts: 1,740
|
|
Re: Addon: Smarty
| It would be awesome if you could click one of the spells and it would reapply the spell to the mob it is on. (ex. Shadow Word Pain) I know when I play my spriest it can be a pita sometimes retargeting the mob to dot it again. I will definitely use this in our raids. | |
|
|
|
02/20/2008
|
#7
|
|
Administrator
Join Date: Jul 2006
Location: San Diego, CA
Posts: 1,276
|
|
Re: Addon: Smarty
Quote:
|
Originally Posted by Goretex
It would be awesome if you could click one of the spells and it would reapply the spell to the mob it is on. (ex. Shadow Word Pain) I know when I play my spriest it can be a pita sometimes retargeting the mob to dot it again. I will definitely use this in our raids.
|
Interesting idea, but I'm not sure of the possibility as the Ability buttons use a Secure UI frame. I'll investige and implement it if it is possible. | |
|
|
|
02/21/2008
|
#8
|
|
Hardcore Ultra Junkie!
Join Date: Mar 2007
Posts: 500
|
|
Re: Addon: Smarty
Edit: nevermind I got it.
Love this mod! | |
Last edited by Iluminati : 02/21/2008 at 09:31 PM.
|
|
|
02/22/2008
|
#9
|
|
DnT Friend
Join Date: Jul 2006
Posts: 1,276
|
|
Re: Addon: Smarty
Haven't tried it yet Luxx, but I have some questions (i'll try it this weekend)
Does it have a vertical configuration setting, and does it support scaling without needing an external mod?
Also, does it support "stacks" of debuffs, say Scorch (5) (17s remaining), or Sunder (5) (27s remaining), etc?
Finally, does this work with the new combat log in 2.4, or is it just for current live-wow only? | |
|
|
|
02/22/2008
|
#10
|
|
Administrator
Join Date: Jul 2006
Location: San Diego, CA
Posts: 1,276
|
|
Re: Addon: Smarty
Quote:
|
Does it have a vertical configuration setting, and does it support scaling without needing an external mod?
|
Yes to both. You can set the Icon Columns to 1, which will make it vertical. You can also set the Icon Size.
Quote:
|
Also, does it support "stacks" of debuffs, say Scorch (5) (17s remaining), or Sunder (5) (27s remaining), etc?
|
It can support both Stack and Duration as text, but not at the same time. Duration is additionally supported as a spiral in the background.
Quote:
|
Finally, does this work with the new combat log in 2.4, or is it just for current live-wow only?
|
It doesn't rely on the combat log, it works on PTR and Live. The only moment it will break is when there is an internal change in the client for UnitDebuff function. | |
|
|
|
02/27/2008
|
#11
|
|
Kyoushako
 [191]
Join Date: May 2007
Location: Spain
Posts: 24
|
|
Re: Addon: Smarty
Is possible to add buffs on a friendly target?
For example tracking Shield Block, Blood Pact, Commanding Shout, Earth Shield, Grounding Totem and stuff like that on the MT.
As a raid leader I'll love to have that too. | |
|
|
|
02/27/2008
|
#12
|
|
Administrator
Join Date: Jul 2006
Location: San Diego, CA
Posts: 1,276
|
|
Re: Addon: Smarty
Quote:
|
Originally Posted by fr0d0b0ls0n
Is possible to add buffs on a friendly target?
For example tracking Shield Block, Blood Pact, Commanding Shout, Earth Shield, Grounding Totem and stuff like that on the MT.
As a raid leader I'll love to have that too.
|
Interesting request. It's possible, I'll include it in a future version.
Open Debuff.lua in a text editor
Search for
Code:
name, rank, aicon, count, type, duration, timeLeft = UnitDebuff( unit, index )
replace with
Code:
name, rank, aicon, count, duration, timeLeft = UnitBuff( unit, index )
| |
|
|
|
02/27/2008
|
#13
|
|
Supreme DnT Junkie!
[77]
Join Date: Nov 2006
Location: Boston
Posts: 73
|
|
Re: Addon: Smarty
|
|
|
03/05/2008
|
#14
|
|
Indubious
 [155]
Join Date: Aug 2007
Location: California
Posts: 3
|
|
Re: Addon: Smarty
Perhaps you could set it up in a way where the icon is by default associated with the spell without having to know the icon. Also, I would add the ability to hide edgefile and background. Other than that its full of win.
[edit] Works well with OmniCC  | |
Last edited by Zypher : 03/05/2008 at 08:00 PM.
|
|
|
03/05/2008
|
#15
|
|
Administrator
Join Date: Jul 2006
Location: San Diego, CA
Posts: 1,276
|
|
Re: Addon: Smarty
Quote:
|
Originally Posted by Zypher
Perhaps you could set it up in a way where the icon is by default associated with the spell without having to know the icon. Also, I would add the ability to hide edgefile and background. Other than that its full of win.
[edit] Works well with OmniCC 
|
You don't have to know the icon. Just set the spell name in, and when the debuff is first detected, the icon is automatically loaded.
The next version has the ability to change a few cosmetic features. Hiding the edge file is one of those options.
Anyways, in general news.. I've been a bit busy with midterms, and now preparing for finals.. so don't expect something for another 2 weeks. Sorry! | |
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|
| 
All times are GMT -4. The time now is 12:13 AM.
Powered by vBulletin Version 3.5.4 Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
|
|