diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-07 08:40:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-07 08:40:45 -0300 |
commit | 92c3b2c06be43d67e541d1fc49b475b84b64a80a (patch) | |
tree | eb12e781836b6720fe7026c068a96b5efbbdce7d | |
parent | b0f62e5acf6b9e8d9a8997f8c3028ab29e64cc86 (diff) | |
download | serverdata-92c3b2c06be43d67e541d1fc49b475b84b64a80a.tar.gz serverdata-92c3b2c06be43d67e541d1fc49b475b84b64a80a.tar.bz2 serverdata-92c3b2c06be43d67e541d1fc49b475b84b64a80a.tar.xz serverdata-92c3b2c06be43d67e541d1fc49b475b84b64a80a.zip |
Update Treasure Chest design
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | npc/functions/treasure.txt | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/db/constants.conf b/db/constants.conf index f8b1fb25..4c83ec8c 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4128,6 +4128,7 @@ constants_db: { NPC_FLAG_L: 464 NPC_FLAG_R: 465 NPC_TOICHI: 466 + NPC_TREASURE: 469 NPC_TEST1: 800 NPC_PLAYER: 801 diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 0add1155..7d7a3ca1 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -117,10 +117,10 @@ OnClock1956: } // Lets bring some treasure to The Mana World -008-3-4,0,0,0 duplicate(#chest_001-3-0) #chest_008-3-4 NPC_CHEST -008-3-5,0,0,0 duplicate(#chest_001-3-0) #chest_008-3-5 NPC_CHEST -008-3-6,0,0,0 duplicate(#chest_001-3-0) #chest_008-3-65 NPC_CHEST +008-3-4,0,0,0 duplicate(#chest_001-3-0) #chest_008-3-4 NPC_TREASURE +008-3-5,0,0,0 duplicate(#chest_001-3-0) #chest_008-3-5 NPC_TREASURE +008-3-6,0,0,0 duplicate(#chest_001-3-0) #chest_008-3-65 NPC_TREASURE -012-3-1,0,0,0 duplicate(#chest_001-3-0) #chest_012-3-1 NPC_CHEST -012-3-3,0,0,0 duplicate(#chest_001-3-0) #chest_012-3-3 NPC_CHEST +012-3-1,0,0,0 duplicate(#chest_001-3-0) #chest_012-3-1 NPC_TREASURE +012-3-3,0,0,0 duplicate(#chest_001-3-0) #chest_012-3-3 NPC_TREASURE |