From 26f5ccfa37d0df9aaec4c493f302803305effafc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 22:29:24 -0300 Subject: Fix bugs at EventMaster --- npc/001-1/eventmaster.txt | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) (limited to 'npc/001-1/eventmaster.txt') diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 43662c30a..3d695a3b5 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -198,7 +198,7 @@ L_Norm: "Maggot", // 21 "Magic Goblin", // 22 "Mana Bug", // 23 - "Mana Ghost" // 24 + "Mana Ghost", // 24 "Moggun", // 25 "Mouboo", // 26 "Ocean Croc", // 27 @@ -217,7 +217,11 @@ L_Norm: "Toppy Blub", // 40 "Tortuga"; - input .@c, 0, 100; + if (@menu != 1) + input .@c, 0, 100; + if (.@c == 0) + @menu=99; + switch (@menu) { case 1: @@ -327,7 +331,11 @@ L_Sli: "White Slime", // 13 "Yellow Slime"; // 14 - input .@c, 0, 100; + if (@menu != 1) + input .@c, 0, 100; + if (.@c == 0) + @menu=99; + switch (@menu) { case 1: @@ -400,7 +408,11 @@ L_Plants: "Big Amethyst Bif", // 26 "Big Sapphire Bif"; // 27 - input .@c, 0, 100; + if (@menu != 1) + input .@c, 0, 100; + if (.@c == 0) + @menu=99; + switch (@menu) { case 1: @@ -496,8 +508,11 @@ L_Agr: "Yeti"; // 23 + if (@menu != 1) + input .@c, 0, 100; + if (.@c == 0) + @menu=99; - input .@c, 0, 100; switch (@menu) { case 1: @@ -582,7 +597,10 @@ L_EventOnly: "Big Magic Bif"; // 10 - input .@c, 0, 1000; + if (@menu != 1) + input .@c, 0, 100; + if (.@c == 0) + @menu=99; switch (@menu) { case 1: @@ -631,7 +649,10 @@ L_Boss: "Saxso Ghost", // 5 "The Yeti King"; // 6 - input .@c, 0, 1000; + if (@menu != 1) + input .@c, 0, 100; + if (.@c == 0) + @menu=99; switch (@menu) { case 1: -- cgit v1.2.3-70-g09d2