Hmmm... HELP with spell ideas

soulmaka

New Member
Reaction score
2
ehhehe... it's been 3 years that i have stopped using WE, i have forgotten some of the triggers, xD but i can manage it anyways.. =)

btw.. this are the heroes who needs spells, i can't think of one

Hitman:
model - Rifleman
skills - nothing for now

Swordsman:
model - Admiral
skills - avatar - no need trigger
spilitting slash - finished the trigger
trigger for splitting slash:
Trigger:
  • Splitting Slash
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Splitting Slash
    • Actions
      • Set T_U = (Triggering unit)
      • Set T_U_Pos = (Position of T_U)
      • Set T_P = (Target point of ability being cast)
      • Unit - Make T_U face T_P over 0.10 seconds
      • Special Effect - Create a special effect attached to the weapon of T_U using Abilities\Weapons\PhoenixMissile\Phoenix_Missile.mdl
      • Set S_E[1] = (Last created special effect)
      • Animation - Play T_U's Attack - 2 animation
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • Special Effect - Create a special effect at (T_U_Pos offset by (100.00 x (Real((Integer A)))) towards (Angle from T_U_Pos to T_P) degrees) using Abilities\Spells\Other\Volcano\VolcanoDeath.mdl
          • Unit - Cause T_U to damage circular area after 0.00 seconds of radius 300.00 at (T_U_Pos offset by (100.00 x (Real((Integer A)))) towards (Angle from T_U_Pos to T_P) degrees), dealing ((5.00 x (Real((Strength of (Triggering unit) (Include bonuses))))) x (Real((Level of (Ability being cast) for T_U)))) damage of attack type Spells and damage type Normal
          • Wait 0.01 seconds
      • Special Effect - Destroy S_E[1]
      • Custom script: call RemoveLocation (udg_T_U_Pos)
      • Custom script: call RemoveLocation (udg_T_P)

you can edit this spell, maybe you guys might have a nicer trigger for than this.. =)
cleave - no need trigger
multiply - no need trigger
i need 1 last ultimate spell for him

Elemental Mage
model - archmage
spells - Crushing wave - finished the code, here it is:
Trigger:
  • Splashing Wave
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Splashing Wave
    • Actions
      • Set T_U = (Triggering unit)
      • Set T_U_Pos = (Position of T_U)
      • Unit - Pause T_U
      • Unit - Make T_U Invulnerable
      • Animation - Play T_U's Stand channel animation
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Level of Splashing Wave for T_U) Equal to 1
            • Then - Actions
              • For each (Integer B) from 1 to 12, do (Actions)
                • Loop - Actions
                  • Set T_P = (T_U_Pos offset by (50.00 x (Real((Integer A)))) towards (30.00 x (Real((Integer B)))) degrees)
                  • Special Effect - Create a special effect at T_P using Objects\Spawnmodels\Naga\NagaDeath\NagaDeath.mdl
                  • Destructible - Pick every destructible within 250.00 of T_P and do (Destructible - Kill (Picked destructible))
                  • Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 250.00 at T_P, dealing (2.00 x (Real((Intelligence of T_U (Include bonuses))))) damage of attack type Spells and damage type Cold
                  • Custom script: call RemoveLocation (udg_T_P)
            • Else - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • (Level of Splashing Wave for T_U) Equal to 2
                • Then - Actions
                  • For each (Integer B) from 1 to 12, do (Actions)
                    • Loop - Actions
                      • Set T_P = (T_U_Pos offset by (50.00 x (Real((Integer A)))) towards (30.00 x (Real((Integer B)))) degrees)
                      • Special Effect - Create a special effect at T_P using Objects\Spawnmodels\Naga\NagaDeath\NagaDeath.mdl
                      • Destructible - Pick every destructible within 250.00 of T_P and do (Destructible - Kill (Picked destructible))
                      • Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 250.00 at T_P, dealing 3.50 damage of attack type Spells and damage type Cold
                      • Custom script: call RemoveLocation (udg_T_P)
                • Else - Actions
                  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    • If - Conditions
                      • (Level of Splashing Wave for T_U) Equal to 3
                    • Then - Actions
                      • For each (Integer B) from 1 to 12, do (Actions)
                        • Loop - Actions
                          • Set T_P = (T_U_Pos offset by (50.00 x (Real((Integer A)))) towards (30.00 x (Real((Integer B)))) degrees)
                          • Special Effect - Create a special effect at T_P using Objects\Spawnmodels\Naga\NagaDeath\NagaDeath.mdl
                          • Destructible - Pick every destructible within 250.00 of T_P and do (Destructible - Kill (Picked destructible))
                          • Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 250.00 at T_P, dealing (5.00 x (Real((Intelligence of T_U (Include bonuses))))) damage of attack type Spells and damage type Cold
                          • Custom script: call RemoveLocation (udg_T_P)
                    • Else - Actions
                      • Do nothing
          • Wait 0.10 seconds
      • Unit - Create 1 Priest for (Owner of T_U) at T_U_Pos facing Default building facing degrees
      • Set LastCreated = (Last created unit)
      • Unit - Cause (Triggering unit) to damage circular area after 0.00 seconds of radius 500.00 at T_U_Pos, dealing 10000.00 damage of attack type Spells and damage type Normal
      • Wait 0.10 seconds
      • Unit - Kill LastCreated
      • Unit - Unpause T_U
      • Unit - Make T_U Vulnerable
      • Custom script: call RemoveLocation (udg_T_U_Pos)


