From a035c0d52588e5f30d531e49d8294a9b8583ff49 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 9 Jul 2008 10:35:53 +0000 Subject: * Fixed using wrong variable in some of the novice grounds saves git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12928 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/jobs/novice/novice.txt | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 7b8f2f16e..0076e52e4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/07/09 + * Rev. 12828 Fixed using wrong variable in some of the novice grounds saves. [L0ne_W0lf] 2008/07/08 * Rev. 12925 Various fixes to NPCs, from bugreports. [L0ne_W0lf] - Fixed condition error in old pharmacist. (bugreport:597) diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index 40918999b..0ae15107d 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Dr.Evil & MasterOfMuppets //===== Current Version: ===================================== -//= 1.9 +//= 2.0 //===== Compatible With: ===================================== //= eAthena SVN 3422+(Requires jA Script System) //===== Description: ========================================= @@ -17,6 +17,7 @@ //= 1.9 Fixed problem with Hanson's dialog. (bugreport:1703) [L0ne_W0lf] //= Fixed Entrance Guard clearing vars. (bugreport:1695) //= Added duplicate NPCs to combat training maps. +//= 2.0 Fixed savepoint not being changed sometimes. [L0ne_W0lf] //============================================================ // Bulletin Board @@ -1336,7 +1337,7 @@ new_1-2,118,108,3 script Kafra Employee#nv1 117,{ set nov_3_magician,0; set nov_3_acolyte,0; set nov_3_merchant,0; - savepoint .@dest$,.@saveX,.@saveY; + savepoint .@mapn$,.@saveX,.@saveY; warp .@mapn$,.@warpX,.@warpY; end; } @@ -1399,7 +1400,7 @@ new_1-2,118,108,3 script Kafra Employee#nv1 117,{ set nov_3_magician,0; set nov_3_acolyte,0; set nov_3_merchant,0; - savepoint .@dest$,.@saveX,.@saveY; + savepoint .@mapn$,.@saveX,.@saveY; warp .@mapn$,.@warpX,.@warpY; end; } -- cgit v1.2.3-60-g2f50