From 4b68c8e639f5daf795bab7595c41fb871dd9fc73 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 8 Aug 2019 04:30:01 -0300 Subject: Correct Typo on option requeriment. reroll. --- db/re/item_db.conf | 6 +++++- npc/craft/options.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2b3705e90..43b8aab96 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1493,7 +1493,11 @@ item_db: ( Script: <" @type = 3; @rarity=2; - itemheal 0, rand(32,96); + .@val=rand(32,96); + // Re-roll + if (.@val > 64) + .@val=rand(32,96); + itemheal 0, .@val; sc_start SC_ATTHASTE_POTION1, 10000, 3; doevent "rand_sc_heal::OnUse"; "> diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 37e19e8be..c0ad5c8b7 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -708,7 +708,7 @@ function script csysGUI_OptReq { case CRGROUP_BOSSATK: return (getskilllv(TMW2_CRAFT) >= 4 && CRAFTSYS[CRGROUP_ATK] >= 3 && - CRAFTSYS[CRGROUP_HIT] >= 3 && + CRAFTSYS[CRGROUP_ACC] >= 3 && CRAFTSYS[CRGROUP_BASE] >= 4); case CRGROUP_FINAL: return (getskilllv(TMW2_CRAFT) >= 5 && -- cgit v1.2.3-70-g09d2