* Fixed a bug in Bruspetti quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10805 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
57b3ddf3e4
commit
7a1b969d60
@ -2,6 +2,7 @@ Date Added
|
|||||||
======
|
======
|
||||||
2004/06/22
|
2004/06/22
|
||||||
* Fixed some typos to Kiel Hyre and Curse of Gaebolg quest. [SinSloth]
|
* Fixed some typos to Kiel Hyre and Curse of Gaebolg quest. [SinSloth]
|
||||||
|
* Fixed a bug in Bruspetti quest. [SinSloth]
|
||||||
2007/06/21
|
2007/06/21
|
||||||
* Update to the eAAC Scripts (don't ask...) [eAAC]
|
* Update to the eAAC Scripts (don't ask...) [eAAC]
|
||||||
* Fixed a small bug in Dandelion's Request. [SinSloth]
|
* Fixed a small bug in Dandelion's Request. [SinSloth]
|
||||||
|
@ -38,6 +38,7 @@
|
|||||||
//= 1.2 Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder. [L0ne_W0lf]
|
//= 1.2 Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder. [L0ne_W0lf]
|
||||||
//= 1.3 Added hte ability to redeem lottery tickets before donation max is met. [L0ne_W0lf]
|
//= 1.3 Added hte ability to redeem lottery tickets before donation max is met. [L0ne_W0lf]
|
||||||
//= 1.4 Removed an erroneous "case". Thanks, Jet. [L0ne_W0lf]
|
//= 1.4 Removed an erroneous "case". Thanks, Jet. [L0ne_W0lf]
|
||||||
|
//= 1.5 Fixed a bug in Bruspetti quest. [SinSloth]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Lost Child Quest (Prerequisite to High Priest quest)
|
// Lost Child Quest (Prerequisite to High Priest quest)
|
||||||
@ -1789,7 +1790,7 @@ ra_in01,235,194,5 script Katinshuell 931,{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else if ((rach_vice == 15) && (v[Blue_Diary] > 0)) {
|
else if ((rach_vice == 15) && (countitem(7571))) {
|
||||||
mes "[Katinshuell]";
|
mes "[Katinshuell]";
|
||||||
mes "Oh, it's you again.";
|
mes "Oh, it's you again.";
|
||||||
mes "What do you want now?";
|
mes "What do you want now?";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user