diff options
Diffstat (limited to 'npc/jobs/2-2/alchemist.txt')
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 6b274d56f..e1480d0f3 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -22,8 +22,7 @@ //==================================================================================================//
// Registration and First Test
//==================================================================================================//
-alde_alche.gat,27,185,4 script Parmry Gianino 744,
-{
+alde_alche.gat,27,185,4 script Parmry Gianino 744,{
mes "[Parmry Gianino]";
if(Class == 5) goto L_Merc;
if(Class == Job_Alchem) goto L_Alch;
@@ -196,8 +195,7 @@ L_GoChange: //==================================================================================================//
// 2nd Test: Math test :(
//==================================================================================================//
-alde_alche.gat,175,107,4 script Raspuchin Gregory 749,
-{
+alde_alche.gat,175,107,4 script Raspuchin Gregory 749,{
mes "[Raspuchin Gregory]";
if(class == 5) goto L_Merc;
L_Other:
@@ -461,8 +459,7 @@ L_Skip: //==================================================================================================//
// 3rd Test: Mix some medicine
//==================================================================================================//
-alde_alche.gat,13,15,8 script Darwin 750,
-{
+alde_alche.gat,13,15,8 script Darwin 750,{
mes "[Darwin]";
if(class == 5) goto L_Merc;
L_Other:
@@ -686,8 +683,7 @@ L_NotEnuf: //==================================================================================================//
// 4th Test: Learn from Morgenstein
//==================================================================================================//
-alde_alche.gat,79,19,4 script Van Helmont 748,
-{
+alde_alche.gat,79,19,4 script Van Helmont 748,{
mes "[Van Helmont]";
if(class == 5) goto L_Merc;
L_Other:
@@ -853,8 +849,7 @@ L_Done: //==================================================================================================//
// Test 5 & 6: Word Scramble, Help the Baijin Bros.
//==================================================================================================//
-alde_alche.gat,145,19,4 script Nicholas Flamel 57,
-{
+alde_alche.gat,145,19,4 script Nicholas Flamel 57,{
mes "[Nicholas Flamel]";
if(class == 5) goto L_Merc;
L_Other:
@@ -1015,8 +1010,7 @@ L_Done: //==================================================================================================//
// Job Changer
//==================================================================================================//
-alde_alche.gat,101,184,4 script Vincent Carsciallo 122,
-{
+alde_alche.gat,101,184,4 script Vincent Carsciallo 122,{
mes "[Vincent Carsciallo]";
if(Class == 5) goto L_Merc;
if(Class == Job_Alchem) goto L_Alch;
|