diff options
author | Povo <trithodex@gmail.com> | 2021-03-22 05:56:07 +0000 |
---|---|---|
committer | Povo <trithodex@gmail.com> | 2021-03-23 01:22:55 +0000 |
commit | 85c072ed52ff6f87892d1680913521b8ab117281 (patch) | |
tree | 3d4135f81330c26c90095c84367a3a5efbf45c9b /npc/009-3 | |
parent | 7cb07f6da1449bc22ffa7ff420ac18c0527a972a (diff) | |
download | serverdata-85c072ed52ff6f87892d1680913521b8ab117281.tar.gz serverdata-85c072ed52ff6f87892d1680913521b8ab117281.tar.bz2 serverdata-85c072ed52ff6f87892d1680913521b8ab117281.tar.xz serverdata-85c072ed52ff6f87892d1680913521b8ab117281.zip |
add empty bottle as reward
Diffstat (limited to 'npc/009-3')
-rw-r--r-- | npc/009-3/kevin.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/009-3/kevin.txt b/npc/009-3/kevin.txt index b8df6c399..622b4624f 100644 --- a/npc/009-3/kevin.txt +++ b/npc/009-3/kevin.txt @@ -121,12 +121,13 @@ L_Dye: if (countitem(BottleOfTonoriWater) >= 1 && countitem(PinkBlobime) >= 20 && countitem(Plushroom) >= 30 && Zeny >= 500) { - inventoryplace PinkDye, 1; + inventoryplace PinkDye, 1, EmptyBottle, 1; delitem BottleOfTonoriWater, 1; delitem PinkBlobime, 20; delitem Plushroom, 30; Zeny=Zeny-500; getitem PinkDye, 1; + getitem EmptyBottle, 1; if(getq(HalinarzoQuest_Kevin) == 1 ) { setq HalinarzoQuest_Kevin, 2; getexp 300, 0; |