summaryrefslogtreecommitdiff
path: root/npc/000-2-1/alige.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-16 16:20:32 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-16 16:25:20 +0300
commitb21cf94dab6eb570b81bb8ef33022361b0117ab1 (patch)
treeee62c0c246cb3a517bcc32518f5d9981642d2741 /npc/000-2-1/alige.txt
parent096fb16168261db332d8ee29a9cebad55cc4b924 (diff)
downloadserverdata-b21cf94dab6eb570b81bb8ef33022361b0117ab1.tar.gz
serverdata-b21cf94dab6eb570b81bb8ef33022361b0117ab1.tar.bz2
serverdata-b21cf94dab6eb570b81bb8ef33022361b0117ab1.tar.xz
serverdata-b21cf94dab6eb570b81bb8ef33022361b0117ab1.zip
Replace items from id to name.
Diffstat (limited to 'npc/000-2-1/alige.txt')
-rw-r--r--npc/000-2-1/alige.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index eba13aa7..bd040051 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -128,12 +128,12 @@
l_GiveFood:
menu
- rif(countitem(502, 1), l(getitemname(502))), 502,
- rif(countitem(503, 1), l(getitemname(503))), 503,
- rif(countitem(504, 1), l(getitemname(504))), 504,
- rif(countitem(505, 1), l(getitemname(505))), 505,
- rif(countitem(506, 1), l(getitemname(506))), 506,
- rif(countitem(507, 1), l(getitemname(507))), 507,
+ rif(countitem(502, 1), l(getitemname("Bread"))), 502,
+ rif(countitem(503, 1), l(getitemname("Carrot"))), 503,
+ rif(countitem(504, 1), l(getitemname("Cheese"))), 504,
+ rif(countitem(505, 1), l(getitemname("Piouslegs"))), 505,
+ rif(countitem(506, 1), l(getitemname("Lettuce"))), 506,
+ rif(countitem(507, 1), l(getitemname("Piberries"))), 507,
l("I don't have anything good for you today."), -1;
set @id, @menuret;
@@ -153,7 +153,7 @@
mesn;
mesq l("Thank you so much! Here, have some berries...");
- getitem 507, rand(1,3);
+ getitem "Piberries", rand(1,3);
close;
l_NoMore: