HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How To Change Exp Amount For Next Level?

07-12-2003, 04:17 AM#1
ViruZ
i was just woundering how do u change the exp requirement for your hero to level? can u edit that?

thanx in advance
07-12-2003, 05:21 AM#2
DemonicSoul
its in gameply constants

its something like the auto fillspell levels (like pervious level facotr, level factor, etc.) that changes the experience needed per level
07-12-2003, 09:31 AM#3
NavARXIDA
in the war3.mpq is a file called ... MiscData.txt...

in it you will find ...

// Experience & Level Information
MaxHeroLevel=10
NeedHeroXP=200,500,900,1400,2000,2700,3500,4400,5400,5400
GrantHeroXP=80,100,120,140,160,200,240,280,320,400
GrantNormalXP=20,30,40,60,80,120,160,240,320,480
PlayerKillBonus=1.25
StrAttackBonus=1.0

change it and import it to your map ...
that sould work.
07-12-2003, 10:29 AM#4
ViruZ
cool thanx