View Single Post
  #14  
Old 09-16-2010, 04:28 PM
yaeger yaeger is offline
Kobold


Join Date: Jun 2010
Posts: 198
Default

Quote:
Originally Posted by Bumamgar [You must be logged in to view images. Log in or Register.]
I've checked it with debugging repeatedly. In fact what happens is:

Example mob worth 1000 xp.

One person killing one mob gets 1000xp.

Six people killing six mobs get 6600xp (which equates to 1100xp per player before normalization).

If all six players are the same level and are class/race combinations without any XP modifier then all six players will get 1100xp each.

However, if the group is again the same level, but has some penalties etc, it works out like this:

Code:
Race        Class    Per Mob  For Six 
---------   -------  -------  ------- 
Human       Cleric     162       974 
Ogre        Warrior    174      1042 
Halfling    Rogue      142       851 
Erudite     Wizard     180      1083 
Barbarian   Shaman     171      1026 
Half-elf    Ranger     271      1624 
---------   -------  -------  -------
Total                 1100      6600
So except for the Human Cleric and the Halfing Rogue, all members of the group earn more XP for killing 6 mobs while grouped than they did killing one mob solo.

The benefits of solo'ing vs. grouping depend on a lot of factors, but from a raw XP perspective, if the group can consistently kill 6 mobs in the amount of time the solo'er kills one mob, the group will earn faster XP over time.
Basically what happens is that when a mob is killed, the exp value is a pool where the group exp bonuses and zone bonuses are applied. After that it's shared to all the members, those with high penalties getting more exp and those with low penalties getting less exp.

Once each person gets their share of the pie, the racial exp modifier takes some exp (or adds) from their slice.
Last edited by yaeger; 09-16-2010 at 04:38 PM..