From 6bbd93d222cdf42f7656088825f311700d4b1ffa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 May 2020 06:59:05 -0300 Subject: Aeros cannot be used on HC --- npc/001-1/eventmaster.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/001-1/eventmaster.txt') diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 61bc9e8cc..dea7e9064 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -56,6 +56,7 @@ .@curmobc=mobcount("001-1", "Mana Being#001-1::OnAerosMobDeath"); if (!is_gm()) goto L_Unauthorized; + if ($HARDCORE) goto L_Unauthorized; @log_spawns=0; @log_mode=$@AEROS_SPWN; @@ -653,6 +654,10 @@ OnCall: dispbottom "This command can only be used at aeros."; end; } + if ($HARDCORE) { + dispbottom "Aeros cannot be used on Hardcore servers."; + end; + } //.@atcmd_parameters$ = strtoupper(strip( // nah if (.@atcmd_numparameters != 2) { -- cgit v1.2.3-60-g2f50