Warcraft III resources & community, 2003–2006 · archived

DotA Chain Frost

16 posts
#1

DotA Chain Frost

Im trying to copy the DotA Chain Frost (Lichs ulti)
Some1 plzzzz tell me what im doing wrong:



Part 1:
E -Unit-A unit begins casting an ability
C -(Unit-type of (Casting unit)) Equal to Ice Appretice
-(Ability being cast) Equal to Chain Frost
A -Set ChainFrostJumps = 6



Part 2:
E -Unit - A unit Finishes casting an ability
C -(Ability being cast) Equal to Chain Frost
A -Unit - Create 1 Spell Enchanter for Player 1 (Red) at (Position of (Targeted unit)) facing Default building facing degrees
-Unit - Add Chain Frost Blow to (Last created unit)

-Unit - Order (Last created unit) to Undead Lich - Frost Nova (Targeted unit)



Part 3:
E -Unit - A unit Finishes casting an ability
C -(Ability being cast) Equal to Chain Frost Blow
A -If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
ChainFrostJumps Greater than 0
Then - Actions
Unit - Create 1 Spell Enchanter for Player 1 (Red) at (Target point of ability being cast) facing Default building facing degrees
Unit - Add Chain Frost to (Picked unit)
Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Random unit from (Units within 800.00 of (Position of (Last created unit)) matching (1 Equal to 1)))
Wait 0.20 seconds
Unit - Remove (Last created unit) from the game
Set ChainFrostJumps = (ChainFrostJumps - 1)
Else - Actions
Do nothing




sry not my fault the forum text space is so small :))
#2
I didnt even read whole that trigger, there is an alot easier way. Just make a dummy with 1 dmg, missle bounce attack, and then change his number of targets.
Give him a 'item attack lightning bonus' based spell that has a 100% chance to cast any spell u want.

Done :P (I know it works cuz I use it to for my campaign)
#3
Lol all your hours of triggering for nothing :P Nice thought of Ramza :)
#4
I remember there is already a Chain - Frost spell somewhere, the problem is I can't find it anymore. I bet its packed with another spell ;).

P.S : Didn't you notice Dota has kinda all spells from wc3sear?
#5
Check out my last spellpack. It contains a bouncing frost spell
#6
Try looking for Chain Freezing in spells it might be what you want.
#7
Ramza didnt even read whole that trigger, there is an alot easier way. Just make a dummy with 1 dmg, missle bounce attack, and then change his number of targets.
Give him a 'item attack lightning bonus' based spell that has a 100% chance to cast any spell u want.Done icon_razz.gif (I know it works cuz I use it to for my campaign)

Bah cheat!:twisted: This way is too easy for making such advanced spells. It's no challenge. :wink: It really feels to easy. There must be some weak point in a such simple method.

FlamingTry looking for Chain Freezing in spells it might be what you want.

If you mean Darky's spell then know that it has bugs.
#8
Eventually use any Chain template (Vexorian's for example).
#9
Bah cheat!icon_twisted.gif This way is too easy for making such advanced spells. It's no challenge. icon_wink.gif It really feels to easy. There must be some weak point in a such simple method.


Yes actually :P But if u dont know and dont wanna learn JASS *cough*me*cough* then it is the best way
#10
ur idea might work but i dont wanna make a unit specially for a spell,i wanna work flawless with triggers :D but i would like to learn jass to,i just cant find where :(
#11
at JASSVault
#12
The number of bounces won't be changable in game with that method.
#13
With my method? U can change the number of targets of the attack in object editor. Then it bounces more
#14
RamzaWith my method? U can change the number of targets of the attack in object editor.

In game. All good chain spells should let the bounces increase with level.
#15
True, unless you want to do something stupid like replacing the unit constantly with a new unit I don't think your method would work ramza.

@ whoever asked this: There are a bunch of bounce style spells all over the place. Vex made a template, I made a cheesy one(that has some bugs, but easy to fix bugs) and there are also all those omnislash type spells. Which are, in essence, EXACTLY the same thing, all you gotta do is rework them to have a missile(I recommend using Drunken Haze/Acid Bomb to do the missile)