HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Deadly click

05-11-2007, 08:24 PM#1
RaveEye
In wc3 there is a funny "cheat". When you click at a passive animals many times, it will explode.

Does anyone know if its possible to change how many time you need to click before it will explode?
I want it to explode the first time you select it.
05-11-2007, 08:25 PM#2
Rising_Dusk
Just trigger it.

This effect is for all intents and purposes hardcoded into the game.
That means simulate it yourself.

Selection event, if it's a creep, blow it up, do a terrain deform ripple effect, and make a huge explosion FX.
Nothing too tough. :P
05-11-2007, 08:26 PM#3
1337D00D
No, but you can just make a trigger to do that yourself.

Edit: LOL YOU BEAT ME!
05-11-2007, 08:36 PM#4
RaveEye
My Idea was:

The Selecting Unit Event is pretty slow, so if I can get the unit killed then its selected. I can use the Unit Dies Event, and detect when the units is selected.