From 871584e2f90c78fbcf0814fb8f34d8e7f1dddcf7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Mar 2019 18:37:03 -0300 Subject: Ops! If I forget a storage in Lilit players will have my head %%e --- npc/018-5/_import.txt | 1 + npc/018-5/storage.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 npc/018-5/storage.txt (limited to 'npc') diff --git a/npc/018-5/_import.txt b/npc/018-5/_import.txt index 5cfa0f52f..c30754ade 100644 --- a/npc/018-5/_import.txt +++ b/npc/018-5/_import.txt @@ -3,5 +3,6 @@ "npc/018-5/_mobs.txt", "npc/018-5/_warps.txt", "npc/018-5/soul_menhir.txt", +"npc/018-5/storage.txt", "npc/018-5/teleporter.txt", "npc/018-5/town.txt", diff --git a/npc/018-5/storage.txt b/npc/018-5/storage.txt new file mode 100644 index 000000000..c6d1a62e6 --- /dev/null +++ b/npc/018-5/storage.txt @@ -0,0 +1,13 @@ +// TMW-2 Script. +// Author: +// Jesusalva + +018-5,108,44,0 script Storage Fairy NPC_FAIRY_C,{ + Banker(.name$, "Lilit", 50000); + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} -- cgit v1.2.3-60-g2f50