 Issue Information
Issue Information
				- 
						
						#008268 
- 
								
								
								0 - None Assigned 
- 
								
								
								Unable To Reproduce 
 Issue Confirmations
Issue Confirmations
					- 
							Yes (0)No (0)
								
									
								
									
								
									
								
								This one reported from my players;
Taekwon missions could still refresh even though you've started killing your assigned monster(>0%).
							
							Taekwon missions could still refresh even though you've started killing your assigned monster(>0%).
												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:
												
											
										
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;
}
The only way to do that is using /resetstate (atcommand resetstat)
												
												

 1
 1 
					

 
								
							









