From 45b12ea1cb054850fb2c737a781cc3656c84c62c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Sep 2023 20:33:45 -0300 Subject: Fix crafting % bug --- npc/items/books.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/items/books.txt') diff --git a/npc/items/books.txt b/npc/items/books.txt index b13fde7c2..f8d974583 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -396,7 +396,7 @@ function myself { attachrid(.@who); .@skill = getskilllv(TMW2_CRAFT); .@score = CRAFTING_SCORE_COMPLETE/40; - .@milis = (CRAFTING_SCORE_COMPLETE%40)*100; // <- Not *100 as it is Base 40 + .@milis = (CRAFTING_SCORE_COMPLETE%40)*25/10; // <- or * 2.5 because base detachrid(); attachrid(.@why); -- cgit v1.2.3-70-g09d2