View Single Post
  #2  
Old 11-28-2019, 06:12 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Not sure if this helps, but in the source code (zone/exp.cpp)
Code:
float groupmod;
	if (membercount > 1 && membercount < 6)
		groupmod = 1 + .2*(membercount - 1); //2members=1.2exp, 3=1.4, 4=1.6, 5=1.8
__________________
Hanging out at Antonica.World
Reply With Quote