summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-28 15:01:29 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-28 15:05:33 +0300
commit92e52446f5a2b96de9e25dda4d5aeddc04cd5a18 (patch)
treef8ffe5d87ea18d7c6ef700c9586741000594e369
parentfe1fdaf2d3c4705446d339ffe095f8510011a842 (diff)
downloadserverdata-92e52446f5a2b96de9e25dda4d5aeddc04cd5a18.tar.gz
serverdata-92e52446f5a2b96de9e25dda4d5aeddc04cd5a18.tar.bz2
serverdata-92e52446f5a2b96de9e25dda4d5aeddc04cd5a18.tar.xz
serverdata-92e52446f5a2b96de9e25dda4d5aeddc04cd5a18.zip
Sign with player name cookies in cookiemaster.
-rw-r--r--npc/001-1/cookiemaster.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt
index 844671af..909f0576 100644
--- a/npc/001-1/cookiemaster.txt
+++ b/npc/001-1/cookiemaster.txt
@@ -181,7 +181,7 @@ L_Reward:
inventoryplace 517, 1;
setq General_Cookies, 1;
- getitem 517, 1;
+ getnameditem 517, strcharinfo(0);
npctalk3 l("You receive a @@!", getitemlink(517));
next;
@@ -244,8 +244,8 @@ L_LostCookie:
.@item = 517;
.@count = 1;
inventoryplace 517, 1;
+ getnameditem 517, strcharinfo(0);
- getitem 517, 1;
npctalk3 l("You receive a @@!", getitemlink(517));
L_Bye: