• 🏆 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] Max hero for type hero

Status
Not open for further replies.
Level 25
Joined
Sep 26, 2009
Messages
2,373
Gameplay Constants -> Hero Maximum Level.
Set that value to 100 and then you will need to trigger your pet so he stays at maximum level 70.

Something like this:
  • Untitled Trigger 001
    • Events
      • Unit - A unit Gains a level
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Your_Pet_Unit
      • (Hero level of (Triggering unit)) Equal to 70
    • Actions
      • Hero - Disable experience gain for (Triggering unit)
 
Level 30
Joined
Nov 29, 2012
Messages
6,637
Can i have two maximum hero level like:
Master: Level max 100
Pet: Level max 70
Can i?

I do think that is is impossible seeing that you can only set up the max level in ONE Gameplay Constant and it affects all game but you could do this through triggers by either making the pet's EXP rate to 0 when reached Level 70 or simply disabling it but still maintaining the Level 100 max level for the Master.

EDIT: Okay, someone beated me on the post. The user above me has the answer.
 
Status
Not open for further replies.
Top