diff options
Diffstat (limited to 'npc/jobs/novice/novice.txt')
-rw-r--r-- | npc/jobs/novice/novice.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index c5b143ac7..71c25f185 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Dr.Evil & MasterOfMuppets //===== Current Version: ===================================== -//= 2.1 +//= 2.2 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -19,6 +19,7 @@ //= Added duplicate NPCs to combat training maps. //= 2.0 Fixed savepoint not being changed sometimes. [L0ne_W0lf] //= 2.1 Corrected spacing issue in welcome message. [L0ne_W0lf] +//= 2.2 Corrected Leo's endless dialog. [L0ne_W0lf] //============================================================ // Bulletin Board @@ -2088,8 +2089,9 @@ new_1-2,184,172,1 script Understandings of Skills 47,{ mes "as you are cute~!"; mes "I, Leo, am very impressed."; next; - break; + set .@end,1; } + if (.@end) break; } mes "[Leo Handerson]"; mes "Do you wish to"; |