summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-05-22 22:56:20 +0200
committerFedja Beader <fedja@protonmail.ch>2025-05-22 22:56:20 +0200
commit0357521ba7156378ecef93ad6e5a87c232a02904 (patch)
tree879848f38f99a22a35cf8f27b78861edd05547ec
parentadc6be0206709e4426bab4c628d9fd4198c07212 (diff)
downloadclassic-serverdata-buff_auldsbel_ash_sulfur_transmute.tar.gz
classic-serverdata-buff_auldsbel_ash_sulfur_transmute.tar.bz2
classic-serverdata-buff_auldsbel_ash_sulfur_transmute.tar.xz
classic-serverdata-buff_auldsbel_ash_sulfur_transmute.zip
Reduce ratio to 1:10 as hello wantsbuff_auldsbel_ash_sulfur_transmute
-rw-r--r--world/map/npc/011-1/auldsbel.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt
index a8ee319c..58eecee0 100644
--- a/world/map/npc/011-1/auldsbel.txt
+++ b/world/map/npc/011-1/auldsbel.txt
@@ -179,7 +179,7 @@ L_ironpowder:
L_sulphur:
mes "[Auldsbel the Wizard]";
set @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:13, 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:10, for " + @cost + " GP.\"";
next;
if (@Q_main_status >= @Q_STATUS_STUDENT)
menu
@@ -205,9 +205,9 @@ L_sulphur_buy:
set Zeny, Zeny - @cost;
delitem "PileOfAsh", 1;
- getitem "SulphurPowder", 13;
+ getitem "SulphurPowder", 10;
mes "[Auldsbel the Wizard]";
- mes "\"I shall transmute it later. Here, have thirteen half-ounces from my own stock.\"";
+ mes "\"I shall transmute it later. Here, have ten half-ounces from my own stock.\"";
next;
goto L_main_menu;