From 43f31760b53608ae405da8229e12206a4ea8cc73 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 27 Feb 2019 13:10:48 -0300 Subject: Kick Tonori Delight's azz in name of Xanthem --- db/re/item_db.conf | 6 +++--- npc/003-0-1/maxime.txt | 10 ++++++---- npc/009-2/ryan.txt | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b95bc765e..0a632d566 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1482,11 +1482,11 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 375; - @max = 710; + @min = 300; + @max = 570; @delay = 6; @type = 1; - itemheal 0, rand(40,120); + itemheal 0, rand(32,96); sc_start SC_ATTHASTE_POTION1, 10000, 3; doevent "rand_sc_heal::OnUse"; "> diff --git a/npc/003-0-1/maxime.txt b/npc/003-0-1/maxime.txt index 695999f50..5ca4d7efc 100644 --- a/npc/003-0-1/maxime.txt +++ b/npc/003-0-1/maxime.txt @@ -17,7 +17,7 @@ mesc l("@@/3 @@", countitem(ScorpionStinger), getitemlink(ScorpionStinger)); mesc l("@@/2 @@", countitem(CactusDrink), getitemlink(CactusDrink)); mesc l("@@/1 @@", countitem(RoastedMaggot), getitemlink(RoastedMaggot)); - mesc l("@@/150 GP", format_number(Zeny)); + mesc l("@@/120 GP", format_number(Zeny)); next; select l("I have the items, please bake for me"), @@ -35,9 +35,11 @@ countitem(ScorpionStinger) < 3 || countitem(CactusDrink) < 2 || countitem(RoastedMaggot) < 1 || - Zeny < 150) goto L_Missing; + Zeny < 120) goto L_Missing; // 4~7 normaly, 5~10 during Summer + // Xanthem Patch: +20% craft and -20% effect + // New values: 5~9 normal or 6~12 during Summer inventoryplace TonoriDelight, 12; delitem MaggotSlime, 12; delitem Plushroom, 8; @@ -45,12 +47,12 @@ delitem ScorpionStinger, 3; delitem CactusDrink, 2; delitem RoastedMaggot, 1; - getitem TonoriDelight, rand(4,7); + getitem TonoriDelight, rand(5,9); if (season() == SUMMER) { getitem TonoriDelight, rand(1,3); mesc l("During summer, more Tonori Delight can be produced."); } - Zeny=Zeny-150; + Zeny=Zeny-120; getexp rand(30, 60), 0; mesn; diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index a10853dc6..50bb8c6d6 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -9,7 +9,7 @@ if (BaseLevel < 17) goto L_Weak; if (!getq(HalinarzoQuest_LifeDelight)) goto L_Prologue; .@q=getq2(HalinarzoQuest_LifeDelight); - .@a=(.@q**2)+20; + .@a=(.@q**2)+18; // Maximum: 10'020 Delights if (.@q > 100) goto L_Complete; mesn; -- cgit v1.2.3-60-g2f50