diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-07 21:52:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-07 21:52:08 -0300 |
commit | 0c7999d8782853f7711a884646a6054e8caa6d51 (patch) | |
tree | 7b5b1de4dfca4ccbbae2006e9a7e6d910f179d5f /npc/014-3/fountain.txt | |
parent | 03f6cfa14a952101d777c81ad22fcb83de902612 (diff) | |
download | serverdata-0c7999d8782853f7711a884646a6054e8caa6d51.tar.gz serverdata-0c7999d8782853f7711a884646a6054e8caa6d51.tar.bz2 serverdata-0c7999d8782853f7711a884646a6054e8caa6d51.tar.xz serverdata-0c7999d8782853f7711a884646a6054e8caa6d51.zip |
Nivalis Meltdown Forge: Receive 50~70% of invested ingots back!
Coal and Everburn Powder are NEVER returned because they are consumed at craft.
All values are rounded down. Wooden Sword is an exception. Only for craft items.
Diffstat (limited to 'npc/014-3/fountain.txt')
-rw-r--r-- | npc/014-3/fountain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-3/fountain.txt b/npc/014-3/fountain.txt index f14d23b0d..b721fd2ae 100644 --- a/npc/014-3/fountain.txt +++ b/npc/014-3/fountain.txt @@ -26,7 +26,7 @@ goto L_NotEnoughBottles; if (Zeny < .@Cost) goto L_NotEnoughMoney; - getinventorylist; + inventoryplace BottleOfTonoriWater, .@count; Zeny=Zeny-.@Cost; |