|
|
#1 |
Member
Join Date: Aug 2009
Posts: 136
|
|
|
|
|
#2 | |||||
Member
Join Date: Jun 2009
Location: Hohenkirchen, Germany
Posts: 7,510
|
Quote:
Quote:
Quote:
Quote:
If he can remove the debuff, he will be healed Quote:
__________________
|
|||||
|
|
|
#3 |
Member
Join Date: Aug 2009
Posts: 136
|
Quote:
will you be healed when using str growth while w/ the debuffs of ice blast? No so basically you will just speed up your death?? |
|
|
|
#4 |
Member
Join Date: Jun 2009
Location: Hohenkirchen, Germany
Posts: 7,510
|
Yes
It works like this: 1. Check for current HP 2. Store value Runs every 0.25 sec, AFAIK - If HP is higher than the stored value, reduce HP to stored value So, the conclusion is: If you get +STR, your maximum hitpoints are raised But, since your hitpoints are stored, you are closer to 10%/11%/12% instantkill
__________________
|
|
|
|
#5 |
Member
Join Date: Jun 2009
Posts: 557
|
€ this statement was wrong, Lordshinjo is correct. I somehow missed the buff check in the code and did no test myself.
|
|
|
| Last edited by Küken; 03-04-2010 at 12:26 PM. | |
|
|
#6 |
Forum Staff
Join Date: Jun 2009
Location: France
Posts: 2,168
|
Ice Blast checks for the buff, so Time Lapse will work as intended, negate Ice Blast and heal Weaver.
(Tested btw) |
|
|
| Last edited by Lordshinjo; 03-04-2010 at 11:26 AM. | |
|
|
#7 |
Member
Join Date: Aug 2009
Posts: 136
|
waw tnx for the replies but how will it act against persuedo-evasions (e.g refraction)
|
|
|
|
#8 | |
Member
Join Date: Jun 2009
Posts: 3,002
|
Quote:
|
|
|
|
|
#9 |
Member
Join Date: Jun 2009
Posts: 122
|
How often does it store the HP value? Each time the DoT ticks? Every 0.25 s?
|
|
|
|
#11 |
Member
Join Date: Jun 2009
Posts: 3,002
|
If I remember correctly it's.. well maybe I remember wrong.
|
|
|
|
#12 |
Member
Join Date: Jun 2009
Posts: 122
|
Is it theoretically possible that the ice blast debuff HP check runs right after damages is applied and right before a triggered heal heals it back so the triggered heal will get nullified? (In case the triggered heal doesn't pre-heal)
|
|
|
|
#13 |
Member
|
No, as no two events can occur at the same time in dota. The first event UNIT_EVENT_DAMGED would cause the triggered heal in function A. The second every that runs every 0.25 seconds would call function B. Since no two functions can be called at the same time there is no way to stop the pre heal.
__________________
You can call me LEMONS
|
|
|
|
#14 |
Member
Join Date: Jul 2009
Posts: 463
|
Wait, did somebody just say it counters Abba's ultimate as well?
|
|
|
|
#15 |
Member
Join Date: Jun 2009
Posts: 3,002
|
When Abbadon is affected by Ice Blast, he will not be healed by damages, but will not lose HP neither.
|
|
|
|
#16 |
Member
Join Date: Jul 2009
Posts: 463
|
|
|