From 73af54100308f4899b169881effeb6fe469c43d4 Mon Sep 17 00:00:00 2001 From: evera Date: Tue, 30 May 2006 23:56:50 +0000 Subject: 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 --- npc/Changelog.txt | 1 + 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 -- cgit v1.2.3-70-g09d2