Is Level 11-99 possible?

corey2550

New Member
Reaction score
0
I don't know if its just a rumor or what but if its possible how would I be able to set that up for a Hero unit?
Is there any way I can edit the experience required per level?

I'd like him to be able to level from 1-99, getting a skill point each level.

Also, how would this apply for Natural Hostile units?
 

Ragnar Rök

New Member
Reaction score
0
In world editor:
Click advanced
Click Gameplay Constants
Check the box "Use custom gameplay constants"
Scroll down to "Hero maximum level" and set it to 100 or more if you want.
Below this you can also change "Hero XP Gained"

In order for the Hero to gain a skill point i think he must have at least one ability that he can still level up. (Skillpoints can also be added with triggers)

For the neutral hostile do this:
Code:
    Events
        Unit - A unit Gains a level
    Conditions
        (Owner of (Triggering unit)) Equal to Neutral Hostile
        (Hero level of (Triggering unit)) Equal to 10
    Actions
        Hero - Disable experience gain for (Triggering unit)
        -------- You could also do: --------
        Hero - Make Neutral Hostile Heroes gain 50.00% experience from future kills
 

corey2550

New Member
Reaction score
0
In world editor:
Click advanced
Click Gameplay Constants
Check the box "Use custom gameplay constants"
Scroll down to "Hero maximum level" and set it to 100 or more if you want.
Below this you can also change "Hero XP Gained"

In order for the Hero to gain a skill point i think he must have at least one ability that he can still level up. (Skillpoints can also be added with triggers)

For the neutral hostile do this:
Code:
    Events
        Unit - A unit Gains a level
    Conditions
        (Owner of (Triggering unit)) Equal to Neutral Hostile
        (Hero level of (Triggering unit)) Equal to 10
    Actions
        Hero - Disable experience gain for (Triggering unit)
        -------- You could also do: --------
        Hero - Make Neutral Hostile Heroes gain 50.00% experience from future kills

Thanks dude that really helps, one more thing. Will the hero continue gaining exp after lvl 10 from other enemy player units?
Which part would I have to change in order to determine the exp required for every level?
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top