• 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.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

set up the editor

Status
Not open for further replies.
Level 2
Joined
Dec 31, 2010
Messages
9
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 ).
 

Uncle

Warcraft Moderator
Level 71
Joined
Aug 10, 2018
Messages
7,543
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.
Top