Spell that counts all damage taken but not healing

Panda

New Member
Reaction score
3
Okay its me again with another problem.
I want to make this skill that when activated waits 5 seconds and then deals all the damage the caster have taken in these 5 seconds in damage to all nearby units. I have made that skill but the problem is that whenever its healed it reduces the damage it deals. I want it to ignore healing (no -damage from healing)
This is the trigger, the reasons for the calculations are because I wanted it to deal 2x damage taken.
Code:
Revenge
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Revenge 
    Actions
        Set Revenge_self = (Integer((Life of (Triggering unit))))
        Wait 5.00 seconds
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                ((Triggering unit) is dead) Not equal to True
            Then - Actions
                Set Revenge_hp_pastx2 = (Revenge_self x 2)
                Set Revenge_hp_nowx2 = (Integer(((Life of (Triggering unit)) x 2.00)))
                Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 600.00 at (Position of (Triggering unit)), dealing (Real((Revenge_hp_pastx2 - Revenge_hp_nowx2))) damage of attack type Spells and damage type Normal
                
            Else - Actions
Help is appreciated :)
 

polo2005

Wana start playing LoL? http://tinyurl.com/369as27
Reaction score
97
Okay its me again with another problem.
I want to make this skill that when activated waits 5 seconds and then deals all the damage the caster have taken in these 5 seconds in damage to all nearby units. I have made that skill but the problem is that whenever its healed it reduces the damage it deals. I want it to ignore healing (no -damage from healing)
This is the trigger, the reasons for the calculations are because I wanted it to deal 2x damage taken.
Code:
Revenge
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Revenge 
    Actions
        Set Revenge_hp_pastx2 = (Integer((Life of (Triggering unit))))
        Wait 5.00 seconds
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                ((Triggering unit) is dead) Not equal to True
            Then - Actions
                Set Revenge_hp_pastx2 = (Revenge_self x 2)
                Set Revenge_hp_nowx2 = (Integer(((Life of (Triggering unit)) x 2.00)))
                Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 600.00 at (Position of (Triggering unit)), dealing (Real((Revenge_hp_pastx2 - Revenge_hp_nowx2))) damage of attack type Spells and damage type Normal
                
            Else - Actions
Help is appreciated :)

umh... and what are revenge_self set to?
 

Panda

New Member
Reaction score
3
Sorry I forgot to change that.
I have edited the trigger now. Now it is as it should be :)
 

Cheesy

some fucker
Reaction score
95
What is the point of this line?

Code:
 Set Revenge_hp_nowx2 = (Integer(((Life of (Triggering unit)) x 2.00)))

If you have this line?

Code:
Set Revenge_hp_pastx2 = (Revenge_self x 2)
 

Panda

New Member
Reaction score
3
What is the point of this line?

Code:
 Set Revenge_hp_nowx2 = (Integer(((Life of (Triggering unit)) x 2.00)))

If you have this line?

Code:
Set Revenge_hp_pastx2 = (Revenge_self x 2)

Well thats because Revenge_hp_nowx2 is the hp after the 5 waited seconds while Revenge_hp_pastx2 is the hp before the waited 5 seconds.
I find the difference and that how I deal the hp he lost in damage x2
But the problem is that this method counts healing as -damage
I want healing to be ignored...
 

THE_X

New Member
Reaction score
49
add the event unit takes damage to another trigger and when he takes damage within the 5 seconds add the damage taken into your variable then release the damage from the variable.
 

Panda

New Member
Reaction score
3
add the event unit takes damage to another trigger and when he takes damage within the 5 seconds add the damage taken into your variable then release the damage from the variable.

I've tried that too but the problem is that its only on specific unit event. And on specific unit event I cant select any variables as a unit =( only preplaced units
 

wellwish3r

wishes wells.
Reaction score
52
I've tried that too but the problem is that its only on specific unit event. And on specific unit event I cant select any variables as a unit =( only preplaced units

you can add the unit to the trigger via another triggered, that is triggered by the unit learning the spell.
 

Panda

New Member
Reaction score
3
Okay but how do I add the damage to my variable?
I can't really see where to do that :S
 

Curo

Why am I still playing this game...?
Reaction score
109
1) Unit activates your spell

2a) Add to your damage detection trigger the event "Triggering unit takes damage"

2b) Set Total_Damage_Taken = 0

3) Damage detection trigger - Actions: Set Total_Damage_Taken = Total_Damage_Taken + (Damage taken)
 

vypur85

Hibernate
Reaction score
803
This is what Curo meant:

Code:
Cast
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Animate Dead
    Actions
        Set Real_DamageTaken = 0.00
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                ((Triggering unit) is in UnitGroup_Store) Equal to False
            Then - Actions
                Unit Group - Add (Triggering unit) to UnitGroup_Store
                Trigger - Add to Take Damage <gen> the event (Unit - (Triggering unit) Takes damage)
            Else - Actions

Code:
Take Damage
    Events
    Conditions
    Actions
        Set Real_DamageTaken = (Real_DamageTaken + (Damage taken))
        Special Effect - Create a special effect attached to the overhead of (Triggering unit) using Abilities\Spells\Orc\WarStomp\WarStompCaster.mdl

The special effect is there to show you if it works.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/
  • The Helper The Helper:
    I think we need to add something to the bottom of the front page that shows the Headline News forum that has a link to go to the News Forum Index so people can see there is more news. Do you guys see what I am saying, lets say you read all the articles on the front page and you get to the end and it just ends, no kind of link for MOAR!

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top