Critical Strike

litlmike123

New Member
Reaction score
1
How do I make Critical Strike in JASS? I would like the full code please.
Thanks.

*EDIT*
I am trying to accomplish 2 things:
1) Learn more about Triggers/JASS
2) Create a Trigger that calculates/prints the DamageOnEvent (attack)

If I can see how this Critical Strike Trigger works, I think I can rewrite it for this other skill. I am want to do the work, but I need a helping hand to get started.

Thanks in Advance.
 

phyrex1an

Staff Member and irregular helper
Reaction score
447
Umm, there is already an Critical Strike ability so why do you want to make an exact copy of that but in jass?

Also, it is very unlike that anyone would go through all the trouble to make an ability for you when you doesn't even care to explain what you really want and how it should work. You need to put some effort in this yourself.
 

litlmike123

New Member
Reaction score
1
More Info

Thanks for the reply.

I am trying to accomplish 2 things:
1) Learn more about Triggers/JASS
2) Create a Trigger that calculates/prints the DamageOnEvent (attack)

If I can see how this Critical Strike Trigger works, I think I can rewrite it for this other skill. I am want to do the work, but I need a helping hand to get started.

Thanks in Advance.
 

emjlr3

Change can be a good thing
Reaction score
395
er that is no more info then u posted the first time
 

Chocobo

White-Flower
Reaction score
409
With Damage Show while not doing Critical

Code:
Intialization
    Events
        Unit - A unit enters (Playable map area)
    Conditions
        (Custom value of (Triggering unit)) Equal to 0
    Actions
        Trigger - Add to Dmg Trigger <gen> the event (Unit - (Triggering unit) Takes damage)
        Unit - Set the Custom value of (Triggering unit) to 1

Code:
Initialization
Events
Game - Time Elasped 0.00 seconds of game-time

Conditions
None

Actions
Custom Script : set bj_wantDestroyGroup = true
Pick Every Units in (Playable map area) and do Actions
       Loop - Actions
               Trigger - Add to Dmg Trigger <gen> the event (Unit - (Picked unit) takes damage)
                Set the Custom value of (Picked unit) to 1
Trigger - Destroy (This trigger) //In JASS : call DestroyTrigger(GetTriggeringTrigger() )

Code:
Dmg Trigger
Events
None

Conditions
(Damage taken) Not Equal to 0.00
//And yes, damage taken can be equal to 0.00, like Hardened Skin with 0 min dmg.

Actions
Set loc = (Position of (Triggering unit)) //loc is a Location/Point variable, it is against leaks ^^
Set CriticalMultiplier = <whatever in real> //CriticalMultiplier is a real. It refers at Damage Multiplier value defined as you want. Example : 2.00x damage
Set RandomReal = (Random number real between 0.00 and 100.00) //RandomReal fixes a random percentage, you can use a Integer, but it has less power
If (All Conditions are true) Then (Then Actions) Else (Else Actions)
      If (All Conditions are true)
             RandomReal lesser than <your percentage to critical>
      Then (Then Actions)
             Set DamageDealt = (Damage taken x CriticalMultiplier) //DamageDealt is a real which handles the whole damage dealt
      Else (Else Actions)
Trigger - Turn off (This trigger)
Unit - Cause (Damage source) to damage (Triggering unit) dealing ((DamageDealt - (Damage taken)) of type Chaos of type Universal
Trigger - Turn on (This trigger)
Floating Text - Create floating text that reads ((String((Integer((DamageDealt))))) + !) at loc with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
Floating Text - Change (Last created floating text): Disable permanence
Floating Text - Set the velocity of (Last created floating text) to 15.00 towards 90.00 degrees
Floating Text - Change the lifespan of (Last created floating text) to 3.00 seconds
Floating Text - Change the fading age of (Last created floating text) to 1.00 seconds

Without Damage Show while not doing Critical

Code:
Dmg Trigger
Events
None

Conditions
(Damage taken) Not Equal to 0.00
//And yes, damage taken can be equal to 0.00, like Hardened Skin with 0 min dmg.

Actions
Set loc = (Position of (Triggering unit)) //loc is a Location/Point variable, it is against leaks ^^
Set CriticalMultiplier = <whatever in real> //CriticalMultiplier is a real. It refers at Damage Multiplier value defined as you want. Example : 2.00x damage
Set RandomReal = (Random number real between 0.00 and 100.00) //RandomReal fixes a random percentage, you can use a Integer, but it has less power
If (All Conditions are true) Then (Then Actions) Else (Else Actions)
      If (All Conditions are true)
             RandomReal lesser than <your percentage to critical>
      Then (Then Actions)
             Set DamageDealt = (Damage taken x CriticalMultiplier) //DamageDealt is a real which handles the whole damage dealt
             Trigger - Turn off (This trigger)
             Unit - Cause (Damage source) to damage (Triggering unit) dealing ((DamageDealt - (Damage taken)) of type Chaos of type Universal
             Trigger - Turn on (This trigger)
             Floating Text - Create floating text that reads ((String((Integer((DamageDealt))))) + !) at loc with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
             Floating Text - Change (Last created floating text): Disable permanence
             Floating Text - Set the velocity of (Last created floating text) to 15.00 towards 90.00 degrees
             Floating Text - Change the lifespan of (Last created floating text) to 3.00 seconds
             Floating Text - Change the fading age of (Last created floating text) to 1.00 seconds
      Else (Else Actions)
 

litlmike123

New Member
Reaction score
1
Thanks!

Thanks so much for you help!
That is exactly what I was looking for. I am going to study this a bit more, fill in the blanks, and try out the modifications. Thanks again!
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • WildTurkey WildTurkey:
    is there a stephen green in the house?
    +1
  • The Helper The Helper:
    What is up WildTurkey?
  • The Helper The Helper:
    Looks like Google fixed whatever mistake that made the recipes on the site go crazy and we are no longer trending towards a recipe site lol - I don't care though because it motivated me to spend alot of time on the site improving it and at least now the content people are looking at is not stupid and embarrassing like it was when I first got back into this like 5 years ago.
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • 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 Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top