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

[Trigger] Hide / Remove hero's level - Game Interface

Status
Not open for further replies.
Level 4
Joined
Sep 25, 2018
Messages
81
I have been having an issue trying to hide the hero's level in the experience bar.

In the Game Interface, the INFOPANEL_LEVEL_CLASS (Text - General - 'Level %u %s') is the part where the selected hero's class and level are shown in the experience bar. The %u is the hero's level and the %s is the hero's class.

I am trying to create a map where the hero's level is not shown (they are not relevant because everyone is level 1). I am using the hero's class to tell the player what "race" they are. When I edit the INFOPANEL_LEVEL_CLASS parameter, my game seems to crash when I click on the hero. Is there anyway of removing the level display while keeping the hero's class?
 
Status
Not open for further replies.
Top