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

set needed hero xp

Status
Not open for further replies.
Level 5
Joined
May 12, 2008
Messages
77
I want to set the xp my hero needs to complete a level. From level 1 to to he should need 112 XP, from 2 to three 112 (xp of last level) +(112+16)= 240 which is 1128 aditional XP

explained in another way:

C= Full XP of hero
A= XP XP to complete next level

112=A
For Level, 1 to 35
A+16=A
A+C=C
Next


So the hero needs 112 XP for the first level an for every next level 16 XP more.


But how can I do this? In my german Wc3-Editor there are the Gameplay-Konstanten called "Benötigte Helden-EP" Stufenfaktor, Konstantenfaktor, Tabelle and Voriger Wertfaktor (Sorry, im german and i hate english...just the language)
 
Level 13
Joined
Nov 4, 2006
Messages
1,239
well you have to figure out how the gameplayconstants work, check some tutorials on this site

in german: musst selber rausfinden wie genau das mit der tabelle funktioniert, schau mal obs hier tutorials dafür gibt, bin mir da selber ned so 100% sicher
 
Level 12
Joined
Mar 16, 2006
Messages
992
I want to set the xp my hero needs to complete a level. From level 1 to to he should need 112 XP, from 2 to three 112 (xp of last level) +(112+16)= 240 which is 1128 aditional XP

explained in another way:

C= Full XP of hero
A= XP XP to complete next level

112=A
For Level, 1 to 35
A+16=A
A+C=C
Next


So the hero needs 112 XP for the first level an for every next level 16 XP more.


But how can I do this? In my german Wc3-Editor there are the Gameplay-Konstanten called "Benötigte Helden-EP" Stufenfaktor, Konstantenfaktor, Tabelle and Voriger Wertfaktor (Sorry, im german and i hate english...just the language)

Hero Level Factor in constants.

There may be a method with the Hero - Experience options, but I'm at work and can't check.
 
Status
Not open for further replies.
Top