|
 |
|

September 3rd, 2007, 10:39 AM
|
 |
Your Friendly Neighborhood Admin
|
|
Join Date: Sep 2004
Location: GMT + 1
Posts: 17,493
|
|
|
Gameplay Constants - Hero Experience
In menu: Advanced / Gameplay constants are a bunch of "Hero XP" entries.
They are used to find out how much experience you get from killing stuff.
And how long it takes to level up.
Nothing excitingly complicated, but it's always good to have some reference around, just in case.
Getting experience from killing enemy Heroes
Hero XP Gained - Hero, Constant factor: 100
Hero XP Gained - Hero, Level factor: 0
Hero XP Gained - Hero, Previous value factor: 1
Hero XP Gained - Hero, Table: 100, 120, 160, 220, 300
If you kill a level 1 Hero, you get 100 experience.
That's the first value in the table.
If you kill a level 2 Hero, you get 120 experience.
The second value in the table.
Until, finally, a level 5 Hero gives 300 experience.
After that, the game runs out of table and uses the other values to continue:
Experience gained = "Previous value" * "Previous value factor" + "Level" * "Level factor" + "Constant factor"
So, killing a level 6 Hero gives:
300 (previous value) * 1 (previous value factor) + 6 (level) * 0 (level factor) + 100 (constant factor)
= 300 * 1 + 6 * 0 + 100
= 300 + 0 + 100
= 400
A level 7 Hero gives
400 * 1 + 7 * 0 + 100
= 400 + 0 + 100
= 500
A level 8 Hero gives 500 * 1 + 8 * 0 + 100 = 600
And so on.
Getting experience from killing enemy units
Hero XP Gained - Normal, Constant factor: 5
Hero XP Gained - Normal, Level factor: 5
Hero XP Gained - Normal, Previous value factor: 1
Hero XP Gained - Normal, Table: 25
Looks familiar, and also works exactly the same.
A level 1 unit gives 25 experience.
That's the first value in the table.
As before, once the game runs out of table, it uses the other values to fill in the blanks:
Experience gained = "Previous value" * "Previous value factor" + "Level" * "Level factor" + "Constant factor"
Experience from killing a level 2 unit:
25 (previous value) * 1 (previous value factor) + 2 (level) * 5 (level factor) + 5 (constant factor)
= 25 * 1 + 2 * 5 + 5
= 25 + 10 + 5
= 40
A level 3 unit gives:
40 * 1 + 3 * 5 + 5
= 40 + 15 + 5
= 60
A level 4 unit gives 60 * 1 + 4 * 5 + 5 = 85
And so on.
Getting experience from killing Creeps
Hero XP Gained - Creep reduction table: 80, 70, 60, 50, 0
If the unit you killed was a Creep, you won't get the full experience from it.
Seems normal, what kind of experience do you expect a level 42 Hero to get from killing a Gnoll by looking at it?
Creep experience depends on the level of the Creep.
And uses the "normal" table and values from above.
After that, the reduction table is applied.
And means:
A level 1 Creep gives 25 experience (as per above).
From those 25, a level 1 Hero will get 80%.
If your Hero is level 2, he'll get 70% of 25.
If your Hero is level 3, he'll get 60% of 25.
If...
The last value in the table is used for all levels after that.
That's also why Creeps don't give experience anymore once you reach level 5.
The table says "0"...
Changing the last value to, for example, 40... and your Hero levels happily every after.
Alternatively, replace the entire table with 100 as only value.
Or 80.
Either way, don't have 0 as last value.
Experience needed to get a new level
Hero XP Required, Constant factor: 0
Hero XP Required, Level factor: 100
Hero XP Required, Previous value factor: 1
Hero XP Required, Table: 200
This set of values determines when your Heroes gain new levels.
As usual, it all starts with the table.
Your Hero gains a level at 200 experience.
After that, the usual formula applies:
Experience required = "Previous value" * "Previous value factor" + "Level" * "Level factor" + "Constant factor"
So, to reach level 3:
200 (previous value) * 1 (previous value factor) + 3 (level) * 100 (level factor) + 0 (constant)
= 200 * 1 + 3 * 100 + 0
= 200 + 300 + 0
= 500
To reach level 4, your Hero needs:
500 * 1 + 4 * 100 + 0
= 500 + 400 + 0
= 900
Level 5: 900 * 1 + 5 * 100 + 0 = 1400
And so on.
Messing around with these values may require a bit of experimentation.
But, at least, you should know how they work.
On a related note, nearby is also an entry called "Hero Maximum Level".
It does what it says, your Hero will never get any higher than that.
Yours,
AceHart
|

September 3rd, 2007, 10:41 AM
|
 |
