From 27a21793daaf592b4c011b314c31ca98af6c2dbb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 30 Apr 2018 17:57:11 -0300 Subject: Change GM items strategy from NAMED to BOUND (and prevent trade) --- npc/003-2/lua.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-2') diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index f67bd9e2d..c4207157e 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -23,8 +23,8 @@ L_Menu: close; L_GMItems: - getnameditem "GMRobe", strcharinfo(0); - getnameditem "GMCap", strcharinfo(0); + getitembound "GMRobe", 1, 1; + getitembound "GMCap", 1, 1; logmes(strcharinfo(0)+" just took a GM set."); logmes(strcharinfo(0)+" just took a GM set.", LOGMES_ATCOMMAND); mes ""; -- cgit v1.2.3-60-g2f50