Possible conflict? Area damage and Timed Life?

chovynz

We are all noobs! in different states of Noobism!
Reaction score
130
I wonder if anyone else has come across this.

I create a unit, then apply a Generic expiration.
At expiration the unit dies and deals x damage to the surrounding area.

The expiring unit can be damaged directly (i.e. if my hero attacks it.) Any normal units that are in the damage area get hurt. Any units that have a generic expiration in the damage area does not get hurt.

Anyone know why this is and if theres a way to fix it so the expiring units damage any closeby units that already have an expiration?
 

chovynz

We are all noobs! in different states of Noobism!
Reaction score
130
area damage
In Gui
Code:
Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 500.00 at (Center of (Playable map area)), dealing 100.00 damage of attack type Spells and damage type Normal

In Jass
JASS:
   call UnitDamagePoint(Unit, delay, radius, X, Y, amount, attackboolean, rangedboolean, attackType, damagetype, weapontype)


native UnitDamagePoint takes unit whichUnit, real delay, real radius, real x, real y, real amount, boolean attack, boolean ranged, attacktype attackType, damagetype damageType, weapontype weaponType returns boolean

My triggers if you must know.
JASS:
   set Mine = CreateUnit(GetOwningPlayer(Caster), MineID(), CasterX, CasterY, bj_UNIT_FACING)
   call UnitApplyTimedLife(Mine ,'BTLF', MineFuse())
   call TriggerSleepAction(MineFuse())

   set Explosion = CreateUnit(GetOwningPlayer(Caster),'h00Q',GetUnitX(Mine),GetUnitY(Mine),bj_UNIT_FACING)
   call UnitDamagePoint(Mine, 0, MineBlastRadius(), GetUnitX(Mine), GetUnitY(Mine), MineDamage(), true, false, ATTACK_TYPE_MELEE, DAMAGE_TYPE_NORMAL, WEAPON_TYPE_WHOKNOWS)
   call UnitApplyTimedLife(Explosion, 'BTLF', 2)
 

Choppa

www.warcraft-gamers.po.gs
Reaction score
59
As in like a meat wagon splash?
Edit:
Are the timed units invulnerable to that attack type or damage type?
 

darkRae

Ueki Fan (Ueki is watching you)
Reaction score
173
So you don't want the Expiring Unit to damage any other Expiring Unit?
Well, as far as I know, 'Unit - Damage Area' deals damage to ALL units.

My suggestion is to add units with Expiration Timer (after you give it) to a Unit Group.
Then when you're going to do damage, pick all units within the expiring unit that doesn't belong to that Unit Group, and cause it to damage Picked Unit.

Hope it helps :)
 

chovynz

We are all noobs! in different states of Noobism!
Reaction score
130
As in like a meat wagon splash?
Edit:
Are the timed units invulnerable to that attack type or damage type?
I dont think so. They are based off Goblin Land Mine. They have the AOE damage upon death (Goblin Mine) (This might be the thing interfering actually, now that I think about it.)

Edit: I turn on all options in the object editor, i changed the AOE type to big mine and sappers...No change at all.
So you don't want the Expiring Unit to damage any other Expiring Unit?
Well, as far as I know, 'Unit - Damage Area' deals damage to ALL units.

My suggestion is to add units with Expiration Timer (after you give it) to a Unit Group.
Then when you're going to do damage, pick all units within the expiring unit that doesn't belong to that Unit Group, and cause it to damage Picked Unit.

Hope it helps
I thought it damaged all units as well. I DO want it to damage every unit. That's why this puzzles me.
 

Choppa

www.warcraft-gamers.po.gs
Reaction score
59
I just wanted to make sure, do you mean to have the midpoint in the centre of the map?
Code:
Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 500.00 at (Center of (Playable map area)), dealing 100.00 damage of attack type Spells and damage type Normal
 

Somatic

You can change this now in User CP.
Reaction score
84
You want it to Damage all units in the area, including all other mines or not.
 

chovynz

We are all noobs! in different states of Noobism!
Reaction score
130
-.-
I think I'm not being clear.

Yes, I want the mine to damage all units, including other mines.
My unit is a custom unit based off Goblin Mine. The mines have the AOE damage upon death (Goblin Mine) ability.

All mines have a timed life applied to them (that's a Generic Expiration to all you Guiers.) When they die they explode.

The ONLY units that are NOT getting affected by the mines explosions, but they SHOULD BE affected, are other mines.

Changing the AOE damage to sappers or Big Mine in the object editor, nor targeted as, nor allow targets doesn't make the mines take damage.

Choppa: that GUI code has nothing to do with my trigger. That is the standard Damage Area GUI Action. I am using Jass which looks like this:
JASS:
   call UnitDamagePoint(Mine, 0, MineBlastRadius(), GetUnitX(Mine), GetUnitY(Mine), MineDamage(), true, false, ATTACK_TYPE_MELEE, DAMAGE_TYPE_NORMAL, WEAPON_TYPE_WHOKNOWS)
 

darkRae

Ueki Fan (Ueki is watching you)
Reaction score
173
Ooh, now I get it, but I don't know the correct solution yet XD
Try picking all the mines nearby, kill them and do damage.
 
Reaction score
333

Somatic

You can change this now in User CP.
Reaction score
84
If the mines have hp lesser than the explosion damage, then use trigger to pick them up and Kill them
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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 The Helper:
    Happy Wednesday!
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    Sticking with the desserts for now the latest recipe is Fried Apple Pies - https://www.thehelper.net/threads/recipe-fried-apple-pies.194297/
  • The Helper The Helper:
    Finally finding about some of the bots that are flooding the users online - bytespider apparently is a huge offender here - ignores robots.txt and comes in from a ton of different IPs

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top