From f27a4d9318cd6250ee7153f5b41c3e759edc7b26 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Feb 2019 13:57:13 -0300 Subject: 003-2-1 Leave Complaints Depto (also known as: @demure Office) What would happen if Demure was a bot programmed by @Crazyfefe ? Well, now we know the answer. --- npc/003-2-1/_import.txt | 5 ++++- npc/003-2-1/_mobs.txt | 3 +++ npc/003-2-1/_warps.txt | 6 ++---- npc/003-2-1/demure.txt | 30 ++++++++++++++++++++++++++++++ npc/003-2-1/mapflags.txt | 1 + 5 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 npc/003-2-1/_mobs.txt create mode 100644 npc/003-2-1/demure.txt create mode 100644 npc/003-2-1/mapflags.txt (limited to 'npc/003-2-1') diff --git a/npc/003-2-1/_import.txt b/npc/003-2-1/_import.txt index 4e3c5e472..a23c26c01 100644 --- a/npc/003-2-1/_import.txt +++ b/npc/003-2-1/_import.txt @@ -1,3 +1,6 @@ -// Map 003-2-1: First Deck +// Map 003-2-1: #Leave-Complaints // This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/003-2-1/_mobs.txt", "npc/003-2-1/_warps.txt", +"npc/003-2-1/demure.txt", +"npc/003-2-1/mapflags.txt", diff --git a/npc/003-2-1/_mobs.txt b/npc/003-2-1/_mobs.txt new file mode 100644 index 000000000..6ea4a4961 --- /dev/null +++ b/npc/003-2-1/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 003-2-1: #Leave-Complaints mobs +003-2-1,46,45,16,11 monster Green Dragon 1195,5,3600,36000 diff --git a/npc/003-2-1/_warps.txt b/npc/003-2-1/_warps.txt index 01b8d9348..c66a782ba 100644 --- a/npc/003-2-1/_warps.txt +++ b/npc/003-2-1/_warps.txt @@ -1,5 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 003-2-1: First Deck warps -003-2-1,19,28,0 warp #003-2-1_19_28 0,0,005-1,193,109 -003-2-1,33,28,0 warp #003-2-1_33_28 0,0,003-2-0,20,27 -003-2-1,31,25,0 warp #003-2-1_31_25 0,0,003-2-2,72,29 +// Map 003-2-1: #Leave-Complaints warps +003-2-1,47,33,0 warp #003-2-1_47_33 1,0,003-2,28,40 diff --git a/npc/003-2-1/demure.txt b/npc/003-2-1/demure.txt new file mode 100644 index 000000000..4ee1d67b1 --- /dev/null +++ b/npc/003-2-1/demure.txt @@ -0,0 +1,30 @@ +// TMW2 Script +// Author: +// Crazyfefe +// Jesusalva + +005-1,66,62,0 script Demure GM NPC_HIDDEN,{ + // Let's try without freeloop + mesn any("NotSoBot", "Demure"); + if (rand(1,5) <= 2) + mes "Blame Saulc"; + + .@mx=rand(6,12); + for (.@i = 0; .@i < .@mx; ++.@i) { + mes "leave Complaints"; + if (rand(1,5) == 3) + mes ""; + if (.@i == 10) { + next; + mesn any("NotSoBot", "Demure"); + mes any("leave Complaints", "Blame Saulc"); + } + } + if (rand(1,5) >= 4) + mes "Blame Saulc"; + close; + +OnInit: + .distance=5; + end; +} diff --git a/npc/003-2-1/mapflags.txt b/npc/003-2-1/mapflags.txt new file mode 100644 index 000000000..f66ee6606 --- /dev/null +++ b/npc/003-2-1/mapflags.txt @@ -0,0 +1 @@ +003-2-1 mapflag nopenalty -- cgit v1.2.3-60-g2f50