Best way to make a "Kill Assist Bonus" trigger.

Luth

Lex Luthor!
Reaction score
41
I've thought briefly about it, but all the methods that I've come up with for designing a Kill Assist Bonus system just seem clunky, and poorly implemented. I was hoping one of you had an insightful, ingenius method for constructing such a system. :)

(NB: Kill Assist Bonus is when one player does X% of damage to a hero recently prior to its death, but does not actually deal the killing blow.)


__________________
Battle of the Stars
An Epic AoS-style map featuring (so far) 18 distinctly original TV and Movie Heroes and Villians
as playable characters, over fifty items and recipes, and unique gameplay elements.​
 
ugh, i really dislike triggers that have to do with attacking mostly because of the "is attacked" bug.

Anyways, maybe you could have a trigger that detects when a unit is attacked, and compare how much life it has like, lets say a unit attacks another unit, and then say, after a brief wait period, the attacked unit has a life value of 10-50 or something, then the attacking unit will get a kill assist bonus when the attacked unit dies. I can't pull an actual trigger out right now, because it'd be pretty complex and i don't have the time... but maybe this idea will help.

Edit: this only works with physical attacks too.. with spells it'd be damn near impossible as far as my knowledge of triggers go.
 
mc117 said:
ugh, i really dislike triggers that have to do with attacking mostly because of the "is attacked" bug.
What "Is attacked" bug are you talking about ?
 
Andrewgosu said:
Well, I made a fairly simple trigger.

Code:
Blowkill
    Events
        Unit - A unit Is attacked
    Conditions
        (Unit-type of (Attacking unit)) Equal to Paladin
    Actions
        Set randomnumber = (Random integer number between 1 and 100)
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                randomnumber Less than or equal to 30
            Then - Actions
                Unit - Cause (Attacking unit) to damage (Attacked unit), dealing ((Life of (Attacked unit)) x 0.90) damage of attack type Spells and damage type Normal
            Else - Actions

I tested it on a peasant, and I the trigger runs actually a margin before the paladin deals damage to the peasant, resulting almost in any cases with an instant kill. (Because the peasant has low HP, 230. 230 x 0.9= 207 + damage dealt by the paladin 24-35.)

But that wasn' t what he wanted :p . Best is (I asuem it is AoS style map with max 12 heroes on map when "playing".) to store chooced heroes into unit-group and then add them with trigger action to event unit takes dmg. So then you have to store dmg into variable and store unit too maybe. And another trigger to dedect death of units and there should be comparison what unit was killed, then it takes from dmg trigger that avlue and checks if it is greater or something >50 % and gives to that player bonus gold for helping. It asumes you will store dmg to arry for each player. Hard to explane end even harder to do :rolleyes:
 
this "bug" i am talking about is that the "is attacked" event responds when the hero first acquires the target. if a hero prepares to strike an enemy the trigger fires, then if you order the hero to stop before it actually deals damage, the trigger fires but you haven't actually "attacked" the unit.
 
Sooda said:
But that wasn' t what he wanted :p . Best is (I asuem it is AoS style map with max 12 heroes on map when "playing".) to store chooced heroes into unit-group and then add them with trigger action to event unit takes dmg. So then you have to store dmg into variable and store unit too maybe. And another trigger to dedect death of units and there should be comparison what unit was killed, then it takes from dmg trigger that avlue and checks if it is greater or something >50 % and gives to that player bonus gold for helping. It asumes you will store dmg to arry for each player. Hard to explane end even harder to do :rolleyes:

Right, I get it. Its just easier to wait and snatch the kill from the other guy.
 
mc117 said:
this "bug" i am talking about is that the "is attacked" event responds when the hero first acquires the target. if a hero prepares to strike an enemy the trigger fires, then if you order the hero to stop before it actually deals damage, the trigger fires but you haven't actually "attacked" the unit.
Oh, I see.... Well... @#$^! This kinda ruins like 10 of the triggers in my CTF... :( Oh well, I'll figure it out I suppose.
 
master maste said:
ahhh I have just what you want Luth, go to this link below and download the map, that has the exact system that you asked for

http://www.wc3campaigns.net/showthread.php?t=82929

if it helps +rep :D please
I'm sure its a good system, but there's no way to C/P code, as my map is tweaked to high hell. :) You've got a lot of stuff in there, and its cluttering up my mind when I'm reading through, trying to figure out what you're doing. (oh, that, and I'm REALLY REALLY tired right now... things are kinda blurry)

What was your method? I merely want to know if your way is better than my way. :)
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    News portal has been retired. Main page of site goes to Headline News forum now
  • The Helper The Helper:
    I am working on getting access to the old news portal under a different URL for those that would rather use that for news before we get a different news view.
  • Ghan Ghan:
    Easily done
    +1
  • The Helper The Helper:
    https://www.thehelper.net/pages/news/ is a link to the old news portal - i will integrate it into the interface somewhere when i figure it out
  • Ghan Ghan:
    Need to try something
  • Ghan Ghan:
    Hopefully this won't cause problems.
  • Ghan Ghan:
    Hmm
  • Ghan Ghan:
    I have converted the Headline News forum to an Article type forum. It will now show the top 20 threads with more detail of each thread.
  • Ghan Ghan:
    See how we like that.
  • The Helper The Helper:
    I do not see a way to go past the 1st page of posts on the forum though
  • The Helper The Helper:
    It is OK though for the main page to open up on the forum in the view it was before. As long as the portal has its own URL so it can be viewed that way I do want to try it as a regular forum view for a while
  • Ghan Ghan:
    Yeah I'm not sure what the deal is with the pagination.
  • Ghan Ghan:
    It SHOULD be there so I think it might just be an artifact of having an older style.
  • Ghan Ghan:
    I switched it to a "Standard" article forum. This will show the thread list like normal, but the threads themselves will have the first post set up above the rest of the "comments"
  • The Helper The Helper:
    I don't really get that article forum but I think it is because I have never really seen it used on a multi post thread
  • Ghan Ghan:
    RpNation makes more use of it right now as an example: https://www.rpnation.com/news/
  • The Helper The Helper:
  • The Helper The Helper:
    What do you think Tom?
  • tom_mai78101 tom_mai78101:
    I will have to get used to this.
  • tom_mai78101 tom_mai78101:
    The latest news feed looks good
  • The Helper The Helper:
    I would like to see it again like Ghan had it the first time with pagination though - without the pagination that view will not work but with pagination it just might...
  • The Helper The Helper:
    This drink recipe I have had more than a few times back in the day! Mind Eraser https://www.thehelper.net/threads/cocktail-mind-eraser.194720/

      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