From d04a0271b60192a6341fc617c26b7dbd24986740 Mon Sep 17 00:00:00 2001 From: masao87 Date: Sun, 25 Dec 2011 20:51:50 +0000 Subject: [PATCH] - Fixed NPC ID's and Header. Follow up r15278 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15279 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/eden/eden_service.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/npc/quests/eden/eden_service.txt b/npc/quests/eden/eden_service.txt index feacf01995..3ae4d61ba7 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