diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 15:17:17 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 15:17:17 -0200 |
commit | a88bf8d532621bb3396d365fd78ff74694e39310 (patch) | |
tree | 396677db25cd0f8becac1b3eb03060d63fb4abcd /npc/003-2/lua.txt | |
parent | 2de342a0ebc73440480fef99e39e96083ca01d61 (diff) | |
download | serverdata-a88bf8d532621bb3396d365fd78ff74694e39310.tar.gz serverdata-a88bf8d532621bb3396d365fd78ff74694e39310.tar.bz2 serverdata-a88bf8d532621bb3396d365fd78ff74694e39310.tar.xz serverdata-a88bf8d532621bb3396d365fd78ff74694e39310.zip |
Raise event coins poll from 20 to 30
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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."); |