diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-08 19:54:07 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-08 19:54:07 +0000 |
commit | b14a29b01e52692e95fcabfc387e9300a8f98845 (patch) | |
tree | 683eba5a917617949a13ded5ff2ccba626171d89 /npc/jobs/novice/novice.txt | |
parent | 75e25456f77add4d6b38980f43fa1d0fca060d50 (diff) | |
download | hercules-b14a29b01e52692e95fcabfc387e9300a8f98845.tar.gz hercules-b14a29b01e52692e95fcabfc387e9300a8f98845.tar.bz2 hercules-b14a29b01e52692e95fcabfc387e9300a8f98845.tar.xz hercules-b14a29b01e52692e95fcabfc387e9300a8f98845.zip |
* Slew up NPC bug fixes and other updates.
- Corrected item checking in Dancer job quest. (buggreport:1987)
- Fixed infinite dialog in novice grounds. (buggreport:1998)
- Fixed overlapping warps in ice dungeon. (buggreport:2009)
- Corrected super novice script checks. (buggreport:2016)
- Corrected bug in alchemist dealer. (bugreport:2020)
- Commented out message board NPCs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13052 54d463be-8e91-2dee-dedb-b68131a5f0ec
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"; |