From 7c33d9f46270227afdc29c2203b47495463429f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 26 Jan 2019 15:33:44 -0200 Subject: Ok, random treasure chests works, scatter them on the major dungeons. --- npc/011-1/_import.txt | 1 + npc/011-1/treasure.txt | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 npc/011-1/treasure.txt (limited to 'npc/011-1') diff --git a/npc/011-1/_import.txt b/npc/011-1/_import.txt index 2545a2de2..258abb6da 100644 --- a/npc/011-1/_import.txt +++ b/npc/011-1/_import.txt @@ -3,3 +3,4 @@ "npc/011-1/_mobs.txt", "npc/011-1/_warps.txt", "npc/011-1/manastone.txt", +"npc/011-1/treasure.txt", diff --git a/npc/011-1/treasure.txt b/npc/011-1/treasure.txt new file mode 100644 index 000000000..8b2eb8e0b --- /dev/null +++ b/npc/011-1/treasure.txt @@ -0,0 +1,9 @@ +// TMW2 Script + +// (Random) Treasure Chest +// Authored by Jesusalva +// Regenerates every 6 hours + +011-1,0,0,0 duplicate(#chest_00710) #chest_01110 NPC_CHEST +011-1,0,0,0 duplicate(#chest_00710) #chest_01111 NPC_CHEST + -- cgit v1.2.3-70-g09d2