summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-13 15:25:49 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-13 15:25:49 -0300
commit0baeded521ea63504302cb950e0b0070b582c962 (patch)
treee8465685ce29841dfd8c7e86be2847f2471c880d
parente97c1eb0fbdf638204a6ce8b7c50444b258b3bac (diff)
downloadserverdata-jesusalva/misc.tar.gz
serverdata-jesusalva/misc.tar.bz2
serverdata-jesusalva/misc.tar.xz
serverdata-jesusalva/misc.zip
Koga should be always visible (I think every big NPC needs that?)jesusalva/misc
Alias @wgm to @request - so players can still use @wgm just fine.
-rw-r--r--conf/atcommand.conf1
-rw-r--r--npc/001-1/koga.txt1
2 files changed, 2 insertions, 0 deletions
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;
}