From e548c7c4ce74d1426b1dfc54981e863a23d90d2c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Oct 2020 10:52:34 -0300 Subject: Change #FIRST_TIME bonus rule on Tolchi --- npc/005-4/tolchi.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/005-4') diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 0972aea07..e2eed605a 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -337,7 +337,8 @@ function tolchi_tweaks { if (!#FIRST_TIME) { if (TOP3AVERAGELVL() > 50) { .@vartp=IOPT_EXPGAIN; - .@bonus=csys_Multiplier(.@lv); + //.@bonus=csys_Multiplier(.@lv); + .@bonus=limit(10, (TOP3AVERAGELVL()/2)-20, 30); setitemoptionbyindex(.@id, 1, .@vartp, .@bonus); } #FIRST_TIME=true; -- cgit v1.2.3-60-g2f50