HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How did you let hero get over lvl 10

01-02-2003, 04:08 PM#1
thegenestealer
What did you edit to let heros get over lvl 10emote_confused
01-02-2003, 04:26 PM#2
RightField
I just edited the text file miscdata.txt that is in the Units folder in war3patch.mpq and edited this:

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
StrHitPointBonus=25
StrRegenBonus=0.05
IntManaBonus=15
IntRegenBonus=0.05
AgiDefenseBonus=0.30
AgiDefenseBase=-2
AgiMoveBonus=0

To this:

MaxHeroLevel=25
NeedHeroXP=200,500,900,1400,2000,2700,3500,4400,5400,6700,7900,9000,10500,11800,12600,14000,16000,18 500,20900,24600,27300,30300,35000,40000,70000
GrantHeroXP=80,100,120,140,160,200,240,280,320,400,440,480,520,560,600,640,680,740,800,860,920,980,1 060,1200
GrantNormalXP=20,30,40,60,80,120,160,240,320,480,640,720,810,960,1020,1060,1080,1180,1300,1500,1600, 1700,1800,1900,2500
PlayerKillBonus=1.25
StrAttackBonus=1.0
StrHitPointBonus=25
StrRegenBonus=0.05
IntManaBonus=15
IntRegenBonus=0.05
AgiDefenseBonus=0.30
AgiDefenseBase=-2
AgiMoveBonus=0
01-03-2003, 06:35 AM#3
thegenestealer
what does the ''GrantHeroXP'' and ''GrantNormalXP'' fields editemote_confused
01-03-2003, 10:10 AM#4
RightField
GrantHeroXP= is how much Xp you're hero can get.

GrantNormalXP= I don't know, i just edited it :P
01-03-2003, 04:42 PM#5
gewran.
Grant hero xp are how much xp you get for killing a hero of certain level, and grant normal xp are how much xp you get for killing a normal unit of a certain level.

And i think that playerkillbonus is what you multiply the xp with, if the unit that was killed belonged to a player.

I'm not 100% sure of this, but it makes a lot of sense.