|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= eAthena Dev Team; L0ne_W0lf
|
|
//= eAthena Dev Team; L0ne_W0lf
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.5
|
|
|
|
|
|
+//= 1.6
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena SVN
|
|
//= eAthena SVN
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -27,6 +27,7 @@
|
|
//= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
|
//= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
|
//= Merged metto_quest.txt into Juno quest file.
|
|
//= Merged metto_quest.txt into Juno quest file.
|
|
//= Added the Juno portion of the Doomed Swords quest.
|
|
//= Added the Juno portion of the Doomed Swords quest.
|
|
|
|
+//= 1.6 Fixed various errors in the Bajin NPC. [L0ne_W0lf]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
// Metto Quest
|
|
// Metto Quest
|
|
@@ -618,7 +619,7 @@ yuno_in01,100,153,7 script Bajin 47,0,0,{
|
|
if (.@kyulkwa == 5 || .@kyulkwa == 6 || .@kyulkwa == 8)
|
|
if (.@kyulkwa == 5 || .@kyulkwa == 6 || .@kyulkwa == 8)
|
|
callsub S_DelItems,723,5,1;
|
|
callsub S_DelItems,723,5,1;
|
|
else if (.@kyulkwa == 7)
|
|
else if (.@kyulkwa == 7)
|
|
- callsub S_DelItems,969,3,1;
|
|
|
|
|
|
+ callsub S_DelItems,984,3,1;
|
|
}
|
|
}
|
|
if (bros_q == 1) {
|
|
if (bros_q == 1) {
|
|
mes "[Bajin]";
|
|
mes "[Bajin]";
|
|
@@ -693,7 +694,7 @@ S_DelItems:
|
|
delitem 756,3; //Oridecon_Stone
|
|
delitem 756,3; //Oridecon_Stone
|
|
set zeny,zeny-2000;
|
|
set zeny,zeny-2000;
|
|
getitem getarg(0),getarg(1); //Gold
|
|
getitem getarg(0),getarg(1); //Gold
|
|
- mes "[Bain]";
|
|
|
|
|
|
+ mes "[Bajin]";
|
|
mes "AHHH, it is a success!";
|
|
mes "AHHH, it is a success!";
|
|
mes "I don't know if we can do anything else,";
|
|
mes "I don't know if we can do anything else,";
|
|
if (getarg(2) == 1)
|
|
if (getarg(2) == 1)
|
|
@@ -702,14 +703,14 @@ S_DelItems:
|
|
mes "but this time we have created";
|
|
mes "but this time we have created";
|
|
mes "^FF0000"+getitemname(getarg(0))+"^000000 !";
|
|
mes "^FF0000"+getitemname(getarg(0))+"^000000 !";
|
|
next;
|
|
next;
|
|
- mes "[Bain]";
|
|
|
|
|
|
+ mes "[Bajin]";
|
|
mes "Now that we know that it works";
|
|
mes "Now that we know that it works";
|
|
mes "I don't have any need for this.";
|
|
mes "I don't have any need for this.";
|
|
mes "Why don't you take it? Oh,";
|
|
mes "Why don't you take it? Oh,";
|
|
mes "and if you find any more parts,";
|
|
mes "and if you find any more parts,";
|
|
mes "bring them to me again. Heheheh.";
|
|
mes "bring them to me again. Heheheh.";
|
|
next;
|
|
next;
|
|
- mes "[Bain]";
|
|
|
|
|
|
+ mes "[Bajin]";
|
|
mes "Thank you for helping me out.";
|
|
mes "Thank you for helping me out.";
|
|
mes "You have my eternal gratitude.";
|
|
mes "You have my eternal gratitude.";
|
|
mes "I wish you luck in your journeys!";
|
|
mes "I wish you luck in your journeys!";
|