Blight

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Necroexodia
Newcomer
Posts: 12
Joined: June 20th, 2008, 4:17 pm

Blight

Post by Necroexodia »

Hi everyone :) Just wondering, how do I make it so blight appears everywhere around a character when the character moves around? (Like Archimonde in the campaign)
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: Blight

Post by Arabidnun »

I don't believe this is possible with blight, but look at this trigger anyways and find a different workable terrain change.

Code: Select all

Blight Movement
    Events
        Time - Every 1.00 seconds of game time
    Conditions
    Actions
        Unit Group - Pick every unit in (Units of type Footman) and do (Actions)
            Loop - Actions
                Environment - Change terrain type at (Position of (Picked unit)) to Lordaeron Summer - Dirt using variation -1 in an area of size 1 and shape Circle
Necroexodia
Newcomer
Posts: 12
Joined: June 20th, 2008, 4:17 pm

Re: Blight

Post by Necroexodia »

Thanks alot for this help mate :)