diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-12 20:13:03 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-12 20:13:03 +0100 |
commit | 1c649c767f9ed78429867f4fda4fcde4badb6495 (patch) | |
tree | 1ca7b1c4234a5daf709968ff5954376e054931b8 /npc/000-1/chest.txt | |
parent | 6e1f9925d7c8c909c359b772425e16d7899770d2 (diff) | |
download | serverdata-1c649c767f9ed78429867f4fda4fcde4badb6495.tar.gz serverdata-1c649c767f9ed78429867f4fda4fcde4badb6495.tar.bz2 serverdata-1c649c767f9ed78429867f4fda4fcde4badb6495.tar.xz serverdata-1c649c767f9ed78429867f4fda4fcde4badb6495.zip |
Restore "InventoryPlace" check function.
Diffstat (limited to 'npc/000-1/chest.txt')
-rw-r--r-- | npc/000-1/chest.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index 14053a0a..f4039a94 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -25,7 +25,13 @@ l_Give: if (@q > 1) goto l_Close; + + set @item, 515; + set @count, 3; + callfunc "InventoryPlace", @item, @count; + setq ShipQuests_Darlin, 2; + set zeny, zeny + 100; getitem SeaDrops, 1; getitem Aquada, 1; |