diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-19 05:12:30 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-19 05:12:30 +0000 |
commit | 6de5cb578078dfafbf1da489712304f43144bd7d (patch) | |
tree | 0b311cd7242f2317fd771de21a52e066c449fc8c /npc/quests/quests_ein.txt | |
parent | c116ea51790a6d42280cf599192614dc373cf91d (diff) | |
download | hercules-6de5cb578078dfafbf1da489712304f43144bd7d.tar.gz hercules-6de5cb578078dfafbf1da489712304f43144bd7d.tar.bz2 hercules-6de5cb578078dfafbf1da489712304f43144bd7d.tar.xz hercules-6de5cb578078dfafbf1da489712304f43144bd7d.zip |
Applied security patches. PLEASE CHECK THEM ALL.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9260 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_ein.txt')
-rw-r--r-- | npc/quests/quests_ein.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt index 7d0421bc7..75eedb1e1 100644 --- a/npc/quests/quests_ein.txt +++ b/npc/quests/quests_ein.txt @@ -213,6 +213,8 @@ ein_in01.gat,231,163,1 script Sick Old Man 849,6,6,{ mes "you'll figure something out.";
set Shinokas_Quest,7;
close;
+ default:
+ end;
}
}
}
@@ -341,6 +343,8 @@ ein_in01.gat,231,163,1 script Sick Old Man 849,6,6,{ if(@shinqst2)set @shinqst2,0;
next;
break;
+ default:
+ end;
}
}
@@ -590,11 +594,14 @@ einbroch.gat,51,52,1 script lab_warp 45,2,2{ mes "the security system";
mes "will initiate lockout.";
close;
+ case 255:
case 3: //cancel
mes "[Security System]";
mes "You have canceled";
mes "the ID security check.";
close;
+ default:
+ end;
}
//ID check:
mes "[Security System]";
@@ -763,7 +770,7 @@ ein_in01.gat,254,35,1 script Scientist 749,{ mes "..............";
mes "*Grumble grumble*";
next;
- if(select("What's wrong?:Catch you later.")==2){
+ if(select("What's wrong?:Catch you later.")!=1){
mes "[Scientist]";
mes "Right.";
mes "Yeah.";
@@ -942,7 +949,7 @@ L_Apples: mes "Hahaha! Th-thank you~";
mes "^111111*Hic-hic-hiccup!*^000000";
next;
- if(select("So what was that about Ymir's Heart?:Hehe, you're welcome.")==2){
+ if(select("So what was that about Ymir's Heart?:Hehe, you're welcome.")!=1){
mes "[Drunken Man]";
mes "Hahahaha!";
mes "You're great!";
|