summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt3
-rw-r--r--npc/merchants/shuriken_maker.txt31
2 files changed, 19 insertions, 15 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index bb187359e..bec7a2486 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -29,7 +29,10 @@ Playtester
Date Added
======
+09/27
+ * Fixed item lists in Shuriken Blacksmith. Thanks to $ephiroth [Lupus]
09/26
+ * Added Jukka's conversion first_class\tu_acolyte.txt. Not tested, not enabled yet [Lupus]
* Shuriken Blacksmith - added missing next; [Lupus]
- Finished translation of custom\may_hats, thanks to Playtester ^_-
09/25
diff --git a/npc/merchants/shuriken_maker.txt b/npc/merchants/shuriken_maker.txt
index cb38852d8..d2914302f 100644
--- a/npc/merchants/shuriken_maker.txt
+++ b/npc/merchants/shuriken_maker.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Au{R}oN
//===== Current Version: =====================================
-//= 1.2a
+//= 1.2b
//===== Compatible With: =====================================
//= eAthena 1.0+
//===== Description: =========================================
@@ -14,6 +14,7 @@
//= 1.1 Fix getitem bugs and add if ninja job check. [Au{R}oN]
//= 1.2 more bugs fixed,wrong labels, missing stuf, etc[Lupus]
//= 1.2a added missing next;
+//= 1.2b Thanks to $ephiroth, fixed wrong ingredient lists
//============================================================
que_ng.gat,22,62,3 script Taitsu 709,{
@@ -40,10 +41,10 @@ que_ng.gat,22,62,3 script Taitsu 709,{
//=====================BENEKI========================
M_BENEKI:
mes "[Taitsu]";
- mes "You want make ^FF0000Fuuma Shuriken Beneki^000000";
- mes "Fuuma Shuriken Beneki needs:";
+ mes "For making ^FF0000Fuuma Shuriken Beneki^000000";
+ mes "you need these items:";
mes "50 Steel, 20 Harpy's Feathers, 5 Oridecon, and 90.000z.";
- mes "Do you want me to make it?";
+ mes "Do you want it?";
next;
menu "Yes",-,"No Thanks",M_NOPE;
@@ -65,10 +66,10 @@ M_BENEKI:
//=====================DAISHARIN========================
M_DAIS:
mes "[Taitsu]";
- mes "You want make ^FF0000Fuuma Shuriken Daisharin^000000";
- mes "Fuuma Shuriken Daisharin needs:";
+ mes "For making ^FF0000Fuuma Shuriken Daisharin^000000";
+ mes "you need these items:";
mes "30 Steel, 100 Tassels, 2 Oridecon, and 40.000z.";
- mes "Do you want me to make it?";
+ mes "Do you want it?";
next;
menu "Yes",-,"No Thanks",M_NOPE;
@@ -90,10 +91,10 @@ M_DAIS:
//=====================DAISHARIN4========================
M_DAIS4:
mes "[Taitsu]";
- mes "You want make ^FF0000Fuuma Shuriken Daisharin[4]^000000";
- mes "Fuuma Shuriken Daisharin[4] needs:";
- mes "20 Cracked Diamonds, 1 Fuuma Shuriken Daisharin, 2 Oridecon, and 40.000z.";
- mes "Do you want me to make it?";
+ mes "For making ^FF0000Fuuma Shuriken Daisharin[4]^000000";
+ mes "you need these items:";
+ mes "20 Cracked Diamonds, 1 Fuuma Shuriken Daisharin, 3 Oridecon, and 40.000z.";
+ mes "Do you want it?";
next;
menu "Yes",-,"No Thanks",M_NOPE;
@@ -115,10 +116,10 @@ M_DAIS4:
//=====================REKKA========================
M_REKKA:
mes "[Taitsu]";
- mes "You want make ^FF0000Fuuma Shuriken Rekka^000000";
- mes "Fuuma Shuriken Rekka needs:";
- mes "50 Steel, 100 Live Coal, 2 Oridecon, 50 Burning Stone and 78.000z.";
- mes "Do you want me to make it?";
+ mes "For making ^FF0000Fuuma Shuriken Rekka^000000";
+ mes "you need these items:";
+ mes "50 Steel, 100 Live Coal, 100 Burning Heart, 50 Burning Stone and 78.000z.";
+ mes "Do you want it?";
next;
menu "Yes",-,"No Thanks",M_NOPE;