As we know Warcraft 3 Frozen Throne doesnt have a modding system smilliar to SC2 so i made Deith Zenith on WC3 as a folder of triggers which works with chat commands instead of creator units or custom ui but this doesnt mean it has less potential and as a bonus of being lightweight it doesnt effect map loading times instead of SC2 version of mod!
This version has lesser features when compared with WC3 Reforged version cause old system.
Commands;
su <unit-type> >> We can say its main command we going to use because its summoning command which takes unit type names of units as argument then does a database search to find correct unit you want to spawn then sets it as currently selected unit to summon so you can summon 1 of that unit per s command. Example: su rifleman
s >> This used to summon currently selected unit by su command above.
soff >> Clears currently selected unit to summon
tp >> This means teleport so after you write this every unit currently selected is going to teleport to center of your camera.
gmoney >> Just like on SC2 it gives you 8000 resources and also 100 suppy.
reveal <on/off> >> Reveals entire map for user of this command. You can toggle this on or off. Example: reveal on
killt >> This means kill target so each unit selected going to be removed when you write it.
cv <player number> >> This means convert so it changes unit ownership of selected units to other players. Example: convert 2 will give selected units to player 2
setlife <amount> >> Sets both max and current life of selected units to given value. Example: setlife 4500
setmana <amount> >> Sets both max and current mana of selected units to given value. Example setmana 3200
setlevel <level> >> Sets current level of selected heroes to given value. Setting a hero level to a level below current level will cause bugs! Example: setlevel 10
setsize <percentage> >> Sets size of selected units to given percentage value. Example: setsize 200 will make selected unit 2x big.
roll <limit> >> Rolls a number between 1 and given value then displays it to all players. This can be good for playing D&D style custom games. Example: roll 100
Gameplay and tutorial video below.
As you saw above, su command requires unit-type name of a unit in order to summon it so what are unit-type names?
Most cases they are just same with units normal names but lovercase and without spaces but there is also huge amount of units which has unit-type names different than this basic logic. Some exapmples below.
Peasant, Peon, Wisp >> unit-type names are peasant, peon, wisp
Red Dragon, Faceless One Deathbringer, Ogre Lord >> unit-type names are reddragon, facelessonedeathbringer, ogrelord
Enraged Wildkin, Spirit Bear, Water Elemental (Level 3), Fel Orc Grunt >> unit-type names are enragedowlbear, grizzlybear3 ,waterelemental3, chaosgrunt
As you see specially on 3rd row, unit-type names can be like editor names instead lowercase version of unit names so how do you find them for units you dont know about?
Deity has a gettype command which gets these unit-type names of currently selected units and prints them to screen so only thing you need to do is make a empty map on WC3 editor with Deity triggers added then put these units on map from editor then launch map > select these units you putted > use gettype command and see their unit-type names so you can learn how to summon them after. As Archmage Khadgar says knowledge is power :)
Download map files from link below then just copy them inside maps folder which can be found in your Warcraft 3 Frozen Throne folder then launch game so you can make lobby.
https://github.com/benerkaya/Deity-Zenith-Warcraft-3-Frozen-Throne