• 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 faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

object merger

  1. yxq1122

    How to append an ability to the ability list of an unit using Lua ObjectMerger

    Hi, everyone! I used the following Lua commands when I tried to append an ability 'A001' to the ability list of an unit "h005": //! i makechange(current, "uabi", "A001") However, that command doesn't work. All abilities of the unit will be replaced by the single 'A001'. Actually, I Just hope to...
  2. yxq1122

    Getting help on using ObjectMerger

    Hello everyone! The original ability list of an unit will be replaced by a single value of "A001" when I use the following Object Merger Lua command: //! externalblock extension=lua ObjectMerger $FILENAME$ //! i setobjecttype("units") //! i createobject("hmpr", "h005") //! i makechange(current...
Top