• 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!

Add charges

Status
Not open for further replies.
Moving the thread to World Editor Help Zone, because the thread is not about your code/triggers.

==========

There's an action to manipulate and to get an item's charges, so removing both items isn't required.
When a unit picks up a new item which has charges, you have to check each slot in the unit's inventory (Triggering Unit) for an item which has the same ItemType. If yes, you can add charges to this item, and remove the picked up one.
 
Moving the thread to World Editor Help Zone, because the thread is not about your code/triggers.

==========

There's an action to manipulate and to get an item's charges, so removing both items isn't required.
When a unit picks up a new item which has charges, you have to check each slot in the unit's inventory (Triggering Unit) for an item which has the same ItemType. If yes, you can add charges to this item, and remove the picked up one.
ill try it
 
Status
Not open for further replies.
Back
Top