I made a simple hero inventory ability to hold items, and then creating a Boots of Speed that simply adds 1 movement speed bonus. To do that, I created an Item Boots of Speed that adds a Buff Behavior (to add the 1 movement speed bonus).
So I tried to add it as a Carry Behavior to the item. Problem is, when I pick up 2 boots of speed, it doesn't stack. And, if I drop 1, the 1 movement speed bonus disappears even though I still have 1 boots of speed in my inventory.
The same happens when I change it to an Equip Behavior, anyone know how to fix this.
I'm creating a simple hero inventory similar to warcraft 3. So far, I've been stuck trying to get these boots to stack or maintain their behavior if I have 2 or more and drop 1.
Hey,
I made a simple hero inventory ability to hold items, and then creating a Boots of Speed that simply adds 1 movement speed bonus. To do that, I created an Item Boots of Speed that adds a Buff Behavior (to add the 1 movement speed bonus).
So I tried to add it as a Carry Behavior to the item. Problem is, when I pick up 2 boots of speed, it doesn't stack. And, if I drop 1, the 1 movement speed bonus disappears even though I still have 1 boots of speed in my inventory.
The same happens when I change it to an Equip Behavior, anyone know how to fix this.
I'm creating a simple hero inventory similar to warcraft 3. So far, I've been stuck trying to get these boots to stack or maintain their behavior if I have 2 or more and drop 1.
Yes, in the Buff behaviour you need to set the number of allowed stacks per caster and per item.