From ea1a321438e75b66b3fc8148b6eaa41d049761dd Mon Sep 17 00:00:00 2001 From: euphyy Date: Mon, 24 Dec 2012 17:30:14 +0000 Subject: > Pre-Renewal fixes, major credits to Deep Forest for his detailed reports: * Separated Renewal Alberta features with checkre() and new files, follow-up r16125 (bugreport:7041). * Moved remaining Renewal shops out of pre-Renewal file, follow-up r16138 / r16104 (bugreport:7042). * Moved Renewal refining features to a separate file, and made some changes, follow-up r16126 (bugreport:7043). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17042 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/amatsu.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'npc/cities/amatsu.txt') diff --git a/npc/cities/amatsu.txt b/npc/cities/amatsu.txt index 08ec8748a..1458815c7 100644 --- a/npc/cities/amatsu.txt +++ b/npc/cities/amatsu.txt @@ -1,9 +1,9 @@ //===== rAthena Script ======================================= -//= Amatsu Script +//= Amatsu Town //===== By: ================================================== -//= Some people & rAthena Dev Team +//= rAthena Dev Team //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -12,11 +12,12 @@ //===== Additional Comments: ================================= //= 1.3 Rescripted to Aegis 10.3 Standards. [L0ne_W0lf] //= Moved elemental stone trader to 'elemental_trader.txt' +//= 1.4 Moved Alberta NPC to pre-re/re paths. [Euphy] //============================================================ // Amatsu Transportation //===================================================== -alberta,246,74,3 script Sea Captain#ama1 709,{ +- script ::Sea_Captain_amatsu -1,{ mes "[Walter Moers]"; mes "Hey, there."; mes "Have you ever heard that there"; @@ -136,7 +137,10 @@ amatsu,194,79,5 script Sea Captain#ama2 709,{ mes "so many things to talk about,"; mes "right? All aboard now."; close2; - warp "alberta",244,72; + if (checkre(0)) + warp "alberta",244,72; + else + warp "alberta",243,91; end; } mes "[Walter Moers]"; -- cgit v1.2.3-70-g09d2