- 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
This commit is contained in:
parent
db36a45eda
commit
d04a0271b6
@ -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
|
||||
moc_para01,170,120,0 duplicate(goodsc) Goods Cabinet#02 111
|
Loading…
x
Reference in New Issue
Block a user