diff options
Diffstat (limited to 'npc/jobs/novice')
-rw-r--r-- | npc/jobs/novice/novice.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 7016a1fb2..67e5ce2a6 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Dr.Evil & MasterOfMuppets
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System)
//===== Description: =========================================
@@ -14,6 +14,7 @@ //= to Dr.Evil who did 90% of the work =)
//= 1.0b Temp measure to stop exploits. [Vicious]
//= 1.2 Removed Duplicates [Silent]
+//= 1.3 Removed Duplicates [Toms]
//============================================================
//====================================================================
@@ -2038,7 +2039,7 @@ new_1-2.gat,38,182,4 script Helper 92,{ }
}
-new_1-2.gat,17,182,6 script Helper 84,{
+new_1-2.gat,17,182,6 script Helper#2 84,{
if (!(NEW_MES_FLAG4)) {
mes "[Elmeen]";
mes "Congratulations!";
@@ -2418,7 +2419,7 @@ function script training_personnel3 { return;
}
-new_1-3.gat,95,30,4 script Training Center Employee#01 84,{
+new_1-3.gat,95,30,4 script Training Center Employee::TrainingCenterEmploye#1 84,{
callfunc "training_personnel";
switch( select("I don't want a challenge~","I wanna fight tough monsters!","Cancel.") ) {
case 1: callfunc "training_personnel2"; break;
@@ -2426,7 +2427,7 @@ new_1-3.gat,95,30,4 script Training Center Employee#01 84,{ case 3: callfunc "training_personnel0";
}
}
-new_2-3.gat,95,30,4 script Training Center Employee#02 84,{
+new_2-3.gat,95,30,4 script Training Center Employee::TrainingCenterEmploye#2 84,{
callfunc "training_personnel";
switch( select("I don't want a challenge~","I wanna fight tough monsters!","Cancel.") ) {
case 1: callfunc "training_personnel1"; break;
@@ -2434,7 +2435,7 @@ new_2-3.gat,95,30,4 script Training Center Employee#02 84,{ case 3: callfunc "training_personnel0";
}
}
-new_3-3.gat,95,30,4 script Training Center Employee#03 84,{
+new_3-3.gat,95,30,4 script Training Center Employee::TrainingCenterEmploye#3 84,{
callfunc "training_personnel";
switch( select("I don't want a challenge~","I wanna fight tough monsters!","Cancel.") ) {
case 1: callfunc "training_personnel1"; break;
@@ -2442,7 +2443,7 @@ new_3-3.gat,95,30,4 script Training Center Employee#03 84,{ case 3: callfunc "training_personnel0";
}
}
-new_4-3.gat,95,30,4 script Training Center Employee#04 84,{
+new_4-3.gat,95,30,4 script Training Center Employee::TrainingCenterEmploye#4 84,{
callfunc "training_personnel";
switch( select("I don't want a challenge~","I wanna fight tough monsters!","Cancel.") ) {
case 1: callfunc "training_personnel1"; break;
@@ -2450,7 +2451,7 @@ new_4-3.gat,95,30,4 script Training Center Employee#04 84,{ case 3: callfunc "training_personnel0";
}
}
-new_5-3.gat,95,30,4 script Training Center Employee#05 84,{
+new_5-3.gat,95,30,4 script Training Center Employee::TrainingCenterEmploye#5 84,{
callfunc "training_personnel";
switch( select("I don't want a challenge~","I wanna fight tough monsters!","Cancel.") ) {
case 1: callfunc "training_personnel1"; break;
|