diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 23:56:50 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 23:56:50 +0000 |
commit | 73af54100308f4899b169881effeb6fe469c43d4 (patch) | |
tree | 823c8c4238318a1a8f1ca11684a7c4b63ad2dda3 | |
parent | 2d7d9fc43fde3605f7c0b2c7eeae86b544440a07 (diff) | |
download | hercules-73af54100308f4899b169881effeb6fe469c43d4.tar.gz hercules-73af54100308f4899b169881effeb6fe469c43d4.tar.bz2 hercules-73af54100308f4899b169881effeb6fe469c43d4.tar.xz hercules-73af54100308f4899b169881effeb6fe469c43d4.zip |
Small fix in npc/cities/jawaii.txt and added a simple NPC in my devel folder to aid NPC scripters dealing with variables
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6866 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/cities/jawaii.txt | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 15b000c6c..4ef2a5ec6 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -32,6 +32,7 @@ Evera Date Added
======
05/30
+ * Fixed Jawaii Classic Suite NPC warping directly ontop of a warp [Evera]
* Fixed the Umbala Skeleton Gate thanks to LightFighter and Naf- [Playtester]
* Implemented the Lighthalzen guides, added some missing warps [MasterOfMuppets]
and a tool dealer.
diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index 8f7245001..4b5101e40 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -4,7 +4,7 @@ //= jAthena (1.0)
//= DNett123 (1.1 - 1.5)
//===== Current Version: =====================================
-//= 2.01
+//= 2.02
//===== Compatible With: =====================================
//= Latest eAthena SVN
//===== Description: =========================================
@@ -22,6 +22,7 @@ //= 1.8 - Removed monster spawns, added aegis ep 8.5 spawns to npc/mobs/fields/jawaii.txt [MasterOfMuppets]
//= 2.0 - Updated the npcs according to iRO [MasterOfMuppets]
//= 2.01 fixed missing @ at randomdrink, thanks to theultramage [Lupus]
+//= 2.02 - Fixed Classic Suite NPC warping directly above a warp [Evera]
//============================================================
//===== Shop: ================================================
@@ -106,7 +107,7 @@ jawaii.gat,108,199,5 script Attendant#Classic_Suite 74,{ mes "Please enjoy your stay.";
close2;
set Zeny,Zeny - 1000;
- warp "jawaii_in.gat",132,107;
+ warp "jawaii_in.gat",130,109;
end;
}
else
|