Ralle
Owner
- Joined
- Oct 6, 2004
- Messages
- 10,183
Description
This will explain how to make units go over level 5 in creeping.
Edit GamePlay Constants
edit this value:
Change the last value '0' to something like 40
The Definition of this Value
this value defines how many experience points the hero will get from killing the creep:
when the hero is level 1, it will get 80%
when the hero is level 2, it will get 70%
when the hero is level 3, it will get 60%
when the hero is level 4, it will get 50%
and then level 5 where it normally says 0% you change it so it still get's experience.
This will explain how to make units go over level 5 in creeping.
Edit GamePlay Constants
edit this value:
Code:
Hero XP Gained - Creep Reduction Table: 80,70,60,50,0
The Definition of this Value
this value defines how many experience points the hero will get from killing the creep:
when the hero is level 1, it will get 80%
when the hero is level 2, it will get 70%
when the hero is level 3, it will get 60%
when the hero is level 4, it will get 50%
and then level 5 where it normally says 0% you change it so it still get's experience.