diff options
Diffstat (limited to 'npc/cities/gonryun.txt')
-rw-r--r-- | npc/cities/gonryun.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/cities/gonryun.txt b/npc/cities/gonryun.txt index 4d2141e00..d58242e2f 100644 --- a/npc/cities/gonryun.txt +++ b/npc/cities/gonryun.txt @@ -1,20 +1,20 @@ //===== Hercules Script ====================================== //= Kunlun Town -//===== By: ================================================== +//===== By: ================================================== //= x[tsk], KarLaeda -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.6 -//===== Description: ========================================= -//= [Aegis Conversion] +//===== Description: ========================================= +//= [Official Conversion] //= Kunlun Town Script -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] -//= Moved Lost Knife mini-quest to quest file. +//= Moved Lost Knife mini-quest to quest file. //= 1.6 Moved Alberta NPC to pre-re/re paths. [Euphy] //============================================================ // Kunlun Transportation -//============================================================ +//============================================================ - script ::Kunlun_Envoy_gonryun -1,{ mes "[Wa Bai Hu]"; mes "Good day~"; @@ -100,7 +100,7 @@ mes "[Wa Bai Hu]"; mes "Thank you, let me guide you there immediately."; close2; - set zeny,zeny-10000; + set Zeny, Zeny-10000; warp "gon_fild01",258,82; end; } @@ -187,7 +187,7 @@ gonryun,153,64,7 script Kunlun Envoy#gon4 776,{ } // Generic Kunlun NPCs -//============================================================ +//============================================================ gonryun,200,82,3 script Jian Chung Xun#gon 774,{ mes "[Jian Chung Xun]"; mes "I simply adore festivals."; @@ -410,9 +410,9 @@ gonryun,169,71,3 script Guidev#gon 770,{ close; } -//============================================================ +//============================================================ // Old changelog -//============================================================ +//============================================================ // May be missing npc's and dialogue. //= 1.1 Fixed Typos [Nexon] //= 1.2 Removed Duplicates [Silent] |