Trigger/ Ability Help

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Wutman
Newcomer
Posts: 23
Joined: June 14th, 2007, 11:45 pm

Trigger/ Ability Help

Post by Wutman »

I was trying to make a trigger to give the player 3 lumber every time their hero levels. can any1 help me please?

also i want to make a frost bomb ability. I tried to use rain of fire, and change the waves to 1, and the shard amount, and the art model. then add a buff and effect to it. but all the buff and effect does is put the word that says This unit is frozen. on the enemy that was hit. I also tried to use frost nova, and make the aoe larger, and then change the frost movement reduction value 1.00 on the gameplay constants. that didnt work either. then i put it as 0.00 and it didnt work eiher. please help greatly appreciated
namespoofer
V.I.P.
Posts: 332
Joined: March 4th, 2007, 12:39 am
Location: United States

Post by namespoofer »

Code: Select all

lumber
    Events
        Unit - A unit owned by Player 3 (Teal) Gains a level
    Conditions
    Actions
        Player - Add 3 to Player 3 (Teal) Current lumber


If you want a specific hero, use this:

Code: Select all

lumber
    Events
        Unit - A unit owned by Player 3 (Teal) Gains a level
    Conditions
        (Unit-type of (Leveling Hero)) Equal to Mountain King
    Actions
        Player - Add 3 to Player 3 (Teal) Current lumber


Replace Mountain King
with the hero you want!

As for your 2nd question, imma need you to be more specific =\
Image
Doesn't Dekar make the world easier?

"I Wumbo. YOU Wumbo. He she me.. WUMbo. Wumbo; WumboING; WumBOLogy; the study of WUMBO. It's first grade, Spongebob!"
"I'm sorry I doubted your great wisdom Patrick!"

Catch me on Azeroth (U.S. East) - NameSpoofer
Wutman
Newcomer
Posts: 23
Joined: June 14th, 2007, 11:45 pm

Post by Wutman »

thanks for the lumber trigger. and for the second one i was just trying to make a ice bomb skill that hits all in an area, and freezes them (stun)