| 11-27-2006, 12:56 AM | #1 |
Is there any way to remove the icon for a buff/debuff, but still have the effects of that buff without using a custom buff system? If, for instance, a spell does DoT, how would I go about removing the buff (next to the unit portrait) so that the unit would take damage, but there wouldn't be a buff that said it was taking damage. I know I could probably trigger this...but it would be rather complicated I suspect, and not easily MUI. On a side note, why is it that if you remove all buffs from an ability, in game the ability still uses the buffs from its base ability? |
| 11-27-2006, 01:13 AM | #2 | |
Quote:
|
| 11-27-2006, 01:19 AM | #3 | ||
Quote:
You can make the icon blank and the tooltip a single space. You won't be able to see it, but the slot will still be taken up on the command card. By that I mean if the unit has Devotion Aura, then gets the DOT with the invisible buff, then gets Inner Fire, Inner Fire will show up in slot 3 because although you can't see that 2nd buff it's really there. However, most people don't spend too much time looking at buffs anyways, so it wouldn't be a big deal if you wanted to do this. Quote:
Because the ability is hard-coded to use a buff, and by default it uses its base buff. Not sure exactly why war3 does this, maybe it needs the buff to "keep track" of the ability and who it is affecting. |
| 11-27-2006, 01:23 AM | #4 |
Triggering it is not that difficult. You can use my CBuffs system or this simple DoT script: http://www.wc3jass.com/viewtopic.php?t=2002 |
| 11-27-2006, 02:21 AM | #5 |
shadow1500: JASS > Me. And if you didn't notice, I did say "without using a custom buff system". Though it isn't a perfect solution, TaintedReality's solution suits my purposes, so I thank you! |
| 11-27-2006, 07:57 AM | #6 | |
Quote:
Just CnP, it's alot better than a blank space on the status bar. |
| 12-09-2006, 10:37 PM | #7 |
New question here: Why do the tooltips for some buffs not show up entirely in-game? The sentance is cut-off at about the end of the first line, and I don't know why. |
| 12-09-2006, 10:48 PM | #8 |
Maybe they're simply too long? There could be a limit to buff tooltip length, so unless you have any longer tooltips displaying correctly this could be the cause. |
| 12-09-2006, 11:00 PM | #9 |
I heard that the , character causes everything after it to be cutoff. Use ; instead. |
| 12-10-2006, 02:17 AM | #11 |
I heard it has to be shorter than the text for the original tool tip. |
