From 96ecb428e3d3fb19ae9e7c0e375489dd5e775705 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 3 Aug 2019 14:21:25 -0300 Subject: NEW atcommand: @strangeshop (the GM shop because gifts cannot be @item'ed iirc) --- npc/003-2/lua.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/003-2/lua.txt') 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; -- cgit v1.2.3-60-g2f50