making a hero level 2 times faster

cowmenace

New Member
Reaction score
22
what all do I have to change in gameplay constants to make them level twice as fast? there's table and factors and idk what to change =/
 

ludnica

Long gone
Reaction score
61
Or use this?
Trigger:
  • Hero - Make Player 1 (Red) Heroes gain 100.00% experience from future kills

Just pointing out.
 

bOb666777

Stand against the ugly world domination face!
Reaction score
117
You can make a trigger:
Trigger:
  • Hero Exp
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • Hero - Make (Picked player) Heroes gain 200.00% experience from future kills
 

Argos

New Member
Reaction score
7
First, you know how heroes gives xp from non-creeps:

Stormstout Guide said:
The XP a hero gets when he kills a non-creep unit is based on this:

GrantNormalXP=25
F(1) = 25
// f(x) = A*f(x-1) + B*x + C
GrantNormalXPFormulaA=1
GrantNormalXPFormulaB=5
GrantNormalXPFormulaC=5
F(x) = 1 * F(x-1) + 5 * x + 5

So if a level 4 Hero kills a level 7 Creep, how much experience does he get? If the victim were not a Creep F(7) = 190 XP. Since it is a Creep he gets 55% (% cap explained above) of that, or 104 (rounded down).

From http://classic.battle.net/war3/basics/heroes.shtml


So XP depends of lvl of killed unit, not lvl of killing hero, if you set gameplay constants lvl xp to 100% all levels, instead of standard 80%, 70%, 62%, 55%, 0%.


You can set XP rate to 0% and create a new formula to gives XP to all nearby heroes. You can use health and mana max of killed unit, for example

Code:
        level of killed unit x [(health max of killed unit / 10) + (mana max of killed unit / 10)]
XP=  -----------------------------------------------------------------------------------------------
                                               Nearby heroes


So a basic creep level 1 (240 hp, no mana) gives 24 xp (if there are only 1 hero near) and a powerful creep lvl 6 (700 hp, 300 mana) gives 600 xp.

You can use a multiplier like boss (x3) or elite (x2) to add more XP
 

punwisp

New Member
Reaction score
34
why didnt you just ask me? I found if you make the XP constant factor higher, your heros gain xp lot faster

or something along those lines in gameplay constants
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top