diff options
author | Reid <reidyaro@gmail.com> | 2012-10-22 00:37:30 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-22 00:37:30 +0200 |
commit | b4d71903f60d1bff0950aba73d6f7d427c5d620e (patch) | |
tree | 5b31c1a42a020c852ec79a8455ad5225cc1ac509 /npc | |
parent | 86f05250fe8953a41066d99d161e247c1ccbd269 (diff) | |
download | clientdata-b4d71903f60d1bff0950aba73d6f7d427c5d620e.tar.gz clientdata-b4d71903f60d1bff0950aba73d6f7d427c5d620e.tar.bz2 clientdata-b4d71903f60d1bff0950aba73d6f7d427c5d620e.tar.xz clientdata-b4d71903f60d1bff0950aba73d6f7d427c5d620e.zip |
Add new food on alige script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/alige.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 60165452..aca41e08 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -154,6 +154,10 @@ l_GiveFood: rif(countitem(508, 1), l(getitemname("SeaDrops"))), 1, rif(countitem(509, 1), l(getitemname("Aquada"))), 509, rif(countitem(510, 1), l(getitemname("PinkBlobime"))), 1, + rif(countitem(511, 1), l(getitemname("PurpleBlobime"))), 1, + rif(countitem(512, 1), l(getitemname("Half Croconut"))), 512, + rif(countitem(513, 1), l(getitemname("Croconut"))), 513, + rif(countitem(515, 1), l(getitemname("Plushroom"))), 515, l("I don't have anything good for you today."), -1; set @id, @menuret; |