From 0baeded521ea63504302cb950e0b0070b582c962 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Apr 2019 15:25:49 -0300 Subject: Koga should be always visible (I think every big NPC needs that?) Alias @wgm to @request - so players can still use @wgm just fine. --- conf/atcommand.conf | 1 + npc/001-1/koga.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/atcommand.conf b/conf/atcommand.conf index ac4cee47..2241fa74 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -61,6 +61,7 @@ aliases: { camerainfo: ["setcamera", "viewpointvalue"] tee: ["t"] log: ["l"] + request: ["wgm"] } /* List of commands that should not be logged at all */ diff --git a/npc/001-1/koga.txt b/npc/001-1/koga.txt index 3aecb09a..da0ab629 100644 --- a/npc/001-1/koga.txt +++ b/npc/001-1/koga.txt @@ -16,5 +16,6 @@ OnInit: .sex = G_MALE; .distance = 4; + .alwaysVisible = true; end; } -- cgit v1.2.3-70-g09d2