HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Disconnect??!

03-18-2004, 11:57 PM#1
volvo64
I'm making a hero siege. I have all the creeps set at level 2 and i want the required experience between levels to be the same throughout the game, so the hero has to kill say 8 units to get to level 2 and 8 units to get to level 62. My question is which gameplay constants do i need to modify in order to effectively change the experience rate and not screw up my entire map and make everyone disconnect (which is what's happening now...) Thanks in advance for any help.
03-19-2004, 03:34 AM#2
cangrejo
Quote:
Originally Posted by volvo64
I'm making a hero siege. I have all the creeps set at level 2 and i want the required experience between levels to be the same throughout the game, so the hero has to kill say 8 units to get to level 2 and 8 units to get to level 62. My question is which gameplay constants do i need to modify in order to effectively change the experience rate and not screw up my entire map and make everyone disconnect (which is what's happening now...) Thanks in advance for any help.

set
Hero XP Required - Level Factor to 0
Hero XP Gained - Creep Reduction Table to 100, and remove all other values

There are probable some Hero XP Gained factors you need to change too. I am not quite sure, you'd probably need to test this yourself.

Edit: Added creep reduction table
03-19-2004, 03:51 AM#3
volvo64
awesome, thank you so much for your help. I didn't need to change any xp gained factors, it was the level factor (apparently) that was making the xp go up each time. Thanks again.