Mass Frost Nova

Nenad

~Choco Coronet~ Omnomnom
Reaction score
137
As the title says im building a massive frost nova spell and i got everything what i need to do:
Need to create the spell and dummy unit
Need to make a trigger that casts the frost nova

Now i want it to be a channel abillity and ill make an animation at the position of a unit somthing to do with ice
The basic spell needs to casts frost nova on everyone around the hero and so i need to make a trigger that says what somthing like this or what?

Events-Unit learns an ability
Conditions-Ability level equal to ?? (that part i dont understand how to make the ability to level up properly)?
Actions-Create 1 dummy unit at position of hero
Add a 10 second generic timer to last created unit
Order last created unit to cast Undead Lich-Frost Nova on all units around 600 range of hero(And also that i dont understand how to make a unit cast an all the units around the hero the frost nova?)

Plz help
 
Try something like this:
Code:
Mass Frost Nova
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Mass Frost Nova
        (Level of Mass Frost Nova for (Casting unit)) Equal to 1
    Actions
        Unit Group - Pick every unit in (Units within 600.00 of (Position of (Casting unit)) matching (((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True)) and do (Actions)
            Loop - Actions
                Unit - Create 1 Dummy Caster for (Owner of (Casting unit)) at (Position of (Casting unit)) facing Default building facing degrees
                Unit - Add a 5.00 second Generic expiration timer to (Last created unit)
                Unit - Order (Last created unit) to Undead Lich - Frost Nova (Picked unit)
 
Just one problem i have 3 levels for this ability how to make it have 3 levels

oh i get it i could make 3 triggers the same only with different condition or can i make it different way?

WHERE IS THIS LINE?

Level of ability equal to 1

Nvm i found it
 
Nenad said:
Just one problem i have 3 levels for this ability how to make it have 3 levels

oh i get it i could make 3 triggers the same only with different condition or can i make it different way?
You could make three triggers or all one: if all one, you'd take out the condition and use If/Then/Else statements.
 
ya use if/then/else and in intiger condtion theres a thing level of ablility being cast equal to x
 
Cant you just take rain of chaos remove summoned unit and falling meteor and just change it to frost nova? it would still go poof
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Happy Thursday!
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    we were down for a minute - think a log file or something got too big
    +1
  • Ghan Ghan:
    The alerts say it was down for a while unfortunately.
  • Ghan Ghan:
    Didn't know what was going on while I was at work.
  • Ghan Ghan:
    Disk filled up with logs. Fixed now.
    +1
  • The Helper The Helper:
    not a problem at all thanks for getting us back up
  • The Helper The Helper:
    I think the bots are finding a way to get through the anubis
  • The Helper The Helper:
    Happy Wednesday Everyone! Hope everyone has a Fantastic Day!
    +1
  • The Helper The Helper:
    Yeah, stats are showing big bot influx like 12k page views.
  • Wizard Wizard:
    :wave:
    +1
  • Ghan Ghan:
    TH changed his avatar again. 6 more weeks of summer.
    +3
  • Wizard Wizard:
    lol
    +1
  • The Helper The Helper:
    Guys just a heads up I am going to be shutting the site down soon. I am just waiting on the NUON people to decide whether they want to transfer forum data and keep the discord. My email is [email protected] for anyone that wants to keep in touch and I have a facebook too. I will make an official post later. Love you guys and will miss everyone!
    +1
  • V-SNES V-SNES:
    Sent a pm @The Helper
  • Stephen Stephen:
    Oh no - please don't lose the Nuon content
    +1
  • The Helper The Helper:
    Someone email AtariAge and see if they want me to transfer the forum data over to it
  • Ghan Ghan:
    Could probably keep NUON stuff around here if we wanted.
  • Ghan Ghan:
    Hmm what to do about the World Editor site though?
  • Stephen Stephen:
    I'd rather personally just own a backup of the Nuon data than see it go to AtariAge honestly. If it gets enshittified as per usual, or if some of the "regular" Jaguar folks get there, it's not gonna be fun
  • The Helper The Helper:
    There will be a github of the forum data so the NUON Forum Data I guess would be available there
  • The Helper The Helper:
    World Editor is technically Ryoko stuff not mine you guys can keep that I am not in that even
  • jonas jonas:
    :( end of an era :(
  • The Helper The Helper:
    Dont think of it as an end jonas - think of it as a beginning, because really my friend that is what it is.

The Helper Discord

Staff online

  • Ghan
    Administrator - Servers are fun

Members online

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top