Some fixes to Ep.13.1 quests.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14191 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Gepard 2009-12-08 01:32:03 +00:00
parent e441bae997
commit 3765c390c5

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= L0ne_W0lf //= L0ne_W0lf
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.1 //= 1.2
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena SVN //= eAthena SVN
//===== Description: ========================================= //===== Description: =========================================
@ -23,6 +23,7 @@
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= 1.0 First Version. [L0ne_W0lf] //= 1.0 First Version. [L0ne_W0lf]
//= 1.1 I missed an end in one of the lhz guards. [L0ne_W0lf] //= 1.1 I missed an end in one of the lhz guards. [L0ne_W0lf]
//= 1.2 Fixed missing ends, wrong label and some typos [Gepard]
//============================================================ //============================================================
// Onward to the New World // Onward to the New World
@ -6362,7 +6363,7 @@ OnTouch:
mes "Finally, the meeting's starting."; mes "Finally, the meeting's starting.";
mes "You should come in."; mes "You should come in.";
next; next;
donpcevent "Research Official#ep131::OnOfficial#ep131_rhea00"; donpcevent "Research Official#ep131::Onmeet";
mes "[United Research Official]"; mes "[United Research Official]";
mes "So, everyone's here."; mes "So, everyone's here.";
mes "Let us begin our meeting."; mes "Let us begin our meeting.";
@ -6498,7 +6499,8 @@ OnTouch:
next; next;
mes "[Ryosen]"; mes "[Ryosen]";
mes "Whatttttt!? Only a cake????"; mes "Whatttttt!? Only a cake????";
mes "¹Aha, yeah, I just remembered. You people from Schwartzvalt don't ever appreciate food at all, right?"; mes "Aha, yeah, I just remembered. You people from Schwartzvalt don't ever appreciate food at all, right?";
next;
mes "[Ryosen]"; mes "[Ryosen]";
mes "Especially when the food is NOT yours, huh? That's why you people sneak a taste of other people's food like my strawberry cake!!!"; mes "Especially when the food is NOT yours, huh? That's why you people sneak a taste of other people's food like my strawberry cake!!!";
next; next;
@ -8102,6 +8104,7 @@ mid_camp,222,218,3 script Hansenne#ep131_rhea03 931,{
} }
mid_campin,379,123,5 script Ryosen#ep131_rhea05 748,{ mid_campin,379,123,5 script Ryosen#ep131_rhea05 748,{
end;
OnInit: OnInit:
disablenpc "Ryosen#ep131_rhea05"; disablenpc "Ryosen#ep131_rhea05";
end; end;
@ -8122,6 +8125,7 @@ OnTimer300000:
} }
mid_campin,372,123,5 script Hue#ep131_rhea06 868,{ mid_campin,372,123,5 script Hue#ep131_rhea06 868,{
end;
OnInit: OnInit:
disablenpc "Hue#ep131_rhea06"; disablenpc "Hue#ep131_rhea06";
end; end;
@ -8142,6 +8146,7 @@ OnTimer300000:
} }
mid_campin,375,129,5 script Hansenne#ep131_rhea07 931,{ mid_campin,375,129,5 script Hansenne#ep131_rhea07 931,{
end;
OnInit: OnInit:
disablenpc "Hansenne#ep131_rhea07"; disablenpc "Hansenne#ep131_rhea07";
end; end;