From d879da3607e5954c0a2bd4614ca7397b057cf99b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Aug 2019 16:59:34 -0300 Subject: Refactor Pickaxe price matrix on Tycoon --- npc/007-1/tycoon.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/007-1') diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index d15332109..0adf6b1c8 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -166,8 +166,12 @@ L_NoLevel: L_Miner: .@price=800; + if (getq(MineQuest_Tycoon) >= 9) + .@price-=50; + if (getq(MineQuest_Tycoon) >= 12) + .@price-=150; if (getq(MineQuest_Tycoon) == 15) - .@price=200; + .@price-=400; if (getq(MineQuest_Caelum) >= 2) .@price-=150; -- cgit v1.2.3-60-g2f50