- Joined
- Mar 23, 2008
- Messages
- 1,813
I have tried to make 3 items form into one when you aquire them all, but when you buy the third and last item its the only item that dissapear from the inventory, you get the blood-drenched crown of protection, but i still got 2 of the components for it left in my inventory, why doesnt all items get removed?
-
BloodDrenchedCrownOfProtection
-
Events
- Unit - A unit Acquires an item
-
Conditions
- ((Triggering unit) has an item of type Bal´gun Crown) Equal to True
- ((Triggering unit) has an item of type Band of Protection) Equal to True
- ((Triggering unit) has an item of type Blood-drenched Claws) Equal to True
-
Actions
- Hero - Drop (Item carried by (Triggering unit) of type Bal´gun Crown) from (Triggering unit)
- Item - Remove (Last dropped item)
- Hero - Drop (Item carried by (Triggering unit) of type Band of Protection) from (Triggering unit)
- Item - Remove (Last dropped item)
- Hero - Drop (Item carried by (Triggering unit) of type Blood-drenched Claws) from (Triggering unit)
- Item - Remove (Last dropped item)
- Hero - Create Blood-Drenched Crown of Protection and give it to (Triggering unit)
-
Events