Warcraft III resources & community, 2003–2006 · archived

could you help me with this?

6 posts
#1

could you help me with this?

is there anyway that i could an item to make a hero amphibious? like when they pick it up, they can walk on water?
#2
Just make a copy of that unit that is amphibious and make it (with triggers) that when the unit picks up that item he is replaced with the amphibious unit.
#3
oz02 is right, the only way you will be able to do that is if you make a seperate unit for all heroes with anphibious :wink:
#4
Heres adding to what they've already said. What you do, if you copy all the heroes, and make an item with a dummy skill( it will ahve to be useable, but thats not too bad). Then you create a trigger that identifies who uses the item, be it crypt lord, or paladin, or whatever. Depending on the user, trigger so it will give him/her a specific metamorphesis-based skill that corresponds with them (you'll have to make a model for each hero). Just make it give them the meta-ability when they use the item and order them to cast it and remove it quickly. Change the buff, and you're set for an item that can allow heroes to walk on water.( just make sure the meta'd units CAN walk on water; you'll just have to change their movement type)
#5
:roll: *sigh*...

or you could have it so that

unit aquires (ITEM)

(Triggering item equal to (Anphibious thing)

Replace (triggering unit) with (Unit (anphibious))
Select (last replaced unit)

something like this :wink: prolly not completley accurate... but im at school :D
#6
That's what I said.