Need help with a spell.

msnkiller

New Member
Reaction score
0
Hi guys,

I am trying to make my own rpg map. Just for fun.

And now I want to make a passive spell like this:

A passive effect get triggered(like critical strike)

The effects are:
+100% attack speed
+100% damage

This is only for 5 seconds then they need to get removed.
How can I make this? I am only using the basic of World editor. Is it possible to make these spells with that?

Thanks in advance,

Msnkiller
 

Smitty

Member
Reaction score
20
Of course it's possible. I only have the basic editor, and no newgen or any of this new fangled stuff. We make maps the way god intended ;) Ho hum. Right; first things first; when you say 'passive ability which is triggered, what exactly is the triggering event? A unit attacking? Being attacked? Taking damage?
 

TzalDadok

New Member
Reaction score
2
I guess he wants a passive ability that has a chance on each attack to increase attack speed and damage for 5 seconds.

First you need to create all three abilities.
-One passive ability that does nothing.
-One based of Endurance Aura, just with Attack Rate Bonus.
-One based of Command Aura, with attack damage increase 1.0

After that you need the trigger.

Trigger:
  • Test 1
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • (Unit-type of (Attacking unit)) Equal to "Your unit type"
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of "Passive ability doing nothing" for (Attacking unit)) Equal to 1
        • Then - Actions
          • Set YOURABILITY_CHANCE = (Random integer number between 1 and 100)
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • YOURABILITY_CHANCE Less than or equal to 10
            • Then - Actions
              • Unit - Add "Spell based of Endurance Aura" to (Attacking unit)
              • Unit - Add "Spell based of Command Aura" to (Attacking unit)
              • Countdown Timer - Start YOURABILITY_TIMER as a One-shot timer that will expire in 5.00 seconds
              • Set YOURABILITY_UNIT = (Attacking unit)
            • Else - Actions
        • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Level of "Passive ability doing nothing" for (Attacking unit)) Equal to 2
            • Then - Actions
              • Set YOURABILITY_CHANCE = (Random integer number between 1 and 100)
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • YOURABILITY_CHANCE Less than or equal to 20
                • Then - Actions
                  • Unit - "Spell based of Endurance Aura" to (Attacking unit)
                  • Unit - "Spell based of Command Aura" to (Attacking unit)
                  • Countdown Timer - Start YOURABILITY_TIMER as a One-shot timer that will expire in 5.00 seconds
                  • Set YOURABILITY_UNIT = (Attacking unit)
                • Else - Actions
            • Else - Actions


Trigger:
  • Test 2
    • Events
      • Time - YOURABILITY_TIMER expires
    • Conditions
    • Actions
      • Unit - Remove "Spell based of Endurance Aura" from YOURABILITY_UNIT
      • Unit - Remove "Spell based of Command Aura" from YOURABILITY_UNIT


I'm Noob at this, but just trying to help :p
I didn't test that so is surely wrong somewhere.
 

Smitty

Member
Reaction score
20
There's a few issues with that.
You need to add abilities like that inside a spellbook, and disable it. That way you don't have the icons for the abilities showing up in the UI.
You also don't need to save the random number as a variable. Work the trigger so you only have to refer to it once; ie. If (random number between 1 and 10 is less than or equal to level of (ability) for the unit). That way your trigger is just... More elegant. And probably slightly more efficient too.
Also, the event 'a unit is attacked' is really easy to abuse. Read the orb of lightning abuse tutorial if you want to do this properly.
Are there any castable spells that give % damage? I can't think of any off the top of my head, but if there are, then you could make the whole thing a lot simpler.
 

Smitty

Member
Reaction score
20
In that case, don't add the spells. Use a dummy caster with two spell, one based off bloodlust, and one based off cripple with a negative attack speed penalty. Then order the dummy to cast both spells on the unit. Give each a duration of 5 seconds and it's all good :)
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
Cripple can increase %attack speed AND add %damage at the same time.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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 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

      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