Jump to content
  • 0
Mccloud

Achievement killcount share with party

Question

Hello guys, i have a problem with killing achievements... regardless of being in a party, the killcount only goes to player that gave the final blow...

Does anyone know a way to fix this?

I would like the killcount to register for all members, regardless of who gave the final blow...

Thanks for attention

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I'm not sure how the "AG_BATTLE" achievement group works, but looking at the source, I found this:

mob.c

			if (sd->status.party_id)
				map_foreachinallrange(quest_update_objective_sub, &md->bl, AREA_SIZE, BL_PC, sd->status.party_id, md->mob_id);
			else if (sd->avail_quests)
				quest_update_objective(sd, md->mob_id);

			if (achievement_db.mobexists(md->mob_id))
				achievement_update_objective(sd, AG_BATTLE, 1, md->mob_id);

			if (sd->md && src && src->type == BL_MER && mob_db(md->mob_id)->lv > sd->status.base_level / 2)
				mercenary_kills(sd->md);

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.