now i still need more ideas on this archmage, what's left for him is flame, lightning, earth, dark spell.. =)

anyways, thanks for the help
 

Cheddar

This is the way it was meant to be.
Reaction score
126
Damaging an area will hurt your own units too, you know.

Tossed out the same spell ideas I put in everyone's thread.

~Throwback -- Hurls a target into an arc behind you, dealing damage.
~Blade Cut -- Deals passive damage to the sides of the hero. (Using the Spiked Carapace/Engineering Upgrade art)
~Tribal Trial -- Blacks out the screen of the owner of the target. Nearby enemies immediately start attacking it for extra damage.
~Sacrifice -- Cuts out a small amount of health, then after waiting a while regains 2x that amount.
~Collect Vitality -- Absorbs health from every nearby enemy, then recovers it.
~Nuke -- Drops a Nuke on a target point. If it isn't killed in a short amount of time, it explodes for a great amount of damage.
~Imprisonment -- Traps the area with the doodads "ForceWall" in a square area. Also silences units inside.
~Last Breath -- If an allied unit dies, a nearby ally periodically regains health for 8 seconds. If an enemy unit dies, a nearby enemy periodically loses health for 8 seconds.
 

soulmaka

New Member
Reaction score
2
Damaging an area will hurt your own units too, you know.

Tossed out the same spell ideas I put in everyone's thread.

~Throwback -- Hurls a target into an arc behind you, dealing damage.
~Blade Cut -- Deals passive damage to the sides of the hero. (Using the Spiked Carapace/Engineering Upgrade art)
~Tribal Trial -- Blacks out the screen of the owner of the target. Nearby enemies immediately start attacking it for extra damage.
~Sacrifice -- Cuts out a small amount of health, then after waiting a while regains 2x that amount.
~Collect Vitality -- Absorbs health from every nearby enemy, then recovers it.
~Nuke -- Drops a Nuke on a target point. If it isn't killed in a short amount of time, it explodes for a great amount of damage.
~Imprisonment -- Traps the area with the doodads "ForceWall" in a square area. Also silences units inside.
~Last Breath -- If an allied unit dies, a nearby ally periodically regains health for 8 seconds. If an enemy unit dies, a nearby enemy periodically loses health for 8 seconds.

hmm... great ideas. xD
would just help me on the imprisonment trigger? xD


anyone still has ideas?
 

Necrach

You can change this now in User CP.
Reaction score
62
some ideas for the archmage, hope you are satisfied :)

- Flame spells

Phoenix - This does not exactly work as the normal Phoenix spell, because this Phoenix does not have a negative hp regeneration. Instead, it dies (and becomes an egg) every time it uses a spell! The Phoenix could have Flame Strike, Soul Burn, etc.

Dancing Flames - Like the Locust Swarm ability. However, once one of the flames attacks an enemy, it technically dies but leaves a buff on the target, burning it with DPS for a time

-Lightning spells

Arcane Conductor - Leaves a conductor (could look like Static ward) on the ground, and grants the Elemental Mage an invisible spellblock ablity (Amulet of Spellshield). So, the next spell targeted against the mage is blocked. When that happens, there is a lightning effect to the conductor and some fat AoE damage is triggered (either on unit in line from the mage and the conductor, or just a large stomp around the conductor). Then it dissappears.

