* Fixed various errors in the Bajin NPC in quests_yuno

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10862 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2007-07-07 03:22:10 +00:00
parent d07ad9e31c
commit 3cd96b5bf8
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,7 @@
Date Added
======
2007/07/07
* Rev. 10862 Fixed various errors in the Bajin NPC in quests_yuno. [L0ne_W0lf]
2007/07/06
* Rev. 10859 Forgot to add the third part of the doomed swords quest. [L0ne_W0lf]
* Forgot to update the conf files accordingly. (added doomed_swords_quest deleted metto_quest)

View File

@ -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!";