From a7c45a192268da2601cef47a4cdba987ae2327ca Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 23 Oct 2022 21:44:22 -0300 Subject: Initial commit (Moubootaur Legends fork) --- npc/006-6/_import.txt | 6 +++++ npc/006-6/_mobs.txt | 8 ++++++ npc/006-6/_warps.txt | 3 +++ npc/006-6/all.txt | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++ npc/006-6/core.txt | 30 ++++++++++++++++++++++ 5 files changed, 118 insertions(+) create mode 100644 npc/006-6/_import.txt create mode 100644 npc/006-6/_mobs.txt create mode 100644 npc/006-6/_warps.txt create mode 100644 npc/006-6/all.txt create mode 100644 npc/006-6/core.txt (limited to 'npc/006-6') diff --git a/npc/006-6/_import.txt b/npc/006-6/_import.txt new file mode 100644 index 0000000..824eb53 --- /dev/null +++ b/npc/006-6/_import.txt @@ -0,0 +1,6 @@ +// Map 006-6: Candor's Underground, B3F +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/006-6/_mobs.txt", +"npc/006-6/_warps.txt", +"npc/006-6/all.txt", +"npc/006-6/core.txt", diff --git a/npc/006-6/_mobs.txt b/npc/006-6/_mobs.txt new file mode 100644 index 0000000..161c5d1 --- /dev/null +++ b/npc/006-6/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-6: Candor's Underground, B3F mobs +006-6,46,38,16,14 monster Yellow Skull Slime 1403,3,120000,30000 +006-6,44,36,15,14 monster Red Skull Slime 1404,3,120000,30000 +006-6,45,33,18,14 monster Mineral Bif 1058,4,300000,30000 +006-6,44,32,23,12 monster Troll 1171,3,240000,30000 +006-6,43,37,18,14 monster Vampire Bat 1063,12,300000,30000 +006-6,39,46,16,7 monster Crafty 1018,1,300000,30000 diff --git a/npc/006-6/_warps.txt b/npc/006-6/_warps.txt new file mode 100644 index 0000000..f9f897b --- /dev/null +++ b/npc/006-6/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 006-6: Candor's Underground, B3F warps +006-6,49,49,0 warp #006-6_49_49 0,0,006-3,46,27 diff --git a/npc/006-6/all.txt b/npc/006-6/all.txt new file mode 100644 index 0000000..67edcd9 --- /dev/null +++ b/npc/006-6/all.txt @@ -0,0 +1,71 @@ +// TMW2 Script +// Author: +// Jesusalva + +006-6,53,36,0 script Sign#0066WR NPC_SWORDS_SIGN,{ + mesc l("In a blood bath, survival is the epitaph."); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + +006-6,46,34,0 script Sign#0066CR NPC_SWORDS_SIGN,{ + mesc l("*this sign is too blurred to read*"); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + +006-6,39,36,0 script Sign#0066ER NPC_SWORDS_SIGN,{ + mesc l("With Magic and Blades, The Icicle shall break."); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + +// Effective warps +006-6,40,35,0 script Magic Barrier#0067W NPC_HIDDEN,0,0,{ + end; + +OnTouch: + if (!$@ICICLE_CHALLENGE || is_admin()) + warp "006-7", 44, 49; + else + dispbottom l("Your strength is not enough to power on this portal."); + end; +} + +// Effective warps +006-6,54,35,0 script Magic Barrier#0067E NPC_HIDDEN,0,0,{ + end; + +OnTouch: + if (!$@SURVIVAL_CANDOR || is_admin()) + warp "006-9", 37, 22; + else + dispbottom l("Your strength is not enough to power on this portal."); + end; +} + + +// Effective warps +006-6,47,33,0 script Magic Barrier#0067C NPC_HIDDEN,0,0,{ + end; + +OnTouch: + if (!$@CAPTURE_FLAG || is_admin()) + warp "006-8", 44, 67; + else + dispbottom l("Your strength is not enough to power on this portal."); + end; +} + diff --git a/npc/006-6/core.txt b/npc/006-6/core.txt new file mode 100644 index 0000000..bb391c3 --- /dev/null +++ b/npc/006-6/core.txt @@ -0,0 +1,30 @@ +// TMW2 Script +// Author: +// Jesusalva + +006-6,46,26,0 script Magic Barrier#0066 NPC_HIDDEN,0,0,{ + end; + +OnTouch: + if (!(getq(General_EasterEggs) & EE_SNOWMAN)) goto L_Reject; + if (SCANDORPTS < 300) goto L_Reject; + if (CAPTURE_FLAG < 1) goto L_Reject; + if (getq(General_Narrator) < 17) goto L_Reject; // Frostia Arc must be finished + /* Some of previous sections come back to bite you, now */ + if (CRAZYPOINTS < 10) goto L_Reject; + + specialeffect(5000, SELF, getcharid(3)); + dispbottom l("The power which lies in Candor acknowledges your strength."); + sleep2(2500); + warp "006-10", 42, 48; + sleep2(500); + specialeffect(5001, SELF, getcharid(3)); + end; + +L_Reject: + specialeffect(5000, SELF, getcharid(3)); + dispbottom l("The power which lies in Candor rejects your strength."); + sleep2(3000); + specialeffect(5002, SELF, getcharid(3)); + end; +} -- cgit v1.2.3-70-g09d2