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

set up the editor

Status
Not open for further replies.
Level 2
Joined
Dec 31, 2010
Messages
10
Hi is there some mods for the editor that makes the coding(I will use jass) easier .And any startup tutorial for the new things in reforget .I see somewhere i can use lua .So what are the suggestions witch is more flexable .Any beginning tips will be welcome .(before i in old wc3 i make some maps with jass have some basic knowage ).
 
Go to Scenario/Map Options/Script Language to choose your desired scripting language (jass/lua). You can only use one or the other so pick wisely. I recommend Lua but you may want to look into it some more.

For coding, don't use the Editor. Write your code in something like Visual Studio Code and transfer that to the map.

Lua:
Jass:


Here's some information regarding new additions.
Custom UI:
Modifying Ability fields (and other Object Editor data fields) via triggers:
Skins:
 
Last edited:
Status
Not open for further replies.
Back
Top