HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Picking up item transform unit and then goes back. HELP

02-08-2004, 07:41 PM#1
ak47
I need help on how to do this.

When a hero picks up a certain item then it transform to a new unit that last only 30 seconds then goes back to the normal hero.

I dont want the hero to have the metamorphasis based spell on it. Anyway on how to do this.

NOTE:
I want this to work with 7 different heros.
02-08-2004, 07:48 PM#2
Shark
try this"

E: unit picks up an item
C: item manipulated equal to <item>
C: hero manipulating item equal to <hero>
A: replace unit blabla

but replacing units is waaay to bad....u need some spell like temp metamorphosis, and when u pick up the item it adds that ability and issues an order to activate it....

or even better
when the item is activated, it goes away(remove item, or give it 1 charge) add metamorphosis, issue the metamorphosis order, and remove metamorphosis....voila :)
02-08-2004, 09:34 PM#3
Vexorian
Try to give the item a modiffied Storm Earth and fire spell that only summons a unit type, then make the item to automatically use when acquired
02-08-2004, 09:38 PM#4
AllPainful
Just a guess... but would giving the item a Metamorph ability and then making the item an "Auto use" type (Pick it up and it automatically uses it) work?


EDIT: LOL disregard my post, I just realized I said the same thing as Vex did...
02-08-2004, 10:24 PM#5
ak47
I'll try that