diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-26 15:33:44 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-26 15:33:44 -0200 |
commit | 7c33d9f46270227afdc29c2203b47495463429f2 (patch) | |
tree | a328668b4fc303537eefa085d412226afc4214bf /npc/011-1 | |
parent | 2837174f65d7ab1a749d3ac3ac9d4f8fd88fe4cc (diff) | |
download | serverdata-7c33d9f46270227afdc29c2203b47495463429f2.tar.gz serverdata-7c33d9f46270227afdc29c2203b47495463429f2.tar.bz2 serverdata-7c33d9f46270227afdc29c2203b47495463429f2.tar.xz serverdata-7c33d9f46270227afdc29c2203b47495463429f2.zip |
Ok, random treasure chests works, scatter them on the major dungeons.
Diffstat (limited to 'npc/011-1')
-rw-r--r-- | npc/011-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/011-1/treasure.txt | 9 |
2 files changed, 10 insertions, 0 deletions
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 + |