* Removed unnecessary text and fixed a goto in the Hunter Jobquest (bugreport:3014)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13705 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
da39fb587d
commit
f48717a3c0
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2009/04/28
|
2009/04/28
|
||||||
|
* Removed unnecessary text and fixed a goto in the Hunter Jobquest (bugreport:3014) [Playtester]
|
||||||
* A few quest updates due to bugreports [Playtester]
|
* A few quest updates due to bugreports [Playtester]
|
||||||
- added a missing close in the Kiel Hyre Quest (bugreport:2885)
|
- added a missing close in the Kiel Hyre Quest (bugreport:2885)
|
||||||
- added L0ne_W0lf's Cool Event Corp script + a few fixes to it (bugreport:3019)
|
- added L0ne_W0lf's Cool Event Corp script + a few fixes to it (bugreport:3019)
|
||||||
|
@ -219,7 +219,6 @@ hu_in01,386,373,4 script Hunter Guildsman#hnt 727,{
|
|||||||
mes "Well then,";
|
mes "Well then,";
|
||||||
mes "shall we begin?";
|
mes "shall we begin?";
|
||||||
next;
|
next;
|
||||||
L_AskQuestions:
|
|
||||||
if (select("Yes~ Let's start now.:No, I'll be back later.") == 1) {
|
if (select("Yes~ Let's start now.:No, I'll be back later.") == 1) {
|
||||||
mes "[Hunter Sherin]";
|
mes "[Hunter Sherin]";
|
||||||
mes "Listen carefully to the scenarios I describe. When I ask a question, you choose an answer. Pretty simple, don't you think?";
|
mes "Listen carefully to the scenarios I describe. When I ask a question, you choose an answer. Pretty simple, don't you think?";
|
||||||
@ -227,6 +226,7 @@ L_AskQuestions:
|
|||||||
mes "[Hunter Sherin]";
|
mes "[Hunter Sherin]";
|
||||||
mes "I just want to know how you think about life, and why you want to become a Hunter, so there's no need to be nervous.";
|
mes "I just want to know how you think about life, and why you want to become a Hunter, so there's no need to be nervous.";
|
||||||
next;
|
next;
|
||||||
|
L_AskQuestions:
|
||||||
mes "[Hunter Sherin]";
|
mes "[Hunter Sherin]";
|
||||||
mes "Well then,";
|
mes "Well then,";
|
||||||
mes "let's begin.";
|
mes "let's begin.";
|
||||||
@ -410,13 +410,6 @@ L_AskQuestions:
|
|||||||
mes "Welcome back...!";
|
mes "Welcome back...!";
|
||||||
mes "Well, let's start with the interview. This time, carefully think about the answers to each question.";
|
mes "Well, let's start with the interview. This time, carefully think about the answers to each question.";
|
||||||
next;
|
next;
|
||||||
mes "[Hunter Sherin]";
|
|
||||||
mes "Well then,";
|
|
||||||
mes "let's begin.";
|
|
||||||
next;
|
|
||||||
mes "[Hunter Sherin]";
|
|
||||||
mes "You are an Archer, and you don't know where you should go to hunt. What do you do?";
|
|
||||||
next;
|
|
||||||
goto L_AskQuestions;
|
goto L_AskQuestions;
|
||||||
}
|
}
|
||||||
else if (HNTR_Q > 2 && HNTR_Q < 10) {
|
else if (HNTR_Q > 2 && HNTR_Q < 10) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user