Small fix to alchemist job quest that was blocking babies.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11708 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2007-11-11 04:30:32 +00:00
parent 1eb8c5f30c
commit d093d95e9c
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,9 @@
Date Added Date Added
====== ======
2007/11/10
* Rev 11708 Small fix to alchemist job quest that was blocking babies. [L0ne_W0lf]
2007/11/06 2007/11/06
* Rev 11685 Another Luina guild manager fix (In an I never updated that worked fine before.) [L0ne_W0lf] * Rev 11685 Another Luina guild manager fix (In an I never updated that worked fine before.) [L0ne_W0lf]
2007/11/05 2007/11/05
* Rev 11678 Corrected aldeg_cas02 treasure room coordinates. [L0ne_W0lf] * Rev 11678 Corrected aldeg_cas02 treasure room coordinates. [L0ne_W0lf]
* Rev 11677 Fixed errors in the Halloween 2006 event script. :P [L0ne_W0lf] * Rev 11677 Fixed errors in the Halloween 2006 event script. :P [L0ne_W0lf]

View File

@ -12,6 +12,7 @@
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= 2.5 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= 2.5 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
//= No longer uses function "F_BlockHigh" //= No longer uses function "F_BlockHigh"
//= 2.6 Corrected a bug in advanced class checking. [L0ne_W0lf]
//============================================================ //============================================================
alde_alche,27,185,5 script Alchemist Guildsman#am 744,{ alde_alche,27,185,5 script Alchemist Guildsman#am 744,{
@ -1559,7 +1560,7 @@ alde_alche,79,19,5 script Experiment Expert#am 748,{
alde_alche,101,184,4 script Master Alchemist#am 122,{ alde_alche,101,184,4 script Master Alchemist#am 122,{
cutin "job_alche_vincent",2; cutin "job_alche_vincent",2;
mes "[Vincent Carsciallo]"; mes "[Vincent Carsciallo]";
if (Upper != 0) { if (Upper == 1) {
mes "You have transcended..."; mes "You have transcended...";
mes "Excellent, excellent."; mes "Excellent, excellent.";
next; next;