summaryrefslogtreecommitdiff
path: root/npc/003-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-03 14:21:25 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-03 14:21:25 -0300
commit96ecb428e3d3fb19ae9e7c0e375489dd5e775705 (patch)
treec56a6d714fce8c2a8258dacc6cb221b65fdd912a /npc/003-2
parenta0343cfafd2477f2cef58a4736609d7d98a055cf (diff)
downloadserverdata-96ecb428e3d3fb19ae9e7c0e375489dd5e775705.tar.gz
serverdata-96ecb428e3d3fb19ae9e7c0e375489dd5e775705.tar.bz2
serverdata-96ecb428e3d3fb19ae9e7c0e375489dd5e775705.tar.xz
serverdata-96ecb428e3d3fb19ae9e7c0e375489dd5e775705.zip
NEW atcommand: @strangeshop (the GM shop because gifts cannot be @item'ed iirc)
Diffstat (limited to 'npc/003-2')
-rw-r--r--npc/003-2/lua.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index 606ac8f6e..e3e680b09 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -59,6 +59,7 @@ OnGMCoinClaim:
mes "";
goto L_Menu;
+OnGMEventShop:
L_GMEventShop:
// Inflaction: Non-admins pay more out of main events (for whatever reasons)
.@inf=1;
@@ -404,6 +405,7 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRSTYLE, 12);
setunitdata(.@npcId, UDT_HAIRCOLOR, 5);
bindatcmd "strangecoin", "Lua#003-2::OnGMCoinClaim", 60, 100, 1;
+ bindatcmd "strangeshop", "Lua#003-2::OnGMEventShop", 60, 100, 1;
.sex = G_FEMALE;
.distance = 4;