if I remember correctly you cannot add equip/carry behaviors to an item using triggers, but what you might be able to do is modify them.(catalog)
Although I suppose you'd want to add these for a single item and not for all items of the same type. (like for a dropped item, and not for all items of that type)
the best way I can think of handling this is to actually create a trigger that checks if the item is being equiped/picked up/dropped and then depending on the item and action add/remove certain behaviors. I think you can check if an item's inventory slot has the equip flag set or not.
(I'm currently not at a pc with the sc2editor so I can't check.)
it would be nice to be able to add equip/carry behaviors from triggers, since this will result in more fun loot drops. (like in getting a buff with a value set in the range +1 to +5 agi, value picked on item pickup.)
If someone does know how to do exactly that then I'm also interested in it. since I could use it for my RDM item drops.
As said in the topic, i am searchign the custom script how to add an equip and carry behaviour to an item using triggers
if I remember correctly you cannot add equip/carry behaviors to an item using triggers, but what you might be able to do is modify them.(catalog) Although I suppose you'd want to add these for a single item and not for all items of the same type. (like for a dropped item, and not for all items of that type)
the best way I can think of handling this is to actually create a trigger that checks if the item is being equiped/picked up/dropped and then depending on the item and action add/remove certain behaviors. I think you can check if an item's inventory slot has the equip flag set or not. (I'm currently not at a pc with the sc2editor so I can't check.)
it would be nice to be able to add equip/carry behaviors from triggers, since this will result in more fun loot drops. (like in getting a buff with a value set in the range +1 to +5 agi, value picked on item pickup.)
If someone does know how to do exactly that then I'm also interested in it. since I could use it for my RDM item drops.
Thank you, but i had the same idea already myself i can already create custom items that way since yesterday after the post
The next problem is that you cant edit buttons and icons text, so i will need to display the effects of items by triggers instead
blizzard added so much and still many things are missing lol