HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

I want to create a set effect

05-16-2006, 08:29 PM#1
Lord_of_heaven
i want that if the person got the items for it (4) removes them all and create only 1

Edited by Tim. Reason: Do not spam emoticons, I removed them for you.
05-16-2006, 09:28 PM#2
aquilla
Simplest way is to just create a trigger like this;
Trigger:
Event
- a unit acquires an item
Conditions
- Triggering unit has item of type (set item nr 1)
- ... (set item nr 2)
- ... (set item nr 3)
- ... (set item nr 4)
Actions
- Remove the set items from the game
- Create item of type (complete set) and give to triggering unit
05-16-2006, 10:38 PM#3
Lord_of_heaven
there one thing i cant find... : triggering unit has item of type : ....
05-16-2006, 11:26 PM#4
shadow1500
Boolean comparison
05-17-2006, 02:56 AM#5
Immoralis
accually, i dont think there is a boolean for it, you either have to loop for it or just item type carried by unit of type is equal to type
05-17-2006, 12:41 PM#6
Lord_of_heaven
thats what i did lol