Lumina - Jul 17, 2014 19:46
					
				
				
					This one reported from my players;
Taekwon missions could still refresh even though you've started killing your assigned monster(>0%).
				
							 
									
				
					
						pan - Jul 17, 2014 22:24
					
				
				
					I can't reproduce your issue, do you have any more info regarding how to reproduce it? And actually analysing TK_RANKING code it's not possible to refresh the mission after a mob_id was defined:[code=auto:0]
if (sd->mission_mobid && (sd->mission_count || rnd()%100)) { //Cannot change target when already have one
	clif->mission_info(sd, sd->mission_mobid, sd->mission_count);
	clif->skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0);
	break;
}
[/code]The only way to do that is using /resetstate (atcommand resetstat)