summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-13 19:38:34 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-13 19:38:34 -0300
commitd8b14353734e38bbd2d6656d783c383092b511f3 (patch)
tree4fef2d03989eb3abd8b879d7f249c0efb190b8bd
parent7f06e200dbb80d7ea9ad753675769b0ba14ca2b2 (diff)
downloadserverdata-d8b14353734e38bbd2d6656d783c383092b511f3.tar.gz
serverdata-d8b14353734e38bbd2d6656d783c383092b511f3.tar.bz2
serverdata-d8b14353734e38bbd2d6656d783c383092b511f3.tar.xz
serverdata-d8b14353734e38bbd2d6656d783c383092b511f3.zip
Balance: Boost all Sulphur Powder sources in x4, nerf Flar attack from 110% to 80%
-rw-r--r--db/pre-re/item_db.conf2
-rw-r--r--db/pre-re/mob_db.conf26
-rw-r--r--npc/009-2/trader.txt7
-rw-r--r--npc/011-1/alchemist.txt4
-rw-r--r--npc/011-1/auldsbel.txt4
-rw-r--r--npc/magic/level1-flare-dart.txt2
6 files changed, 25 insertions, 20 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 7ee94a4a..083ed000 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -2703,7 +2703,7 @@ item_db: (
Type: "IT_ETC"
Buy: 1000
Sell: 25
- Weight: 2
+ Weight: 1
Def: 0
Slots: 0
Refine: false
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf
index 31ef2f06..6f7de0d4 100644
--- a/db/pre-re/mob_db.conf
+++ b/db/pre-re/mob_db.conf
@@ -1868,8 +1868,8 @@ mob_db: (
MvpExp: 0
Drops: {
SpectrePowder: 1000
- SulphurPowder: 150
- SulphurPowder: 120
+ SulphurPowder: 600
+ SulphurPowder: 480
}
},
{
@@ -2398,8 +2398,8 @@ mob_db: (
Drops: {
Beer: 1000
Orange: 1000
+ SulphurPowder: 1000
PileOfAsh: 500
- SulphurPowder: 250
Pearl: 250
SailorHat: 10
}
@@ -2446,8 +2446,8 @@ mob_db: (
Drops: {
Beer: 1000
Orange: 1000
+ SulphurPowder: 1000
PileOfAsh: 500
- SulphurPowder: 250
Pearl: 250
Bandana: 500
}
@@ -2814,9 +2814,9 @@ mob_db: (
Drops: {
SmallMushroom: 500
BugLeg: 500
+ SulphurPowder: 400
Lifestone: 300
EmptyBottle: 100
- SulphurPowder: 100
}
},
{
@@ -2858,7 +2858,8 @@ mob_db: (
MvpExp: 0
Drops: {
SlingBullet: 10000
- SulphurPowder: 2500
+ SulphurPowder: 5000
+ SulphurPowder: 5000
IronOre: 1000
PileOfAsh: 1000
Coal: 1000
@@ -3756,7 +3757,8 @@ mob_db: (
MvpExp: 0
Drops: {
SlingBullet: 10000
- SulphurPowder: 2500
+ SulphurPowder: 5000
+ SulphurPowder: 5000
IronOre: 1000
PileOfAsh: 1000
Coal: 1000
@@ -4385,8 +4387,8 @@ mob_db: (
MvpExp: 0
Drops: {
PoltergeistPowder: 1000
- SulphurPowder: 150
- SulphurPowder: 120
+ SulphurPowder: 600
+ SulphurPowder: 480
}
},
{
@@ -4900,9 +4902,9 @@ mob_db: (
DamageMotion: 480
MvpExp: 0
Drops: {
+ SulphurPowder: 3000
CottonCloth: 1000
CottonCloth: 500
- SulphurPowder: 750
Emerald: 50
ReedBundle: 500
}
@@ -5375,8 +5377,8 @@ mob_db: (
MvpExp: 0
Drops: {
WispPowder: 1000
- SulphurPowder: 150
- SulphurPowder: 120
+ SulphurPowder: 600
+ SulphurPowder: 480
}
},
{
diff --git a/npc/009-2/trader.txt b/npc/009-2/trader.txt
index 83ed8d37..ff1076e5 100644
--- a/npc/009-2/trader.txt
+++ b/npc/009-2/trader.txt
@@ -68,7 +68,10 @@ L_Iron:
L_Sulphur:
mes "[Trader]";
- mes "\"I can trade you 5 Sulphur Powders for 1 Pile of Ash and " + @Sulphurprice + "gp.\"";
+ mesq l("I can trade you %d %ss for %d %s and %d GP.",
+ 20, getitemlink(SulphurPowder),
+ 1, getitemlink(PileOfAsh),
+ @Sulphurprice);
menu
"Here you go.", L_Spowder,
"Are you nuts?! Forget it!", L_close;
@@ -101,7 +104,7 @@ L_Spowder:
if (@inventorylist_count == 100 && countitem("PileOfAsh") > 1 && countitem("SulphurPowder") < 1) goto L_Full;
delitem "PileOfAsh", 1;
Zeny = Zeny - @Sulphurprice;
- getitem "SulphurPowder", 5;
+ getitem "SulphurPowder", 20;
mes "[Trader]";
mes "\"There you go. Would you like to trade anything else?\"";
menu
diff --git a/npc/011-1/alchemist.txt b/npc/011-1/alchemist.txt
index 5b2b44ac..5f915236 100644
--- a/npc/011-1/alchemist.txt
+++ b/npc/011-1/alchemist.txt
@@ -185,7 +185,7 @@ L_Iron_powder_full:
L_Sulphur:
mes "[Rauk the Alchemist]";
- mes "\"Oh, that is easy. Bring me three piles of volcanic ash and three mauve leaves, and I will extract twelve piles of sulphur ash for you.\"";
+ mes "\"Oh, that is easy. Bring me three piles of volcanic ash and three mauve leaves, and I will extract forty eight piles of sulphur ash for you.\"";
next;
menu
"I will be back.", L_Abort,
@@ -206,7 +206,7 @@ L_Next1:
delitem "PileOfAsh", 3;
delitem "MauveHerb", 3;
- getitem "SulphurPowder", 12;
+ getitem "SulphurPowder", 48;
mes "[Rauk the Alchemist]";
mes "You watch Rauk burn the mauve leaves in the midst of the ashes. He then dissolves the result and pours it through a filter, finally heating up the residual liquid.";
next;
diff --git a/npc/011-1/auldsbel.txt b/npc/011-1/auldsbel.txt
index 32a9d135..f5931017 100644
--- a/npc/011-1/auldsbel.txt
+++ b/npc/011-1/auldsbel.txt
@@ -176,7 +176,7 @@ L_Ironpowder:
L_Sulphur:
mes "[Auldsbel the Wizard]";
@Cost = 400 - (@Q_component_quest * 30);
- mes "\"Sulphur powder? Ah, so we have picked up a little offensive magic, haven't we? Good thinking, good thinking. And yes, of course I can transmute volcanic ashes into sulphur powder at a ratio of 1:5, for " + @Cost + " GP.\"";
+ mes "\"Sulphur powder? Ah, so we have picked up a little offensive magic, haven't we? Good thinking, good thinking. And yes, of course I can transmute volcanic ashes into sulphur powder at a ratio of 1:20, for " + @Cost + " GP.\"";
next;
if (@Q_main_status >= @Q_STATUS_STUDENT)
menu
@@ -202,7 +202,7 @@ L_Sulphur_buy:
Zeny = Zeny - @Cost;
delitem "PileOfAsh", 1;
- getitem "SulphurPowder", 5;
+ getitem SulphurPowder, 20;
mes "[Auldsbel the Wizard]";
mes "\"I shall transmute it later. Here, have five half-ounces from my own stock.\"";
next;
diff --git a/npc/magic/level1-flare-dart.txt b/npc/magic/level1-flare-dart.txt
index 27eeea72..ec1d8134 100644
--- a/npc/magic/level1-flare-dart.txt
+++ b/npc/magic/level1-flare-dart.txt
@@ -5,7 +5,7 @@
// School: War 1
function script SK_Flar {
- .@PW=100+(10*@skillLv);
+ .@PW=70+(10*@skillLv);
.@dmg=AdjustSpellpower(.@PW);
harm(@skillTarget, .@dmg, HARM_MAGI, Ele_Fire);
GetManaExp(@skillId, 1);