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

+ Rep to helper! [Inventory and display]

Status
Not open for further replies.
Level 3
Joined
May 13, 2009
Messages
36
+ Rep to helper! Lvling

How do you increase your hero's level beyond 10, and how do you increase the exp needed to level up?

UNSOLVED

|||||||How do you change your display for your character.

[EX] I was looking at the Red Rain story in the Hosted section and in the screenies his character entire set-up/panel was changed.

Where would that be categoritized as/ how do I change it/ is there anyway for me to do it myself?

SOLVED|||||
 
Last edited:
Level 4
Joined
Mar 28, 2009
Messages
66
Okay for your first question in the world editor go to advanced, gameplay constants, and hero maximum level 10 and change the ten to whatever level you want it to go up to. and for changing hero's xp gain go to advanced, gameplay constants, and hero XP gained and also hero XP required and change to what you want.
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
Right, the first question has been answered three times, but not completely -.-

XP Required = (t+c)*f^(n-2)+(3*l+c)*f^(n-3)+(4*l+c)*f^(n-4)+...+(n*l+c)*f^0

t = table
f = previous level factor
l = level factor
c = constant factor
n = next level (n>=3)

If that is a little bit too hard, here's the simple version:

  • Hero XP Required - Constant Factor Adds this amount per level (e.g. +5 XP Req./level)
  • Hero XP Required - Level Factor Information below
  • Hero XP Required - Previous Value Factor Adds the previous value x this value to the XP Req.
  • Hero XP Required - Table Set up your own XP Table

Information Level Factor

It adds ((3 x Level Factor) + (Level Factor x Level - 2) to the required XP


Level Factor = 10

Level 1: 200 XP Required (standard)
Level 2: 230 XP required (200 + (3 x Level Factor) + (Level Factor x 0)
Level 3: 270 XP Required (230 + (3 x Level Factor) + (Level Factor x 1)
Level 4: 320 XP Required (270 + (3 x Level Factor) + (Level Factor x 2)

And if you don't understand that, set the 4th item in my list yourself.
 
Status
Not open for further replies.
Top