diff options
author | Ibrahem Zidan <brahem@aotsw.com> | 2019-04-29 06:01:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-29 06:01:03 +0200 |
commit | e7585e18ee42517913e35aa7df750d76f2e76bad (patch) | |
tree | 20e7fc77ad042c8b82eec3cf11bf10481c6e04af /npc/woe-fe | |
parent | a99d988be4d469c1ab60d860aac57ff3a6f24cac (diff) | |
parent | 9f6ffd2f9aae9c39eb2fe2be2c60cfd45c18842a (diff) | |
download | hercules-e7585e18ee42517913e35aa7df750d76f2e76bad.tar.gz hercules-e7585e18ee42517913e35aa7df750d76f2e76bad.tar.bz2 hercules-e7585e18ee42517913e35aa7df750d76f2e76bad.tar.xz hercules-e7585e18ee42517913e35aa7df750d76f2e76bad.zip |
Merge pull request #2440 from Emistry/scriptcommand_consolemes
Added *consolemes script command
Diffstat (limited to 'npc/woe-fe')
-rw-r--r-- | npc/woe-fe/agit_main.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/woe-fe/agit_main.txt b/npc/woe-fe/agit_main.txt index 5ac5b8e9a..a0db6402b 100644 --- a/npc/woe-fe/agit_main.txt +++ b/npc/woe-fe/agit_main.txt @@ -105,7 +105,8 @@ OnAgitBreak: // Show and log error if an unguilded player breaks the Emperium. (Should NEVER happen) if (.@GID <= 0) { .@notice$ = "Character "+strcharinfo(PC_NAME)+" ("+getcharid(CHAR_ID_CHAR)+") broke the Emperium in Castle: "+strnpcinfo(NPC_NAME_HIDDEN)+" while guildless. No data will be saved and Emperium respawned."; - logmes .@notice$; debugmes .@notice$; + logmes .@notice$; + consolemes(CONSOLEMES_NOTICE, .@notice$); donpcevent "Agit#"+strnpcinfo(NPC_NAME_HIDDEN)+"::OnStartArena"; end; } |