summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
authormasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-25 20:51:50 +0000
committermasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-25 20:51:50 +0000
commitca35e19be4ad9c41d817fbf8930d315111681b1b (patch)
tree198c183f6f8d6faff027b99a557746e5d76087c2 /npc/quests
parent3e4c1b68f1d7f23b404d2bc154ea62077aed8713 (diff)
downloadhercules-ca35e19be4ad9c41d817fbf8930d315111681b1b.tar.gz
hercules-ca35e19be4ad9c41d817fbf8930d315111681b1b.tar.bz2
hercules-ca35e19be4ad9c41d817fbf8930d315111681b1b.tar.xz
hercules-ca35e19be4ad9c41d817fbf8930d315111681b1b.zip
- Fixed NPC ID's and Header. Follow up r15278
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15279 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/eden/eden_service.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/quests/eden/eden_service.txt b/npc/quests/eden/eden_service.txt
index feacf0199..3ae4d61ba 100644
--- a/npc/quests/eden/eden_service.txt
+++ b/npc/quests/eden/eden_service.txt
@@ -1,19 +1,20 @@
-//===== rAthena Script =======================================
-// Eden Group - Goods Cabinet
+//===== eAthena Script =======================================
+// Eden Group Quests - Service NPCs
//===== By: ==================================================
-//= Masao
+//= L0ne_W0lf
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
-//= Any rAthena SVN
+//= eAthena 1.0
//===== Description: =========================================
//= [AEGIS Conversion]
-//= Paradise Group storage access.
+//= Paradise Group storage access.
//===== Additional Comments: =================================
//= 1.0 First Version.
+//= 1.1 Replaced 2nd NPC with duplicate function.
//============================================================
-moc_para01,173,120,0 script Goods Cabinet#01::goodsc 139,{
+moc_para01,173,120,0 script Goods Cabinet#01::goodsc 111,{
mes "It is a Goods Storage Cabinet.";
mes "A message is written on a piece of paper.";
@@ -65,4 +66,4 @@ moc_para01,173,120,0 script Goods Cabinet#01::goodsc 139,{
close;
}
-moc_para01,170,120,0 duplicate(goodsc) Goods Cabinet#02 139 \ No newline at end of file
+moc_para01,170,120,0 duplicate(goodsc) Goods Cabinet#02 111 \ No newline at end of file