From 063dccafa05f6495fe48f5e93fd64a7e11709b49 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jan 2021 16:52:43 -0300 Subject: Lower ihclot money demand, minimum now is 250k. World hero now gets discounts. It would be 200k for a lv 50 item and lv 10 craft. Level 100 item at lv 10 craft - 2 millions for world hero Level 50 item at lv 100 craft - 2 millions for world hero Level 100 item at lv 100 craft - 20 millions for world hero Such are the cruel prices of Ihclot. --- npc/025-1/ihclot.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/025-1/ihclot.txt') diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt index d4f260d67..889f9aba9 100644 --- a/npc/025-1/ihclot.txt +++ b/npc/025-1/ihclot.txt @@ -113,7 +113,10 @@ function apRefresh { function getPriceInt { .@price=getarg(0); .@level=getarg(1); - return .@price*.@level/3; + .@final=.@price*.@level/5; + if (strcharinfo(0) == $MOST_HEROIC$) + .@final=max(1, .@final-(.@level*5000)); + return .@final; } function getPrice { -- cgit v1.2.3-70-g09d2