* A few corrections to merchant and wizard job quests, care of Barron-Monster.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10997 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
fe3ee37d0b
commit
211a6218a4
@ -1,6 +1,7 @@
|
||||
Date Added
|
||||
======
|
||||
2007/08/13
|
||||
* 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]
|
||||
* Changed "item names" into item ID constants, added missing [] and fixed a bug in bs skill quest [Lupus]
|
||||
2007/08/12
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= kobra_k88; L0ne_W0lf
|
||||
//===== Current Version: =====================================
|
||||
//= 1.9
|
||||
//= 1.9a
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//===== Description: =========================================
|
||||
@ -22,6 +22,7 @@
|
||||
//= 1.8 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
|
||||
//= No longer uses function "F_ToHigh"
|
||||
//= 1.9 Bugfixes, thanks to Barron-Monster. [L0ne_W0lf]
|
||||
//= 1.9a Added a missing next; (Barron-Monster) [L0ne_W0lf]
|
||||
//============================================================
|
||||
|
||||
alberta_in,53,43,6 script Merchant#mer 86,{
|
||||
@ -215,6 +216,7 @@ alberta_in,53,43,6 script Merchant#mer 86,{
|
||||
}
|
||||
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.";
|
||||
nextl
|
||||
if (job_merchant_q2 == 7) {
|
||||
mes "[Chief Mahnsoo]";
|
||||
mes "Remember, the package's Serial Number is ^3355FF3318702^000000.";
|
||||
|
@ -4,7 +4,7 @@
|
||||
//= (Aegis) Translated by yoshiki, converted by kobra_k88
|
||||
//= Further bugfixed and tested by Lupus
|
||||
//===== Current Version: =====================================
|
||||
//= 2.5
|
||||
//= 2.5a
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN
|
||||
//===== Description: =========================================
|
||||
@ -29,6 +29,7 @@
|
||||
//= 2.3 Bigfoot monster summon corrected [Zairik]
|
||||
//= 2.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
||||
//= 2.5 Several bugfixes with the help of Barron-Monster. [L0ne_W0lf]
|
||||
//= 2.5a More bugfixes care of Barron-Monster. [L0ne_W0lf]
|
||||
//============================================================
|
||||
|
||||
gef_tower,111,37,4 script Wizard Guildsman 70,{
|
||||
@ -547,6 +548,7 @@ gef_tower,102,24,2 script Gloomy Wizard 735,{
|
||||
next;
|
||||
mes "[Raulel]";
|
||||
mes "*Cough* *cough* Then here go the questions!";
|
||||
L_AskQuestions:
|
||||
next;
|
||||
switch(rand(1,3)) {
|
||||
case 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user