Combining two items

[e]MOTION

Member!
Joined
Jan 26, 2004
Messages
74
Reaction score
0
Website
Visit site
combining two items/? and HEROS?!?

i was wondering how you would make it so when a hero has two specific items, that they would turn into 1.......

also, would this work with heros????? can you combine 2 heros into 1? just a thought.
 

SoNiC_tHe_IgEl

Member!
Joined
Aug 6, 2003
Messages
503
Reaction score
0
Location
Germany
Website
www.kotzwuerg.de.vu
just make it with triggers...

when i hero has one item and picks up the next item he will lose both and get a new one

Unit get item2

unit has item1

unit lose both items
unit get item3

item1/2/3 = items u want ;)

i am to lazy to make it now, but the triggers exist...
 

SoNiC_tHe_IgEl

Member!
Joined
Aug 6, 2003
Messages
503
Reaction score
0
Location
Germany
Website
www.kotzwuerg.de.vu
here is the trigger (cuz u asked for it in a pm)
i made it with 2 ones now...

first:
unit picks up1
Events
Unit - A unit owned by Player 1 (Red) Acquires an item
Conditions
(Picked item) Equal to Boots of Speed 0001 <gen>
Actions
Trigger - Turn on item <gen>
--------------------------------------------------

second:
item
Events
Unit - A unit owned by Player 1 (Red) Acquires an item
Conditions
(Picked item) Equal to Tome of Greater Experience 0000 <gen>
Actions
Item - Remove (Picked item)
Item - Create Tome of Power at (Center of (Playable map area))

u can change the items and the location where the item will come and all the stuff...

u can add conditions so only one unit can make it ;) not all units owned by player 1. Such a condition would look like this:

condition
Events
Conditions
(Unit-type of (Triggering unit)) Equal to Blood Mage
Actions

-----------------------------------

Hope it helped u :)

- © Sonic
 

NewPosts

New threads

Top