Warcraft III resources & community, 2003–2006 · archived

ITEMS

5 posts
#1

ITEMS

How can i make a item that just can be caried by one spesial hero!!

do you understand!!
#2
Make trigger so if hero that isn't special picks an item he drops it and displays a message "Can't use that item". If u can't handle it tell and I'll post u exact triggers.
#3
i dont understand, and by the way its that nobody can buy the item in the shop!!
#4
You could always remove the item and return the gold that was used to purchase the item back to the non-special heroe. :D
#5
here is the trigger you need:

EVENT:
a unit aquires an item

CONDITION:
(item being manipulated) equal to (your item)

ACTIONS:
if-then-else
 -if (triggering unit) not equal to (your special hero)
 -then drop (your item)
       message (only xxxx can use this item)
 -else



hm.. sorry that i cant give more exact for now. if something is unclear post again. :wink: