diff options
author | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-11 13:29:10 +0000 |
---|---|---|
committer | shadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-11 13:29:10 +0000 |
commit | 1ccdb96ba460ebcad114bf896f543539231a2c36 (patch) | |
tree | 1c19f6754f8aace36bf5ddc704bb04566c8a5fcb /npc/jobs/novice | |
parent | e7df055314ac33abcb16f6ae64e16807468ac03f (diff) | |
download | hercules-1ccdb96ba460ebcad114bf896f543539231a2c36.tar.gz hercules-1ccdb96ba460ebcad114bf896f543539231a2c36.tar.bz2 hercules-1ccdb96ba460ebcad114bf896f543539231a2c36.tar.xz hercules-1ccdb96ba460ebcad114bf896f543539231a2c36.zip |
Removed the spaces before every checker and some msgs...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@127 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/novice')
-rw-r--r-- | npc/jobs/novice/supernovice.txt | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index 873025fcd..82ecda020 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -32,8 +32,8 @@ aldeba_in.gat,223,167,3 script Tozel 709,{ mes "How does that sound?";
next;
menu "I'm sold!",-,"Super Novice is Super Stupid",L_Stupid,"Well, to make an informed choice...",L_Well;
- if(JobLevel < 10) goto L_LowSkill;
- if(BaseLevel < 45) goto L_Lowlevel;
+ if(JobLevel < 10) goto L_LowSkill;
+ if(BaseLevel < 45) goto L_Lowlevel;
if(SkillPoint != 0) goto L_StillSk;
mes "[Tozel]";
mes "Wonderful!";
@@ -86,8 +86,8 @@ L_Well: close;
L_Start2:
- if(countitem(938) < 30) goto L_ItemError;
- if(countitem(907) < 30) goto L_ItemError;
+ if(countitem(938) < 30) goto L_ItemError;
+ if(countitem(907) < 30) goto L_ItemError;
mes "[Tozel]";
mes "Well, your performance seems to be uh...common, but that's good enough for us!";
mes "Welcome to the Novice Guild!";
@@ -100,10 +100,10 @@ L_Start2: mes "- Tozel's uncommon demeanor catches you off guard, -";
mes "- leaving you speechless! -";
next;
- jobchange 23;
- delitem 938,30;
- delitem 907,30;
- getitem 2339,1;
+ jobchange 23;
+ delitem 938,30;
+ delitem 907,30;
+ getitem 2339,1;
mes "[Tozel]";
mes "Hahahah! Were you surprised?!";
mes "Just because we're common people doesn't mean we can't be misfits sometimes!";
@@ -114,7 +114,7 @@ L_Start2: mes "[Tozel]";
mes "Now you're a part of Kima's legacy!";
mes "Please continue his good (but common) name.";
- set job_snovice,2;
+ set job_snovice,2;
close;
L_LowSkill:
@@ -143,7 +143,7 @@ L_ItemError: mes "[Tozel]";
mes "You need to find thirty each of";
mes "^FF0000 Sticky Muscus^000000 and";
- mes "^FF0000 Resin^000000.";
+ mes "^FF0000 Resin^000000.";
close;
L_Twice:
@@ -156,7 +156,6 @@ L_Twice: mes "Go, then, and live a common and unexceptional life, in order to bring respect to our guild.";
close;
L_Otherjob:
-
mes "[Tozel]";
mes "Hey! You're not a man of common heritage!";
mes "I'm Tozel, the master of the Novice Guild.";
@@ -173,8 +172,8 @@ L_Otherjob: // -- Totaly Useless :) --
aldeba_in.gat,216,169,5 script Serei 86,{
- if(Class == 23) goto L_Supernovice;
- if(Class != 0) goto L_Otherjob;
+ if(Class == 23) goto L_Supernovice;
+ if(Class != 0) goto L_Otherjob;
mes "[Serei]";
mes "You're pretty common.";
mes "A common man should live a happy life.";
@@ -210,8 +209,8 @@ L_Otherjob: // -- Car Rental --
aldebaran.gat,54,238,5 script Kafra 117,{
- if(Class != 23) goto L_Otherjob;
- if(checkcart(0) == 1) goto L_GotCart;
+ if(Class != 23) goto L_Otherjob;
+ if(checkcart(0) == 1) goto L_GotCart;
mes "[Kafra]";
mes "Oh, a Super Novice!";
mes "You're annoyed that the other Kafras won't lend you a cart?";
@@ -231,7 +230,6 @@ aldebaran.gat,54,238,5 script Kafra 117,{ mes "Do you want me to lend you a cart?";
next;
menu "Lend me a cart",-,"Not Necessary",L_End;
-
mes "[Kafra]";
mes "Since I'm secretly lending you a cart,";
mes "I can't ensure you have the Push Cart skill.";
@@ -240,7 +238,7 @@ aldebaran.gat,54,238,5 script Kafra 117,{ next;
menu "I heard you the first time!",-,"Uhhh...wait a minute...",L_End;
if(Zeny < 1900) goto L_Error;
- set Zeny,Zeny-1900;
+ set Zeny,Zeny-1900;
if(getskilllv(39)==0) goto L_End;
setcart;
mes "[Kafra]";
|