From 198046b74837a51b2dc8257d53239cbaf5ee6668 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Nov 2019 19:57:03 -0300 Subject: Double Multiplier Precision --- npc/craft/recipes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/craft') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index d478687d3..852047b12 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -600,7 +600,7 @@ function script MakeBlueprint { // Now you'll learn some recipe! .@rcp=any_of(.@recipes); if (RECIPES_EQUIPMENT[.@rcp]) { - .@mpot=rand2(900, 1000*.@rarity); + .@mpot=rand2(900*.@rarity, 1000*.@rarity); dispbottom l("It was a recipe you already knew... (+ @@ Mobpt)", .@mpot); getexp (BaseLevel+JobLevel)*rand2(1,.@rarity), JobLevel+rand2(1,.@rarity); // Give you some Monster Points to use with Intense Beard -- cgit v1.2.3-60-g2f50