• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Making Items Stackable

Status
Not open for further replies.

LangerLulatsch

L

LangerLulatsch

Okay i used this [System] Item Stacking - The Helper Forums to make items stackable. But when i try to stack items like ring of protection the effect doesnt stack only the charges increase. It would be really nice if somebody could explain to me how i can change that.
 
You could make it per trigger. The event should be unit pick up item. Then of course the if then else if it can increase charge. At the same time add a ability to the unit which increase the armor with 2.

hmm thank you for the idea will think about it. but isnt there an other way to do it ?
 
there is also a Bonus Stack System for Atk;Def;Hp;Mp - all the things, that stack in wc3- that you can find here Link.

But in combination with your Item Stacking System, im not really sure if it works properly.

Triggering by yourself as HANKY said, would be the best solution i think.

Greets
 
I dont think theres any other way besides writing triggers for each item. What you want is basically not item stacking system but recipes.
 
ah okay thanks all for clearing that up for me. i will try to find a solution then.
 
You can't stack items with effects, uneless if you have a trigger like "if hero has 2x that item then items will be removed and a new item that has 2x better effects than the removed items will be added to the hero."

2x ring that gives +1 str = 1x ring that gives +2 str

Don't know any other solutions.
 
Status
Not open for further replies.
Back
Top