summaryrefslogtreecommitdiff
path: root/npc/cities/gonryun.txt
diff options
context:
space:
mode:
authorMichieru <michieru@0-mail.com>2013-10-24 12:10:43 +0200
committerMichieru <michieru@0-mail.com>2013-10-24 12:10:43 +0200
commite3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch)
tree20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/cities/gonryun.txt
parent491892212d338903179909b89a5bfc2385e52261 (diff)
downloadhercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz
hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2
hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz
hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip
Update to last rAthena npc.
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/cities/gonryun.txt')
-rw-r--r--npc/cities/gonryun.txt22
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]