diff options
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/1-1e/ninja.txt | 1 | ||||
-rw-r--r-- | npc/jobs/2-1e/StarGladiator.txt | 3 | ||||
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 1 | ||||
-rw-r--r-- | npc/jobs/2-2e/SoulLinker.txt | 1 |
4 files changed, 5 insertions, 1 deletions
diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index 0d8cdb8a3..03719e0be 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -35,6 +35,7 @@ N_Question: if(@qnumber==2) goto N_Q2;
if(@qnumber==3) goto N_Q3;
mes "Where can you find a Poison Toad?";
+ next;
menu "Amatsu Field",N_C,"Louyang Field",N_W,"Prontera Field",N_W,"Einbroch Field",N_W;
N_Q1:
mes "Which of these places does not have its own fields?";
diff --git a/npc/jobs/2-1e/StarGladiator.txt b/npc/jobs/2-1e/StarGladiator.txt index 94ba6d3c7..66b3f2ae7 100644 --- a/npc/jobs/2-1e/StarGladiator.txt +++ b/npc/jobs/2-1e/StarGladiator.txt @@ -27,6 +27,7 @@ L_Taekwon: mes "Oooh, a Taekwon!";
mes "I don't see many of those around.";
mes "I don't suppose you're interested in becoming even stronger?";
+ next;
menu "Oh..?",-,"No, not really.",L_No;
mes "[MooHyun]";
@@ -235,7 +236,7 @@ L_Talk3: mes "I am here to teach you about";
mes "the multiple energies that";
mes "come from the stars.";
- //goto L_Itemcheck;
+ next;
L_Itemcheck:
if(countitem(1000) < 1 || countitem(1001) < 1) goto L_Noitem3;
diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index c4cc76767..fa3ef1b40 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -116,6 +116,7 @@ Larcher: mes "[Aire]";
mes "So what do you say?";
mes "Are you proposing you become a dancer? or will you be leaving like many before you.";
+ next;
menu "Fill in the form",L1,"Leave",-;
mes "[Aire]";
mes "If you do reconsider please return to me.";
diff --git a/npc/jobs/2-2e/SoulLinker.txt b/npc/jobs/2-2e/SoulLinker.txt index 7ea98e4b6..a5186c4a3 100644 --- a/npc/jobs/2-2e/SoulLinker.txt +++ b/npc/jobs/2-2e/SoulLinker.txt @@ -37,6 +37,7 @@ L_Taekwon: mes "[Little Boy]";
mes "Excuse me. *sniff*";
mes "I don't suppose you couldvhelp me?";
+ next;
menu "Go on...",L_Goon,"No, I'm busy.",L_No;
L_No:
|