summaryrefslogtreecommitdiff
path: root/npc/re/warps
diff options
context:
space:
mode:
authorMasao <masao@gmx.ch>2013-05-28 18:24:15 +0200
committerMasao <masao@gmx.ch>2013-05-28 18:24:44 +0200
commit80510a00c928c1da9bf22a01c1f617e744cfe6f5 (patch)
treed001b3a4bbb601d81a7fbe8da35510c208b66f21 /npc/re/warps
parent035213e85a4a62f92b5ff3a32d4db0a6fa0c0593 (diff)
downloadhercules-80510a00c928c1da9bf22a01c1f617e744cfe6f5.tar.gz
hercules-80510a00c928c1da9bf22a01c1f617e744cfe6f5.tar.bz2
hercules-80510a00c928c1da9bf22a01c1f617e744cfe6f5.tar.xz
hercules-80510a00c928c1da9bf22a01c1f617e744cfe6f5.zip
Follow up from my last commit.
- Updated the custom HD Refiner with it's original file. Credits and a big thanks to Euphy. - Restored official authorship of Malaya Port Warps and fixed an minor issue. - Forgot to add an check in episode 13.1 quest. - Removed an not yet ready instance for Malaya Port from the scripts.conf file. Again an big thanks to Euphy for pointing out those issues. Signed-off-by: Masao <masao@gmx.ch>
Diffstat (limited to 'npc/re/warps')
-rw-r--r--npc/re/warps/cities/malaya.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/re/warps/cities/malaya.txt b/npc/re/warps/cities/malaya.txt
index eb558fbbb..d514be91a 100644
--- a/npc/re/warps/cities/malaya.txt
+++ b/npc/re/warps/cities/malaya.txt
@@ -1,15 +1,16 @@
//===== rAthena Script =======================================
-//= Mayala Town Warps
+//= Mayala Port Town Warps
//===== By: ==================================================
-//= Masao
+//= Chilly
//===== Current Version: =====================================
-//= 1.0
+//= 1.0a
//===== Compatible With: =====================================
-//= Hecules
+//= rAthena SVN
//===== Description: =========================================
-//= Warps for Mayala Town.
+//= Warps for Mayala Port Town.
//===== Additional Comments: =================================
-//= 1.0 First Version.
+//= 1.0 First Version [Chilly].
+//= 1.0a Updated the file with new / missing warps [Masao].
//============================================================
malaya,178,211,0 script malaya_inn 45,1,1,{
@@ -66,7 +67,7 @@ malaya,300,211,0 script malaya_house01 45,1,1,{
OnTouch:
if (malaya_hi < 10) {
mes "Door is closed. It seems keeping its eyes on you.";
- close2;
+ close;
}
warp "ma_in01",36,152;
end;