summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/025-1/ihclot.txt5
1 files changed, 4 insertions, 1 deletions
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 {