Hercules Elf Bot - Sep 2, 2012 13:56
					
				
				
					Originally posted by [b]DeePee[/b]
In quests_dicastes.txt there's a little typo at Supply Dept. 1 Manager:
[code]       	 if (checkquest(12161) == -1) {
                mes "So you didn't get any requests yet. Pura will have piles of requests and might give you one. Try meeting him.";
                close;
            } else if (checkquest(12163,PLAYTIME) == 2) {
                mes "I erased all records related with the previous request. Go to meet Pura.";
                que_dic(12117,12118,12119,12120,12121,12122,12123,12124,12125,12126);
                erasequest 12161;
                close; }[/code]
The 12163 should be 12161 of course.
Also, for Cheshire's Call, you receive a Sapha Certification for completing his mission. However, to enter the room, you always have to give a Sapha Certification to the guard. This kind of makes the quest a bit useless. You get a bit of EXP of course but the behaviour seems weird. I don't know how it's supposed to be officially but it's likely to be wrong behaviour.
				
							 
									
				
					
						Hercules Elf Bot - Sep 2, 2012 20:49
					
				
				
					Originally posted by [b]Euphy[/b]
Fixed the typo in [rev=16735]. As for the behavior, I really have no idea...