Andrewp30
Member!
- Joined
- Jul 25, 2005
- Messages
- 157
- Reaction score
- 0
Monster Difficulty and Experience in Multiplayer games
In multiplayer, when a Monster is created, it checks to see how many players are in the game. The Monster's Hit Points are multiplied the number of players in the game: (Life = Hit Points * Number of Players in the Game). The Monster's Base Experience will be determined by the following formula:
Experience = X * (n + 1) / 2
X = base experience
n = # of players in the game
This will determine the base experience of a Monster.
taken from http://www.battle.net/diablo2exp/monsters/basics.shtml
In multiplayer, when a Monster is created, it checks to see how many players are in the game. The Monster's Hit Points are multiplied the number of players in the game: (Life = Hit Points * Number of Players in the Game). The Monster's Base Experience will be determined by the following formula:
Experience = X * (n + 1) / 2
X = base experience
n = # of players in the game
This will determine the base experience of a Monster.
taken from http://www.battle.net/diablo2exp/monsters/basics.shtml