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

Can I create items, units, triggers using some scripts? v1.26

Status
Not open for further replies.
Level 5
Joined
May 30, 2020
Messages
10
Background
My map has an outfit system. Where inventory is implemented as a unit and equipped items are shown as abilities.
The problem is that I have to do too many similar steps to add a new item.
1. create an item.
2. write the descriptions.
3.set the icon
4.create ability
5.copy title
6.copy description
7.copy the icon
8. register the item. (one line of code with item ID, stats and inventory ability)

Question
The question is not only about how to automate this process. The question is, can I create items, units, triggers and import files using some kind of script or third-party programs? To receive power that my father never dreamed of. Edit the map file with my own program? I have some knowledge of java.

Thank you for your attention and forgive me for my English (google translator English xD).

P.S. I do not want to change the equipment system
 
Status
Not open for further replies.
Top