Spell Holy Destruction

Manix

Well-Known Member
Reaction score
29
Holy Destruction
By Manix​

MPI - Yes
MUI - Working on it o_O

Screenshot:
holydestruction.jpg

Codes:
Trigger:
  • Holy DestructionCast
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Roar
    • Actions
      • Set Unit[(Player number of (Owner of (Triggering unit)))] = (Triggering unit)
      • Set Range[(Player number of (Owner of (Triggering unit)))] = 500.00
      • Set Point1[(Player number of (Owner of (Triggering unit)))] = (Position of (Triggering unit))
      • Unit - Pause (Triggering unit)
      • For each (Integer Loop[(Player number of (Owner of (Triggering unit)))]) from 1 to 7, do (Actions)
        • Loop - Actions
          • Trigger - Run Holy DestructionLoop <gen> (checking conditions)
          • Set Range[(Player number of (Owner of (Triggering unit)))] = (Range[(Player number of (Owner of (Triggering unit)))] - 71.00)
          • Wait 0.04 seconds
      • For each (Integer A) from 1 to 360, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Integer A) mod 30) Equal to 0
            • Then - Actions
              • Unit - Create 1 Footman for Player 2 (Blue) at Point1[(Player number of (Owner of (Triggering unit)))] facing (Real((Integer A))) degrees
              • Unit - Add a 4.00 second Generic expiration timer to (Last created unit)
            • Else - Actions
      • Set Group[(Player number of (Owner of (Triggering unit)))] = (Units within 912.00 of Point1[(Player number of (Owner of (Triggering unit)))] matching ((((Matching unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True) and (((Matching unit) is alive) Equal to True)))
      • Unit Group - Pick every unit in Group[(Player number of (Owner of (Triggering unit)))] and do (Actions)
        • Loop - Actions
          • Unit - Cause (Triggering unit) to damage (Picked unit), dealing 1001.00 damage of attack type Spells and damage type Normal
      • Custom script: call DestroyGroup( udg_Group[GetConvertedPlayerId(GetOwningPlayer(GetTriggerUnit()))] )
      • Custom script: call RemoveLocation( udg_Point1[GetConvertedPlayerId(GetOwningPlayer(GetTriggerUnit()))] )
      • Unit - Unpause (Triggering unit)
      • Set Unit[(Player number of (Owner of (Triggering unit)))] = No unit

Trigger:
  • Holy DestructionLoop
    • Events
    • Conditions
    • Actions
      • For each (Integer B) from 1 to 12, do (Actions)
        • Loop - Actions
          • For each (Integer A) from 1 to 360, do (Actions)
            • Loop - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • Unit[(Integer B)] Not equal to No unit
                  • ((Integer A) mod 8) Equal to 0
                • Then - Actions
                  • Set Point2[(Integer A)] = (Point1[(Integer B)] offset by Range[(Integer B)] towards (Real((Integer A))) degrees)
                  • Special Effect - Create a special effect at Point2[(Integer A)] using Abilities\Spells\Human\HolyBolt\HolyBoltSpecialArt.mdl
                  • Special Effect - Destroy (Last created special effect)
                  • Custom script: call RemoveLocation( udg_Point2[GetForLoopIndexA()] )
                • Else - Actions

Other:
I would like to point out that there were no custom models used in order to make the spell look so wow :p
 

Attachments

  • Holy Destruction.w3x
    12.9 KB · Views: 268

Komaqtion

You can change this now in User CP.
Reaction score
469
Well, for the first it's not MUI, but MPI (Multi-Player-Instanceable) ...

Also, it's WAY too powerful, so I'd suggest reducing it's damage ALOT.
I'd suggest making it damage something like:
Trigger:
  • Unit - Cause (Triggering unit) to damage (Picked unit), dealing(100 + (50 * (Level of Holy Destruction for (Triggering unit)))) damage of attack type Spells and damage type Normal


And, what's this action:
Trigger:
  • Unit - Create 1 Footman for Player 2 (Blue) at Point1[(Player number of (Owner of (Triggering unit)))] facing (Real((Integer A))) degrees


Footman ?! Player 2 (Blue) ?! Why so specific... :S
You should create the dummy (As I suspect that "Footman" is... Should change the name too) for the owner of triggering unit ;)

Might want to make the "912" here a configurable:
Code:
Set Group[(Player number of (Owner of (Triggering unit)))] = (Units within [COLOR="Red"]912.00[/COLOR] of Point1[(Player number of (Owner of (Triggering unit)))] matching ((((Matching unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True) and (((Matching unit) is alive) Equal to True)))
 

Manix

Well-Known Member
Reaction score
29
Well, for the first it's not MUI, but MPI (Multi-Player-Instanceable) ...

Also, it's WAY too powerful, so I'd suggest reducing it's damage ALOT.
I'd suggest making it damage something like:
Trigger:
  • Unit - Cause (Triggering unit) to damage (Picked unit), dealing(100 + (50 * (Level of Holy Destruction for (Triggering unit)))) damage of attack type Spells and damage type Normal


And, what's this action:
Trigger:
  • Unit - Create 1 Footman for Player 2 (Blue) at Point1[(Player number of (Owner of (Triggering unit)))] facing (Real((Integer A))) degrees


Footman ?! Player 2 (Blue) ?! Why so specific... :S
You should create the dummy (As I suspect that "Footman" is... Should change the name too) for the owner of triggering unit ;)

Might want to make the "912" here a configurable:
Code:
Set Group[(Player number of (Owner of (Triggering unit)))] = (Units within [COLOR="Red"]912.00[/COLOR] of Point1[(Player number of (Owner of (Triggering unit)))] matching ((((Matching unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True) and (((Matching unit) is alive) Equal to True)))

About the MUI - I don't get it, how is it MPI not MUI o_O

Damage - The damage is something you can adjust...

Footman Player2 - Footman/Dummy what difference does it make? Player 2 Yes because the model has a blue glow and it looks cool.

912 - that seemed to be the range the nova covers, you can adjust that too no?
 

Romek

Super Moderator
Reaction score
964
> About the MUI - I don't get it, how is it MPI not MUI o_O
Try casting the spell at the same time with two different units owned by the same player.

Also, upload the spell to this site.
 

Manix

Well-Known Member
Reaction score
29
> About the MUI - I don't get it, how is it MPI not MUI o_O
Try casting the spell at the same time with two different units owned by the same player.

Also, upload the spell to this site.

Duh ... I'll have to fix it


What difference does it make ? (about where the map is uploaded) I mean... There are limits in maximum size of uploaded files here, what happens when I reach it :/
 

Romek

Super Moderator
Reaction score
964
> What difference does it make ?
If you're submitting a spell to this site, we'd expect you to at least upload the spell itself to the site too.
You get upgrades on your attachment space when you get 100 rep, and when you get a sig. The limits are quite high, so I doubt you'll run out anytime soon.
And if that ever does happen, we'll talk about it then. For now, you've got space, right? :)
 

BlackRose

Forum User
Reaction score
239
  • How do I import the spell? Documentation?
  • Set Player Number of Owner of Triggering Unit to a variable, you are calling it so many times.
  • Where do I set the AoE and other things without having to search myself?
  • You don't need to set Unit[id] to No Unit. It's a global.
  • Those Holy Light SFX's looks like they could do damage to enemy units.
  • An SFX for every degree!? WTF.... no wander my computer FPS lowered a lot when I casted it.
Another effect-spamming, overpowered spell?
Look like it.
 

Weep

Godspeed to the sound of the pounding
Reaction score
400
Your dummy unit (the "Footman") should not have any sight range, and should be "Can't raise, does not decay"...
 

Manix

Well-Known Member
Reaction score
29
  • How do I import the spell? Documentation? Copy/Paste?
  • Set Player Number of Owner of Triggering Unit to a variable, you are calling it so many times. Because if the trigger runs 2 or more times the variable would be overwritten
  • Where do I set the AoE and other things without having to search myself? Least thing you can do is search yourself
  • You don't need to set Unit[id] to No Unit. It's a global. Yes I do, check my loop trigger's conditions
  • Those Holy Light SFX's looks like they could do damage to enemy units. Yeah?
  • An SFX for every degree!? WTF.... no wander my computer FPS lowered a lot when I casted it. Get a stronger pc, dont hate the player hate the game

Look like it.

Looks amazing! +rep


Mind if I use it? I'll give you credit :)

Sure you can use it, I don't require credits, althought I wont mind it :D

_
 

BlackRose

Forum User
Reaction score
239
THE RULES said:
(All maps with triggered spells require a 'Read Me' with import-info)
-You don't need 360 SFX's per loop, 30-50 is enough to show a circle.
-Spells should be easy to modify without too much of the user's effort.
-This spells is really quite simple, it just has a lot of SFX to make it look amazing.
 

Sevion

The DIY Ninja
Reaction score
413
Might I inject a piece of my opinion? This spell doesn't look good at all. As someone at the Hive said, it's no different than a yellow fade filter atm.
 

BlackRose

Forum User
Reaction score
239
It's just a inward nova of Holy Lights followed by 8 HUGE revive SFX's every 45 degrees.

I do wander what map and who would use it.
 

Manix

Well-Known Member
Reaction score
29
-This spells is really quite simple, it just has a lot of SFX to make it look amazing.

A smart man once said "True Genius Often Lies in the Simple Things"

I'm not sayin my spell is genius or somethin I mean it doesn't have to be a freakin time machine to look good o_O
 

Sevion

The DIY Ninja
Reaction score
413
A smart man once said "True Genius Often Lies in the Simple Things"

I'm not sayin my spell is genius or somethin I mean it doesn't have to be a freakin time machine to look good o_O

It doesn't have to spam a billion SFX's to either... o_o'
 

Hatebreeder

So many apples
Reaction score
381
It doesn't have to spam a billion SFX's to either... o_o'

Actually, it isn't spamming SFX. The SFX ist just big, thats all. I mean, exchange all this into the flak cannon effect, and you won't realy notice anything.

As for me;
I like your concept, but, to be honest, these spells are everywhere... Also, it doesn't have nice algorithms, so that someone could modify it how he/she likes. It's all for personal preference.
Now to your coding method;
It is rather simple, any efficient as possible, as far as i can see, but, you could create an interface for other people - Why? I mentioned italready above.
Other than that, you're way to go.

I'd also like to advise you to try out vJASS.
 
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
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1

      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