• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Need a item integer condition help

Status
Not open for further replies.
Level 2
Joined
Mar 15, 2004
Messages
15
u see

in the integer comparisons you can only find

"Number of items carried by (Entering unit) Equal to ..."

what i need is some thing like "Number of (Items of type) carried by (Entering unit) Equal to ..."

just to let the hero carry two or more types of items and only count one type -.-

maybe there is an easy way out, dunno, that's why im asking

so i wont be online for the whole next week, so i hope there will be some replies the next days, and i have some material to work with.
Id be very grateful for any hints tips or tricks!

thX g'bye 'n' cYa
 
Level 13
Joined
May 5, 2004
Messages
1,330
Hm, till now I found only this weird solution (checking if hero is carrying 2 identical items / done for slot 1-4)

Conditions
Or - Any (Conditions) are true
Conditions
(Item carried by Hero of type (Item-type of (Item carried by Hero in slot 1))) Equal to (Item-type of (Item carried by Hero in slot 2))
(Item carried by Hero of type (Item-type of (Item carried by Hero in slot 1))) Equal to (Item-type of (Item carried by Hero in slot 3))
(Item carried by Hero of type (Item-type of (Item carried by Hero in slot 1))) Equal to (Item-type of (Item carried by Hero in slot 4))
(Item carried by Hero of type (Item-type of (Item carried by Hero in slot 2))) Equal to (Item-type of (Item carried by Hero in slot 3))
(Item carried by Hero of type (Item-type of (Item carried by Hero in slot 2))) Equal to (Item-type of (Item carried by Hero in slot 4))
(Item carried by Hero of type (Item-type of (Item carried by Hero in slot 3))) Equal to (Item-type of (Item carried by Hero in slot 4))
 
Level 2
Joined
Mar 15, 2004
Messages
15
well..

i think i actually dont even see the drop ( ._.)..

could you explain what you mean?

what is A/B? is a condition? what ARE YOU TALKING ABOUT?..

Sorry, hope you dont call me a noob now...

thx

elOON
 
Level 5
Joined
Jul 11, 2004
Messages
183
Re: well..

eloon said:
i think i actually dont even see the drop ( ._.)..

could you explain what you mean?

what is A/B? is a condition? what ARE YOU TALKING ABOUT?..

Sorry, hope you dont call me a noob now...

thx

elOON

use darkshadow triggers,, thats the eazy way to edit it,

make it from slot 1 to slot 6 cause i only see he wrote from 1 to 4,, make it to 6 and in the action put Hero drop (items being manipulated) from (hero manipulated items)
what you dont understand ?
 
Status
Not open for further replies.
Top