Thunderbolt - A thunderbolt from the sky, damages target and Purges it, and damages AoE a little as well.

Electric blast - Lightning effect: Chain lightning against a target. Units in line (including end target) takes damage, and the target is stunned for a couple of seconds.

Chainlightning - A Chain Lightning with 1 second stun on each target, or a Purge, could be nice!

-Earth spells

Create Golem - Channels (draining mana) until interrupted, ending it or get out of mana. When this happens, a golem is summoned. Type of golem depends on casting time. For example, when the spell is on level 1, it could be
1-10 seconds casting time = mud golem
11-20 seconds casting time = stone golem
21+ casting time = granite golem
apart from the casting time landmarks, expiration timer could increase with higher levels in the spell

Earth Ward - A trap. When triggered, an Earthquake (far seer ulti) starts by itself and lasts for about 10 seconds.

Maybe you could have some kind of combo between an Earth and a Fire spell, creating a Volcano :)

-Dark spells

Pit of shades - Channel. Creates a small hole in the ground, trapping the units there and anyone that enters. Holds the units there, not stunned but trapped, and damaging them a very small % of hp every second (Death & Decay in this hole)

Ghost - Summons a Shade from a dead corpse. The Shade is invisible, fast and have True Sight. Can also cast Curse. Mana, resilence, Curse miss% and movement speed of the shade should increase with each level of the spell.

Imp Familiar - A very small Pit Lord appears and runs towards a target. Once there, it steals an amount of mana, which is given to the caster (and the imp dissappears).
 

soulmaka

New Member
Reaction score
2
some ideas for the archmage, hope you are satisfied :)

- Flame spells

Phoenix - This does not exactly work as the normal Phoenix spell, because this Phoenix does not have a negative hp regeneration. Instead, it dies (and becomes an egg) every time it uses a spell! The Phoenix could have Flame Strike, Soul Burn, etc.

Dancing Flames - Like the Locust Swarm ability. However, once one of the flames attacks an enemy, it technically dies but leaves a buff on the target, burning it with DPS for a time

-Lightning spells

Arcane Conductor - Leaves a conductor (could look like Static ward) on the ground, and grants the Elemental Mage an invisible spellblock ablity (Amulet of Spellshield). So, the next spell targeted against the mage is blocked. When that happens, there is a lightning effect to the conductor and some fat AoE damage is triggered (either on unit in line from the mage and the conductor, or just a large stomp around the conductor). Then it dissappears.

Thunderbolt - A thunderbolt from the sky, damages target and Purges it, and damages AoE a little as well.

Electric blast - Lightning effect: Chain lightning against a target. Units in line (including end target) takes damage, and the target is stunned for a couple of seconds.

Chainlightning - A Chain Lightning with 1 second stun on each target, or a Purge, could be nice!

-Earth spells

Create Golem - Channels (draining mana) until interrupted, ending it or get out of mana. When this happens, a golem is summoned. Type of golem depends on casting time. For example, when the spell is on level 1, it could be
1-10 seconds casting time = mud golem
11-20 seconds casting time = stone golem
21+ casting time = granite golem
apart from the casting time landmarks, expiration timer could increase with higher levels in the spell

Earth Ward - A trap. When triggered, an Earthquake (far seer ulti) starts by itself and lasts for about 10 seconds.

Maybe you could have some kind of combo between an Earth and a Fire spell, creating a Volcano :)

-Dark spells

Pit of shades - Channel. Creates a small hole in the ground, trapping the units there and anyone that enters. Holds the units there, not stunned but trapped, and damaging them a very small % of hp every second (Death & Decay in this hole)

Ghost - Summons a Shade from a dead corpse. The Shade is invisible, fast and have True Sight. Can also cast Curse. Mana, resilence, Curse miss% and movement speed of the shade should increase with each level of the spell.

Imp Familiar - A very small Pit Lord appears and runs towards a target. Once there, it steals an amount of mana, which is given to the caster (and the imp dissappears).

whoa!!! nice ideas,. especially the golem,. how to create a trigger with that golem spell? maybe it needs 3 separate trigs?
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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
  • 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
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1

      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