summaryrefslogtreecommitdiff
path: root/npc/craft
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-11-13 19:57:03 -0300
committerJesusaves <cpntb1@ymail.com>2019-11-13 19:57:03 -0300
commit198046b74837a51b2dc8257d53239cbaf5ee6668 (patch)
treeb0be523f2dd9028015ed6db4b20807248dd50869 /npc/craft
parent3bd7415f8ef008fdf6a6ef829ed2300635902e5c (diff)
downloadserverdata-198046b74837a51b2dc8257d53239cbaf5ee6668.tar.gz
serverdata-198046b74837a51b2dc8257d53239cbaf5ee6668.tar.bz2
serverdata-198046b74837a51b2dc8257d53239cbaf5ee6668.tar.xz
serverdata-198046b74837a51b2dc8257d53239cbaf5ee6668.zip
Double Multiplier Precision
Diffstat (limited to 'npc/craft')
-rw-r--r--npc/craft/recipes.txt2
1 files changed, 1 insertions, 1 deletions
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