Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
This spell creats a line of light untill exploading into 18 waves 9 of light 9 of water
This is very basic but very easy to understant :3 its easy to import MUI ( well it dsnt eed to be fully MUI but its extremely close or even MUI ) Leakless Basic and easy to modify.
THIS WAS MADE FOR PEOPLE NEW TO TRIGGERING >
Updated:
Now the spells interloc looking alot better SFX match instaed of that shity old 1 lol
better screenshot and now has the spell ( do not enable ) without comments making it look alot neater.
LISTEN / IMPORTANT / READ:
This spell is made for newbies or to be eaisly imported into a map yes this does have alot of varibles and can be neatend by arays sadly i cant to that cause this is a look at learn spell :3
Update:
After a looong time i thought i might get something aproved so here it is. ( will change SS when i get full speed )
Removed Imports
Made spell more readable
Made spell look better
Lowered Map Size
Unit Attacked is no longer used.
MultiWave Iniz
Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to MultiWave
Actions
-------- --------
-------- Variables --------
-------- --------
Set MW_GetTriggerUnit = (Triggering unit)
Set MW_GetSpellLevel = (Level of MultiWave for (Triggering unit))
Set MW_GetTriggerUnitLoc = (Position of MW_GetTriggerUnit)
Set MW_Offset = 400.00
Set MW_FaceAngle = (Facing of MW_GetTriggerUnit)
Set MW_TargetLoc1 = (MW_GetTriggerUnitLoc offset by MW_Offset towards MW_FaceAngle degrees)
-------- --------
-------- This is were the Targer/Multiwave dummy unit will be placed to create the fire effect and activate MultiWave Hit --------
-------- --------
Unit - Create 1 Dummy Shooter for (Owner of MW_GetTriggerUnit) at MW_GetTriggerUnitLoc facing MW_FaceAngle degrees
Set MW_GetShooter = (Last created unit)
Unit - Add a 1.40 second Generic expiration timer to MW_GetShooter
Unit - Add Dummy Wave to MW_GetShooter
Unit - Set level of Dummy Wave for MW_GetShooter to MW_GetSpellLevel
Unit - Order MW_GetShooter to Undead Dreadlord - Carrion Swarm MW_TargetLoc1
12th Dec 2015
IcemanBo: Too long time as NeedsFix. Rejected.
10:10 GMT, 1st Mar 2011
Bribe:
Instead of (Triggering unit) over and over, you have your variable MW_GetTriggerUnit ... use that instead as it boosts performance.
Still using...
None of the spell effects look any good with eachother... you managed to use 5 effects for the spell and have none of them coordinate with the others. That alone is impressive.
Also the waves don't shoot out at the proper angle. The light waves extend in a conical fashion from the facing angle of the caster, but the water waves go to his left, leaving the entire right area a blindspot.
The effects looked horrible. Try alternating the Shockwaves and Crushing Wave effects.
Also, please remove the dummy's classification as a worker, and give its model as "none.mdl", set its selection scale to -1 (shift and click enter to insert negative for this value), this should make it as invisible as possible.
A fairly simple spell, but should be fine for approval.
First of all, the idea is kind of off but here we go.
Before triggering I have some points.
The multiwave spell is based on warstomp. Does both damage and stun, just had to remind you that.
Triggering
- Very complex triggering, with that I dont mean that it's very good scripted but it's very very very compressed together use like a dummy comment line around each and every comment like this.
- I really dislike using facings usally isnt the best to coordinate with.
- Looks a bit slopy, first, a weird wave then KABOOM it all starts.
- Your way of MUIness is ... weird. Cause it seemable that the actions dont collide with each other, tested this with like 20 units at the same time :O btw threw my testing I noticed that you were missing a proper hotkey.
- This line
Unit - Remove ShockWave from (Triggering unit)
you dont refer to your variable which you were so good and did before and also I see no point with removing the wave at all actually.
same goes with the second loop.
and also, this might not be your fault but doesnt it seem that the one wave travel more the nsecond?
I have fixed those bugs now with the updated version
i fixed the waves being longer then each other with a dled modle from here
nothing was ever wrong with the hotkey
i didnt see that bug sry (
Why are you using <Triggering unit> if you set it at the start?
Set MW_GetSpellLevel = (Level of MultiWave for (Triggering unit))
Set MW_FaceAngle = (Facing of MW_GetTriggerUnit)
This is not accurate (what happens if you change unit's turn rate?)
Use "Angle between points (In your case caster-targeted point of ability being cast).
Unit - A unit Is attacked
Bugs.
Wait 0.30 game-time seconds
Bad.
Set MW_Angle = (MW_Angle + 20.00)
Loop is instant so set it to 180.
And your triggering is really hard to read, make clearer variables names like Get_Triggering_Unit(Yeah welcome to the GUI )
And make it like:
----------------------
-Spell Settings-
---------------------
Meh, seems to be "ok" thou the ingame effect isn't anything spectacular.
Your triggering lacks little things, don't worry practice a bit and you should find your way around really fast
Hotkey now is C?? And the spell is not really that useful...I can't think of anything other then an archer using it...But archers are supposed to shoot arrows
Titania, i made this spell a year ago when i was still a noob. I like my noob heritage and i thought i would just make the spell easier to read, smaller and better looking. I know the spell is nothing special i don't even know if it will get approved ( most likely not ). So yah in conclusion the spell is crap and people only dl it cause i'm too lazy to change the screen shot to the new ingame one.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.