This commit is contained in:
@@ -200,9 +200,9 @@ func (Controller) OnPlayerFightNpcMonster(data1 *fight.FightNpcMonsterInboundInf
|
||||
if foi.Reason == 0 && foi.WinnerId == p.Info.UserID {
|
||||
|
||||
exp := uint32(xmlres.PetMAP[int(monster.ID)].YieldingExp) * monster.Level / 7
|
||||
addlevel, pookevel := p.CanGetExp()
|
||||
addlevel, poolevel := p.CanGetExp()
|
||||
addexp := uint32(addlevel) * (exp)
|
||||
poolexp := uint32(pookevel) * (exp)
|
||||
poolexp := uint32(poolevel) * (exp)
|
||||
items := &info.S2C_GET_BOSS_MONSTER{
|
||||
//EV: 45,
|
||||
EXP: poolexp,
|
||||
|
||||
Reference in New Issue
Block a user