diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-24 17:30:14 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-24 17:30:14 +0000 |
commit | ea1a321438e75b66b3fc8148b6eaa41d049761dd (patch) | |
tree | 80dfac0c03ba915146e52cf10fe91c4b5558da9f /npc/cities/ayothaya.txt | |
parent | 90e5648a7865e72846c9a41754c4f71e89a1739d (diff) | |
download | hercules-ea1a321438e75b66b3fc8148b6eaa41d049761dd.tar.gz hercules-ea1a321438e75b66b3fc8148b6eaa41d049761dd.tar.bz2 hercules-ea1a321438e75b66b3fc8148b6eaa41d049761dd.tar.xz hercules-ea1a321438e75b66b3fc8148b6eaa41d049761dd.zip |
> 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
Diffstat (limited to 'npc/cities/ayothaya.txt')
-rw-r--r-- | npc/cities/ayothaya.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/cities/ayothaya.txt b/npc/cities/ayothaya.txt index 19a9df081..abba76866 100644 --- a/npc/cities/ayothaya.txt +++ b/npc/cities/ayothaya.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= MasterOfMuppets //===== Current Version: ===================================== -//= 1.7 +//= 1.8 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -12,11 +12,12 @@ //===== Additional Comments: ================================= //= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 1.7 Fixed character's anme bugs [Lupus] +//= 1.8 Moved Alberta NPC to pre-re/re paths. [Euphy] //============================================================ // Ayothaya Transportation NPC //============================================================ -alberta,246,29,3 script Aibakthing#ayo 843,{ +- script ::Aibakthing_ayothaya -1,{ mes "[Aibakthing]"; mes "Hoo! Hah! Hoo! Hah!"; mes "Let me take you away to"; @@ -91,7 +92,10 @@ ayothaya,152,68,1 script Aibakthing#ayo2 843,{ mes "[Aibakthing]"; mes "You will be welcome to come back whenever you please. I hope that we will see each other again sometime soon. Thank you~"; close2; - warp "alberta",238,22; + if (checkre(0)) + warp "alberta",238,22; + else + warp "alberta",235,45; end; } mes "[Aibakthing]"; |