Administrator (Dammit, Jim! I'm a doctor, not an administrator!)
|
|
Join Date: Jan 2007
Location: Ithilien
Posts: 9,406
|
|
YES! Finally! I was hoping you would post this.
Now there is a clear tutorial to direct people to when they have this sort of question. (Not to mention a good reference for me when I need to change this stuff.  )
Though, it should probably go in the tutorial section, no?
__________________
"There's always at least two ways of doing things:
- You can make it so simple that there's obviously no bugs.
- You can make it so complex that there are no obvious bugs."
-AceHart, on Coding
|

September 3rd, 2007, 10:44 AM
|
|
|
|
Join Date: Aug 2005
Posts: 3,687
|
|
When you've been playing around with world editor, you will know these things. Nevertheless, I haven't ever learned this
Thanks Ace
|

September 3rd, 2007, 10:50 AM
|
 |
New Helper (I got over 2000 posts)
|
|
Join Date: May 2007
Location: GMT + 2
Posts: 2,158
|
|
I forsee that half of the threads in WEH would have a link to this very thread.
I hold this position to sell Ads, start with a 100$ bid.
Anyway, thanks for making this AceHart, hopefully it would cut some unneeded threads.
Edit:
> Though, it should probably go in the tutorial section, no?
As Tom Jones (I think) said once - the fact that you are an Moderator / Admin doesn't mean your resources needn't to be approved by other Moderator / Admin.
|

September 3rd, 2007, 10:52 AM
|
 |
Super Moderator
|
|
Join Date: Oct 2006
Location: Florida!
Posts: 4,806
|
|
|
Thank you AceHeart ^^
I never knew most of this stuff
|

September 3rd, 2007, 10:54 AM
|
 |
Administrator (Dammit, Jim! I'm a doctor, not an administrator!)
|
|
Join Date: Jan 2007
Location: Ithilien
Posts: 9,406
|
|
> As Tom Jones (I think) said once - the fact that you are an Moderator / Admin doesn't mean your resources needn't to be approved by other Moderator / Admin.
Pft. With AceHart, need we really ask?
Fine, I'll move it. No reason it shouldn't be approved.
If there's anything that could be added to improve it, it would be an explanation of all the other Gameplay Constants fields as well.
__________________
"There's always at least two ways of doing things:
- You can make it so simple that there's obviously no bugs.
- You can make it so complex that there are no obvious bugs."
-AceHart, on Coding
|

September 3rd, 2007, 11:29 AM
|
 |
Super Moderator
|
|
Join Date: May 2006
Location: Quebec City, QC, Canada
Posts: 5,721
|
|
> If there's anything that could be added to improve it, it would be an explanation of all the other Gameplay Constants fields as well.
Which has technically already been done, but could use an edit
|

September 3rd, 2007, 11:30 AM
|
 |
Administrator (Dammit, Jim! I'm a doctor, not an administrator!)
|
|
Join Date: Jan 2007
Location: Ithilien
Posts: 9,406
|
|
> Which has technically already been done, but could use an edit
You mean this one?
http://www.thehelper.net/forums/showthread.php?t=21216
That one doesn't have much on the hero aspect, does it?
__________________
"There's always at least two ways of doing things:
- You can make it so simple that there's obviously no bugs.
- You can make it so complex that there are no obvious bugs."
-AceHart, on Coding
|

September 3rd, 2007, 11:38 AM
|
 |
Super Moderator
|
|
Join Date: May 2006
Location: Quebec City, QC, Canada
Posts: 5,721
|
|
Indeed.
Nice one Ace  I fear that part wasn't explained in the other Gameplay Constants tutorial.
|

September 3rd, 2007, 05:16 PM
|
 |
zxcvmnsfhd
|
|
Join Date: Feb 2007
Location: asdfjksdl
Posts: 5,880
|
|
Finally, I understand this part.
Awesome job.
|

September 3rd, 2007, 10:29 PM
|
 |
Zinctified
|
|
Join Date: Nov 2006
Location: Philippines
Posts: 5,152
|
|
|
cool...ive been waiting for this tutorial
|

September 5th, 2007, 01:39 AM
|
 |
Special Member
|
|
Join Date: Jun 2006
Location: New Zealand
Posts: 3,285
|
|
>Pft. With AceHart, need we really ask?
Even the best can make mistakes..
Thumbs up for the tutorial
__________________
"The busiest time is early morning when I go through the general spam of the previous night..." -- AceHart
|

June 8th, 2008, 04:37 PM
|
 |
The Evolved Panda Commandant
|
|
Join Date: Dec 2006
Location: Gotham City, NJ, US
Posts: 4,339
|
|
Wow, finally I get this right. I was always changing Hero - EXP Gained and thought that was requirement, lol.
Thanks a lot!  +rep
|

September 28th, 2008, 08:19 AM
|
 |
Administrator
|
|
Join Date: Mar 2000
Location: H-Town
Posts: 16,390
|
|
5 Star Bump
5 Star Bump!
|

September 28th, 2008, 01:04 PM
|
 |
Junior Member (Am I really helping anyone?)
|
|
Join Date: Jan 2007
Posts: 254
|
|
Well, what can I say?
Quote:
|
You must spread some Reputation around before giving it to AceHart again.
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|