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/gonryun.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'npc/cities/gonryun.txt') diff --git a/npc/cities/gonryun.txt b/npc/cities/gonryun.txt index 937fe0413..b3e6b7dda 100644 --- a/npc/cities/gonryun.txt +++ b/npc/cities/gonryun.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= x[tsk], KarLaeda //===== Current Version: ===================================== -//= 1.4 +//= 1.6 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -12,11 +12,12 @@ //===== Additional Comments: ================================= //= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= Moved Lost Knife mini-quest to quest file. +//= 1.6 Moved Alberta NPC to pre-re/re paths. [Euphy] //============================================================ // Kunlun Transportation //============================================================ -alberta,246,62,3 script Kunlun Envoy#gon 776,{ +- script ::Kunlun_Envoy_gonryun -1,{ mes "[Wa Bai Hu]"; mes "Good day~"; mes "Let me invite you all"; @@ -143,7 +144,10 @@ gon_fild01,255,79,7 script Kunlun Envoy#gon2 776,{ mes "back. Now, let me guide you"; mes "back to Alberta."; close2; - warp "alberta",244,60; + if (checkre(0)) + warp "alberta",244,60; + else + warp "alberta",243,67; end; } mes "[Wa Bai Hu]"; -- cgit v1.2.3-60-g2f50