summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-27 13:10:48 -0300
committerJesusaves <cpntb1@ymail.com>2019-02-27 13:10:48 -0300
commit43f31760b53608ae405da8229e12206a4ea8cc73 (patch)
treeaaeef4e799a3df33ee7b99cf847eff76dac34427
parentf27a4d9318cd6250ee7153f5b41c3e759edc7b26 (diff)
downloadserverdata-43f31760b53608ae405da8229e12206a4ea8cc73.tar.gz
serverdata-43f31760b53608ae405da8229e12206a4ea8cc73.tar.bz2
serverdata-43f31760b53608ae405da8229e12206a4ea8cc73.tar.xz
serverdata-43f31760b53608ae405da8229e12206a4ea8cc73.zip
Kick Tonori Delight's azz in name of Xanthem
-rw-r--r--db/re/item_db.conf6
-rw-r--r--npc/003-0-1/maxime.txt10
-rw-r--r--npc/009-2/ryan.txt2
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;