• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Changing a simple default setting? (level skip)

Status
Not open for further replies.
Level 5
Joined
Sep 19, 2006
Messages
152
I'm trying to remove/disable the stupid mandatory "1 level of hero per level of learned ability" crap, as found in the Gameplay Constants: Hero abilities level skip (default). I'd like to change the 1 to 0; in other words, to allow a level 1 hero to learn multiple levels of the same skill WITHOUT having to level each time first.

Any ideas? The answer can be in JASS, if necessary.
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
Jass, lol. Go to your ability in the object editor

- Level Skip Requirement. set to 0
 
Level 14
Joined
Apr 20, 2009
Messages
1,543
as found in the Gameplay Constants: Hero abilities level skip (default). I'd like to change the 1 to 0

You've already answered your own question, press shift + enter when selecting the field so that you can fill in 0.
If you don't the 0 will jump back to 1.

Usually when a value inside the editor jumps back into a different value then the solution happens to be shift + click or shift + enter on the field you want to change...
 
Status
Not open for further replies.
Top