HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

fairly dumb question

04-01-2004, 08:06 PM#1
Pyrokinesis
Where in WE can I change amount of XP given by creeps/units.
04-01-2004, 08:22 PM#2
flamesforzuljin
i belive its in the gameplay constants table...i think that it under scenario or something (in the menu bar)

hope it helps

peace/.....flames
04-01-2004, 10:33 PM#3
johnfn
I asked the same question a while ago, also thinking it easy. Strangley there is no straight out way to set units experiance given. Your best choice is to either increase then units level (easier) or do it manually via triggers (harder, but more accurate). I checked gameplay constants, which happens to be in Advanced... It doesnt seem to have anything.
04-02-2004, 01:02 AM#4
Guinsoo
It has to do with creep level and a few constants found in the Gameplay Constants. I'm not at my home PC, but one is

Constant XP gained - 5
Multiple XP gained - 5

I think those are the defaults. The formula is pretty close to 5 + (lvl * 5).
04-02-2004, 02:37 AM#5
Pyrokinesis
Thanks a lot guys - this helps ^^.