1st class quests. WIP

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8881 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus 2006-09-27 09:32:14 +00:00
parent b9c8958362
commit f4bff7da72
2 changed files with 2 additions and 3 deletions

View File

@ -24,12 +24,11 @@ prt_church.gat,179,15,1 script Priest Praupin 110,{
mes "You're "+strcharinfo(0)+" !"; mes "You're "+strcharinfo(0)+" !";
mes "You've grown so much!"; mes "You've grown so much!";
mes "I'm truly proud of you."; mes "I'm truly proud of you.";
close;
} else { } else {
mes "May you"; mes "May you";
mes "always be blessed..."; mes "always be blessed...";
close;
} }
close;
} }
switch(tu_acolyte01){ switch(tu_acolyte01){
case 0: case 0:

View File

@ -11,7 +11,7 @@
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= 1.0 Fully working //= 1.0 Fully working
//= 1.1 Fixed bugs, optimized [Lupus] //= 1.1 Fixed bugs, optimized [Lupus]
//= TODO: Test, add missinf misceffects //= TODO: Test, add missing misceffects
//============================================================ //============================================================