summaryrefslogtreecommitdiff
path: root/npc/quests/quests_yuno.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-07 03:22:10 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-07 03:22:10 +0000
commite8478af081ff8319d5df040cc23d28ab6583d896 (patch)
treea2605eda7a4f6bef191fe8a2daee1f5f378fa15d /npc/quests/quests_yuno.txt
parent531c41a41d40857359bda2f35ce3d51539d9fee8 (diff)
downloadhercules-e8478af081ff8319d5df040cc23d28ab6583d896.tar.gz
hercules-e8478af081ff8319d5df040cc23d28ab6583d896.tar.bz2
hercules-e8478af081ff8319d5df040cc23d28ab6583d896.tar.xz
hercules-e8478af081ff8319d5df040cc23d28ab6583d896.zip
* Fixed various errors in the Bajin NPC in quests_yuno
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10862 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_yuno.txt')
-rw-r--r--npc/quests/quests_yuno.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/quests_yuno.txt b/npc/quests/quests_yuno.txt
index 953ad8405..4d49d4eea 100644
--- a/npc/quests/quests_yuno.txt
+++ b/npc/quests/quests_yuno.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= eAthena Dev Team; L0ne_W0lf
//===== Current Version: =====================================
-//= 1.5
+//= 1.6
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -27,6 +27,7 @@
//= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
//= Merged metto_quest.txt into Juno quest file.
//= Added the Juno portion of the Doomed Swords quest.
+//= 1.6 Fixed various errors in the Bajin NPC. [L0ne_W0lf]
//============================================================
// Metto Quest
@@ -618,7 +619,7 @@ yuno_in01,100,153,7 script Bajin 47,0,0,{
if (.@kyulkwa == 5 || .@kyulkwa == 6 || .@kyulkwa == 8)
callsub S_DelItems,723,5,1;
else if (.@kyulkwa == 7)
- callsub S_DelItems,969,3,1;
+ callsub S_DelItems,984,3,1;
}
if (bros_q == 1) {
mes "[Bajin]";
@@ -693,7 +694,7 @@ S_DelItems:
delitem 756,3; //Oridecon_Stone
set zeny,zeny-2000;
getitem getarg(0),getarg(1); //Gold
- mes "[Bain]";
+ mes "[Bajin]";
mes "AHHH, it is a success!";
mes "I don't know if we can do anything else,";
if (getarg(2) == 1)
@@ -702,14 +703,14 @@ S_DelItems:
mes "but this time we have created";
mes "^FF0000"+getitemname(getarg(0))+"^000000 !";
next;
- mes "[Bain]";
+ mes "[Bajin]";
mes "Now that we know that it works";
mes "I don't have any need for this.";
mes "Why don't you take it? Oh,";
mes "and if you find any more parts,";
mes "bring them to me again. Heheheh.";
next;
- mes "[Bain]";
+ mes "[Bajin]";
mes "Thank you for helping me out.";
mes "You have my eternal gratitude.";
mes "I wish you luck in your journeys!";