* Fixed a typo in the merchant quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10998 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
211a6218a4
commit
f6e7e20e1f
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/08/13
|
2007/08/13
|
||||||
|
* Rev. 10998 Fixed a typo in the merchant quest. [L0ne_W0lf]
|
||||||
* Rev. 10997 A few corrections to merchant and wizard job quests, care of Barron-Monster. [L0ne_W0lf]
|
* Rev. 10997 A few corrections to merchant and wizard job quests, care of Barron-Monster. [L0ne_W0lf]
|
||||||
* Fixed a wrong negative value checking in Schwartzvalt Trilogy quest. [SinSloth]
|
* Fixed a wrong negative value checking in Schwartzvalt Trilogy quest. [SinSloth]
|
||||||
* Changed "item names" into item ID constants, added missing [] and fixed a bug in bs skill quest [Lupus]
|
* Changed "item names" into item ID constants, added missing [] and fixed a bug in bs skill quest [Lupus]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88; L0ne_W0lf
|
//= kobra_k88; L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.9a
|
//= 1.9b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -23,6 +23,7 @@
|
|||||||
//= No longer uses function "F_ToHigh"
|
//= No longer uses function "F_ToHigh"
|
||||||
//= 1.9 Bugfixes, thanks to Barron-Monster. [L0ne_W0lf]
|
//= 1.9 Bugfixes, thanks to Barron-Monster. [L0ne_W0lf]
|
||||||
//= 1.9a Added a missing next; (Barron-Monster) [L0ne_W0lf]
|
//= 1.9a Added a missing next; (Barron-Monster) [L0ne_W0lf]
|
||||||
|
//= 1.9b Typo. "nextl" -> "next;" (Barron-Monster) [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
alberta_in,53,43,6 script Merchant#mer 86,{
|
alberta_in,53,43,6 script Merchant#mer 86,{
|
||||||
@ -216,7 +217,7 @@ alberta_in,53,43,6 script Merchant#mer 86,{
|
|||||||
}
|
}
|
||||||
else if (job_merchant_q2 == 7 || job_merchant_q2 == 8) {
|
else if (job_merchant_q2 == 7 || job_merchant_q2 == 8) {
|
||||||
mes "First, get the package from the storehouse, and then give it to the Kafra Employee stationed on Byalan Island. Her name is Blossom.";
|
mes "First, get the package from the storehouse, and then give it to the Kafra Employee stationed on Byalan Island. Her name is Blossom.";
|
||||||
nextl
|
next;
|
||||||
if (job_merchant_q2 == 7) {
|
if (job_merchant_q2 == 7) {
|
||||||
mes "[Chief Mahnsoo]";
|
mes "[Chief Mahnsoo]";
|
||||||
mes "Remember, the package's Serial Number is ^3355FF3318702^000000.";
|
mes "Remember, the package's Serial Number is ^3355FF3318702^000000.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user