From a88bf8d532621bb3396d365fd78ff74694e39310 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 15:17:17 -0200 Subject: Raise event coins poll from 20 to 30 --- npc/003-2/lua.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc') diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 46b5b9d30..03f6686b6 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -30,8 +30,8 @@ L_Menu: close; L_GMItems: - getitembound "GMRobe", 1, 1; - getitembound "GMCap", 1, 1; + 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 ""; @@ -42,9 +42,9 @@ L_GMItems: L_GMEvent: #GMEVENT_T=gettimetick(2)+(60*60*24); - getitem "StrangeCoin", 20; - logmes(strcharinfo(0)+" just took twenty event coins."); - logmes(strcharinfo(0)+" just took twenty event coins.", LOGMES_ATCOMMAND); + getitem StrangeCoin, 30; + logmes(strcharinfo(0)+" just took thirty event coins."); + logmes(strcharinfo(0)+" just took thirty event coins.", LOGMES_ATCOMMAND); mes ""; mesn; mesq lg("Here they are, miss.", "Here they are, mister."); -- cgit v1.2.3-60-g2f50