Warcraft III resources & community, 2003–2006 · archived

Trigger Help Please?

5 posts
#1

Trigger Help Please?

Hello, has any1 played any of the new DOTA games and Ice Troll Tribes...maybe a survival map?? Well, I have and would like to use the same system they use for "combineing items together". Like Item A + Item B= Item C. Like that??

Could any1 help me out please??I would realy appreciate it!

It will be used with my Hard Core Hero Defence map. Thank you.
#2
It's very simple.

[code]

Events-
A Unit aquires an item

Conditions-
Item equals to *YOUR ITEM*
Hero has *THE OTHER ITEM* in inventory

Actions-
Create *NEW ITEM*

Happy to help.
#3

Say what??

Thnak you for the help but, I DONT understand I got the first 2 parts right but, the part in the condition of hero has other item? WTH is that? Could you please clarify?
#4
He means that the condition checks for the Item B, referred to as "The other item"
#5
In those kinds of maps, your hero needs two items, or more: the items that make the receipe. This condition sets the required items that are in the inventory, the event matches the item that is newly acquired. You may want the hero not to have the previous object, for that, use the Item-Remove Item from Hero action.