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

INcreasing hero max level

Status
Not open for further replies.

hdm

hdm

Level 9
Joined
Nov 19, 2011
Messages
384
how to increase hero's max level?Other,how does work the offset system ?like in every spell that has "move unit instantly...offset by XX XX".What is polar? What is offset? What does point with polar offset mean?so if I use offset with "move unit instantly" the unit will not move instantly ???
 
1) look at GameConstants in the Advanced menu >>> Hero Level, set it to your needs...

2) Polar offsets is the gap/distance from Loc1 to Loc2 and you can use that to move your unit instantly, but be warned that it will leak if not used properly...

to use Polar offset properly without leaks, you need to specify;
  • Set Loc1 - Position of ???
  • Set Loc2 - Loc1 offset by ??? ......
  • Unit - Create 1 Footman for (TriggeringPlayer) at Loc2 facing Default building facing degrees
  • Custom script: call RemoveLocation(udg_Loc1)
  • Custom script: call RemoveLocation(udg_Loc2)
 
Status
Not open for further replies.
Top