diff options
Diffstat (limited to 'npc/quests/first_class')
-rw-r--r-- | npc/quests/first_class/tu_acolyte.txt | 12 | ||||
-rw-r--r-- | npc/quests/first_class/tu_archer.txt | 4 | ||||
-rw-r--r-- | npc/quests/first_class/tu_magician01.txt | 2 | ||||
-rw-r--r-- | npc/quests/first_class/tu_merchant.txt | 8 |
4 files changed, 13 insertions, 13 deletions
diff --git a/npc/quests/first_class/tu_acolyte.txt b/npc/quests/first_class/tu_acolyte.txt index c788462bd..854b0a26a 100644 --- a/npc/quests/first_class/tu_acolyte.txt +++ b/npc/quests/first_class/tu_acolyte.txt @@ -247,7 +247,7 @@ prt_monk,230,106,3 script Asthe#tu 1_F_PRIEST,{ mes "is the most necessary"; mes "skill for an Acolyte?"; next; - switch(select("Heal:Aqua Benedicta:Teleport")){ + switch(select("Heal:Aqua Benedicta:Teleport")){ case 1: mes "[Asthe]"; mes "Ah, yes."; @@ -399,7 +399,7 @@ prt_monk,230,106,3 script Asthe#tu 1_F_PRIEST,{ next; mes "[Asthe]"; mes "But you must have forgotten the Mace I've lent you. Would you bring it back so that I can return it to the church?"; - close; + close; } } mes "Are you having"; @@ -1110,7 +1110,7 @@ prt_monk,226,257,6 script Ill Girl#tu 4_F_04,{ mes "^3355FFNothing happened."; mes "It doesn't look like"; mes "that skill will work.^000000"; - close; + close; break; case 2: if(getskilllv("AL_BLESSING") > 0){ @@ -1422,7 +1422,7 @@ prt_monk,153,210,3 script Cleope Verce 4_F_SISTER,{ if(BaseJob != Job_Acolyte){ if (JobLevel < 40) { if (BaseLevel < 26) { - mes "Oh my.. "; + mes "Oh my.. "; mes "A newbie Acolyte?"; mes "It doesn't even seem"; mes "like you've learned"; @@ -1464,7 +1464,7 @@ prt_monk,153,210,3 script Cleope Verce 4_F_SISTER,{ mes "Rookie."; close; } else if(BaseLevel < 36){ - mes "Oh my.. "; + mes "Oh my.. "; mes "A young Acolyte?"; mes "You seem to have just"; mes "started learning your skills?"; @@ -1515,7 +1515,7 @@ prt_monk,153,210,3 script Cleope Verce 4_F_SISTER,{ mes "young friend."; close; } else if(BaseLevel < 46){ - mes "Well, well, well~"; + mes "Well, well, well~"; mes "Hello, young Acolyte."; mes "You're still kind of"; mes "green, but I guess you're"; diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt index 09f758959..5e5344271 100644 --- a/npc/quests/first_class/tu_archer.txt +++ b/npc/quests/first_class/tu_archer.txt @@ -1242,7 +1242,7 @@ pay_arche,84,139,3 script Seisner 4_F_JOB_HUNTER,{ mes "[Seisner]"; mes "Hunters can ultimately transcend into ^3131FFSnipers^000000, Bards into ^3131FFMinstrels^000000, and Dancers into ^3131FFGypsies^000000. I know that's pretty complex."; if(tu_archer01 == 1) set tu_archer01, 2; - next; + next; break; case 2: mes "[Seisner]"; @@ -1911,7 +1911,7 @@ prt_castle,76,165,6 script Minister#tu 1_M_JOBTESTER,{ next; mes "[Minister]"; mes "As a holy servant, I'm sure that you'll find plenty of other people who have need of your help and abilities outside of the palace."; - } + } close; } diff --git a/npc/quests/first_class/tu_magician01.txt b/npc/quests/first_class/tu_magician01.txt index dc43a7852..01df38855 100644 --- a/npc/quests/first_class/tu_magician01.txt +++ b/npc/quests/first_class/tu_magician01.txt @@ -701,7 +701,7 @@ geffen,67,180,4 script New Mage Manager#M 8_F,{ if(.@skill_e6) getexp 300,100; if(.@skill_e7) getexp 300,100; close; - default: + default: break; } } diff --git a/npc/quests/first_class/tu_merchant.txt b/npc/quests/first_class/tu_merchant.txt index b760831df..3acd91860 100644 --- a/npc/quests/first_class/tu_merchant.txt +++ b/npc/quests/first_class/tu_merchant.txt @@ -579,7 +579,7 @@ alberta_in,70,51,5 script Guarnien 4W_M_02,{ mes "I'll talk about the Mammonite skill. For now, let me take a little bit of a break from all of this arduous lecture. ^666666*Whew!*^000000"; close; } - } else { + } else { mes "No? That's fine."; mes "But I can't teach you"; mes "much more if you can't grasp these simple basics, so hurry and learn those skills, okay?"; @@ -861,7 +861,7 @@ prontera,93,330,3 script Kellion 4W_M_01,{ mes "...Huh?"; mes "You better put some of your stuff in Kafra Storage, you can't carry much else!"; close; - } else { + } else { Zeny -= 340; set tu_merchant, 10; getitem 569,10; //Novice_Potion @@ -900,7 +900,7 @@ prontera,93,330,3 script Kellion 4W_M_01,{ mes "...Huh?"; mes "You better put some of your stuff in Kafra Storage, you can't carry much else!"; close; - } else { + } else { Zeny -= 390; set tu_merchant, 9; getitem 501,10; //Red_Potion @@ -939,7 +939,7 @@ prontera,93,330,3 script Kellion 4W_M_01,{ mes "...Huh?"; mes "You better put some of your stuff in Kafra Storage, you can't carry much else!"; close; - } else { + } else { Zeny -= 400; set tu_merchant, 10; getitem 501,10; //Red_Potion |