diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/jobs/novice/supernovice.txt | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2 hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip |
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/novice/supernovice.txt')
-rw-r--r-- | npc/jobs/novice/supernovice.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index 5212254b6..7309f3b4d 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -22,7 +22,7 @@ // -- Jobchanger -- -aldeba_in.gat,223,167,3 script Tozel 709,{ +aldeba_in,223,167,3 script Tozel 709,{ if(SUPNOV_Q == 1) goto L_Start2; if(BaseJob == Job_SuperNovice) goto L_Twice; if(BaseJob != Job_Novice || Upper==1) goto L_Otherjob; @@ -179,7 +179,7 @@ L_Otherjob: } // -- Totaly Useless :) -- -aldeba_in.gat,216,169,5 script Serei 86,{ +aldeba_in,216,169,5 script Serei 86,{ if(BaseJob == Job_SuperNovice) goto L_Supernovice; if(BaseJob != Job_Novice) goto L_Otherjob; mes "[Serei]"; @@ -216,7 +216,7 @@ L_Otherjob: // -- Car Rental -- -aldebaran.gat,54,238,5 script Kafra::kaf_sn 117,{ +aldebaran,54,238,5 script Kafra::kaf_sn 117,{ if(BaseJob != Job_SuperNovice) goto L_Otherjob; if(checkcart() == 1) goto L_GotCart; mes "[Kafra]"; @@ -276,4 +276,4 @@ L_Otherjob: mes "I'm sorry, but I'm not taking customers right now."; mes "Please try asking the other Kafra staff for assistance."; close; -} +}
\ No newline at end of file |