[spell request] Fury Swipes

HydraRancher

Truth begins in lies
Reaction score
197
Hmm. It would be extremely hard to do this with the percentage damage bonus, maybe a comphremise is to be held?
 

Avaleirra

Is back. Probably.
Reaction score
128
You could add trying a dummy spell using command aura and incrementing by 5% each swipe. I would do it but I don't know how to do the swipes :p
 

Laiev

Hey Listen!!
Reaction score
188
avaleirra if you use some good damage detect system, you can do it easy :p

Also without a DDS I don't know how, at least with %


OT: got msn?
 

Avaleirra

Is back. Probably.
Reaction score
128
I have GDD. And could you give me a few steps?

OT: my messenger is broken + I'm on my iPod :p
 

Laiev

Hey Listen!!
Reaction score
188
how do it?

a bit simple

Trigger:
  • .
    • Events -
      • Start effect of an ability
    • Conditions -
      • Ability being cast equal to ...
    • Events -
      • set TempCaster = Triggering Unit
      • set TempTarget = Target unit an ability being cast


Trigger:
  • .
    • Events -
      • Unit takes damage
    • Conditions -
      • Every condition which GDD need to work
      • Damage source equal to TempCaster
      • Triggering unit equal to TempTarget
    • Actions -
      • set Damage (real) = Damage (real) + Damage taken
      • set TempDamage = Damage (real) * (0.10 * Leve of ability x for damage source)
      • Unit - Order TempCaster to damage TempTarget dealing TempDamage ...
      • set TempInteger = TempInteger + 1
      • If
        • TempInteger equal 8
      • Then
        • set TempInteger = 0
        • set TempCaster = null
        • set TempTarget = null



PS: if you want, you can remove the tempcast and target = null at the end of second trigger, but you'll need to turn that trigger off when you reach the maximum charges, also remember to active it again when cast the ability

I think it will work and sorry for the delay <I'm writing it lol> and sorry for the freehanded D:


EDIT: if you want, you can pause the caster and then order to attack the target <to make the trigger work> and set the attack speed to max or add some fake ability or create a dummy and order to cast bloodlust to make the attack really fast
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
I dont really see how that does 6/8 swipes... Could you explain how that happens?
 

Laiev

Hey Listen!!
Reaction score
188
basically when you cast the ability you preset all targets

then everytime you attack the target it will count like a damage of the ability, also i suggest to pause the unit and order to attack the target just to don't bug, but if he want something more 'real' he can attack the same target 8 times with different times, like if you're dying you don't will attack the target 8 times, just 4 and run <example>
 

Avaleirra

Is back. Probably.
Reaction score
128
So I just do everything you typed except for "Every condition which GDD need to work"


EDIT: K couldn't find "unit takes damage" so I made this instead, which failed :D
Trigger:
  • Fury Swipes
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Fury Swipes
    • Actions
      • Set FS_Caster = (Triggering unit)
      • Set FS_Target = (Target unit of ability being cast)
      • Trigger - Turn on Fury Swipes2 &lt;gen&gt;

Trigger:
  • Fury Swipes2
    • Events
      • Game - GDD_Damage becomes Equal to 0.00
    • Conditions
      • (Level of Fury Swipes for FS_Caster) Greater than 0
    • Actions
      • Set FS_Damage = GDD_Damage
      • For each (Integer A) from 1 to 6, do (Actions)
        • Loop - Actions
          • Unit - Cause FS_Caster to damage FS_Target, dealing FS_Damage damage of attack type Hero and damage type Normal
          • Set FS_Damage = (FS_Damage + (FS_Damage x 0.05))
      • Trigger - Turn off (This trigger)
 

Laiev

Hey Listen!!
Reaction score
188
what you make will damage the same amount of damage dealt o.o

like i deal 10 damage to the target, with your trigger i'll deal more 10 = 20 lol

Trigger:
  • .
    • Set Private_FS_Damage = (Private_FS_Damage + (GDD_Damage x 0.05))


I think this will work
 

Laiev

Hey Listen!!
Reaction score
188
is this in GDD <i think>
Game - GDD_Damage becomes Equal to 0.00


OT: i buy your soul!!!!!111111one rofl
 

Avaleirra

Is back. Probably.
Reaction score
128
ya, thats what I used in my trigger. I'll try your way once I finish my english essay :).

OT: for 75 canadian dollars you can.
 

Avaleirra

Is back. Probably.
Reaction score
128
Didn't work
Trigger:
  • Fury Swipes
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Fury Swipes
    • Actions
      • Set FS_Caster = (Triggering unit)
      • Set FS_Target = (Target unit of ability being cast)
      • Trigger - Turn on Fury Swipes2 &lt;gen&gt;

Trigger:
  • Fury Swipes2
    • Events
      • Game - GDD_Damage becomes Equal to 0.00
    • Conditions
      • (Damage source) Equal to FS_Caster
      • (Triggering unit) Equal to FS_Target
    • Actions
      • Set FS_Damage = (FS_Damage + (Damage taken))
      • Set FS_Damage2 = (FS_Damage x (Real((Level of Fury Swipes for FS_Caster))))
      • Unit - Cause FS_Caster to damage FS_Target, dealing FS_Damage2 damage of attack type Hero and damage type Normal
      • Set FS_integer = (FS_integer + 1)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • FS_integer Equal to 8
        • Then - Actions
          • Set FS_integer = 0
          • Trigger - Turn off (This trigger)
        • Else - Actions
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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 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 Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top