Hercules Elf Bot - Feb 28, 2012 10:35
					
				
				
					Originally posted by [b]Vali[/b]
The daily timer of this quest is not working properly. Here a screenshot with the quest visor + the time using the command @time.
Vali~
				
							 
									
				
					
						Hercules Elf Bot - Feb 29, 2012 22:56
					
				
				
					Originally posted by [b]Eden[/b]
Could you please provide the actual quest.txt file? It's probably an issue with the script.
				
							 
									
				
					
						Hercules Elf Bot - Mar 1, 2012 8:06
					
				
				
					Originally posted by [b]Vali[/b]
https://rathena.svn.sourceforge.net/svnroot/rathena/!svn/bc/15623/trunk/npc/quests/quests_brasilis.txt
[CODE]
// Lost Puppies, Original file: dogdog.sc
//============================================================
brasilis,297,307,5 script Angelo#br 50,{
set .@pongku,checkquest(9032,PLAYTIME);
set .@br1,checkquest(9030);
set .@br2,checkquest(9031);
if (BaseLevel < 40) {
  mes "[Angelo]";
  mes "Pets went out the village~!!";
  mes "Gosh... what can I do... ?";
  close;
}
else {
  if ((.@pongku == 0) || (.@pongku == 1)) {
   mes "[Angelo]";
   mes "The day is not finished yet.";
   mes "You can only help once a day. Hehe.";
   close;
  }
  else {
   if (checkquest(9032) > -1) erasequest 9032;
   if ((.@br1 == 0) || (.@br1 == 1)) {
    mes "[Angelo]";
    mes "My pets are in the field outside of the village.";
    mes "Why did they leave? Please find them.";
    close;
   }
   else {
    if ((.@br2 == 0) || (.@br2 == 1)) {
	 mes "[Angelo]";
	 mes "Oh, thank you. You found all of 3 puppies.";
	 mes "Thanks a lot.";
	 mes "I hope this is useful to you. hoho.";
	 getexp 500000,0;
	 erasequest 9031;
	 setquest 9032;
	 set .@bosang,rand(1,10);
	 if (.@bosang < 5) {
	  specialeffect2 EF_ASSUMPTIO;
	  percentheal 100,100;
	  //ConsumeSpecialItem Yggdrasilberry
	 }
	 else if (.@bosang < 9) {
	  specialeffect2 EF_ASSUMPTIO;
	  //ConsumeSpecialItem Yggdrasilberry
	  percentheal 100,100;
	  getitem 504,2; //White_Potion
	 }
	 else {
	  specialeffect2 EF_ASSUMPTIO;
	  //ConsumeSpecialItem Yggdrasilberry
	  percentheal 100,100;
	  getitem 608,1; //Seed_Of_Yggdrasil
	 }
	 close;
    }
    else {
	 mes "[Angelo]";
	 mes "Are you an adventurer? You came here right on time.";
	 mes "Puppies have been disappearing.";
	 mes "And someone said that they saw them out on the field just outside the village....";
	 next;
	 mes "[Angelo]";
	 mes "It's pretty difficult and dangerous to find 'em.";
	 mes "You have to find ^0000FF3 puppies^000000.";
	 setquest 9030;
	 close;
    }
   }
  }
}
end;
OnInit:
initnpctimer;
end;
OnTimer10000:
stopnpctimer;
donpcevent "Angelo#br::Ongo";
end;
Ongo:
emotion e_gasp;
initnpctimer;
end;
}
[/CODE]
Vali~
				
							 
									
				
					
						Hercules Elf Bot - May 14, 2012 14:19
					
				
				
					Originally posted by [b]Masao[/b]
Anyone can tell if this issue still exists?
				
							 
									
				
					
						Hercules Elf Bot - May 15, 2012 6:41
					
				
				
					Originally posted by [b]Vali[/b]
I'm going to do the quest again and check it.
Vali~
				
							 
									
				
					
						Hercules Elf Bot - May 21, 2012 17:01
					
				
				
					Originally posted by [b]Masao[/b]
Should hopefuly be fixed in [rev=16136] .