* Fixed some typos in various Rachel quests.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10830 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
0ee9f0cf41
commit
05221bdfee
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/06/29
|
2007/06/29
|
||||||
|
* Fixed some typos in various Rachel quests. [SinSloth]
|
||||||
* Fixed a minor bug in Hugel Bingo game system. [SinSloth]
|
* Fixed a minor bug in Hugel Bingo game system. [SinSloth]
|
||||||
* Commented out crashing soundeffectall function calls [ultramage]
|
* Commented out crashing soundeffectall function calls [ultramage]
|
||||||
2007/06/28
|
2007/06/28
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.4
|
//= 1.5b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -39,6 +39,7 @@
|
|||||||
//= 1.3 Added the ability to redeem lottery tickets before donation max is met. [L0ne_W0lf]
|
//= 1.3 Added the 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]
|
//= 1.5 Fixed a bug in Bruspetti quest. [SinSloth]
|
||||||
|
//= 1.5b Fixed some typos in various quests. [SinSloth]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Lost Child Quest (Prerequisite to High Priest quest)
|
// Lost Child Quest (Prerequisite to High Priest quest)
|
||||||
@ -3111,8 +3112,9 @@ ice_dun02,120,105,3 script Man Stuck in Ice#cave 924,5,5,{
|
|||||||
mes "be found near Freya's Spring:";
|
mes "be found near Freya's Spring:";
|
||||||
mes "beseech him on my behalf!";
|
mes "beseech him on my behalf!";
|
||||||
set ice_necklace_q,2;
|
set ice_necklace_q,2;
|
||||||
|
close2;
|
||||||
cutin "",255;
|
cutin "",255;
|
||||||
close;
|
end;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if ((ice_necklace_q == 2) || (ice_necklace_q == 3)) {
|
else if ((ice_necklace_q == 2) || (ice_necklace_q == 3)) {
|
||||||
@ -5041,7 +5043,7 @@ ra_temin,277,159,3 script High Priest Zhed#rachel 932,{
|
|||||||
mes "I explain the task, you must";
|
mes "I explain the task, you must";
|
||||||
mes "accept my request.";
|
mes "accept my request.";
|
||||||
next;
|
next;
|
||||||
if (select("Let me think about it.:Yes, sure.") == 1) {
|
if (select("Let me think about it.:Yes, sure.") == 2) {
|
||||||
cutin "ra_gman",2;
|
cutin "ra_gman",2;
|
||||||
mes "[High Priest Zhed]";
|
mes "[High Priest Zhed]";
|
||||||
mes "Ah, I'm relieved to see";
|
mes "Ah, I'm relieved to see";
|
||||||
@ -6066,6 +6068,7 @@ ra_temsky,99,99,5 script Pope#rachel 936,{
|
|||||||
mes "religion, but there's a sacred";
|
mes "religion, but there's a sacred";
|
||||||
mes "place that even I'm not allowed";
|
mes "place that even I'm not allowed";
|
||||||
mes "to visit. Isn't that so weird?";
|
mes "to visit. Isn't that so weird?";
|
||||||
|
next;
|
||||||
select("R-really...?");
|
select("R-really...?");
|
||||||
mes "[Pope]";
|
mes "[Pope]";
|
||||||
mes "...Yeah. I don't know";
|
mes "...Yeah. I don't know";
|
||||||
@ -6410,7 +6413,7 @@ que_san04,119,133,0 script imir2#rachel -1,20,5,{
|
|||||||
OnTouch:
|
OnTouch:
|
||||||
if (ra_tem_q == 21) {
|
if (ra_tem_q == 21) {
|
||||||
mes "^3355FFThere's something here";
|
mes "^3355FFThere's something here";
|
||||||
mes "beneaththe water. This";
|
mes "beneath the water. This";
|
||||||
mes "may warrant a closer look.^000000";
|
mes "may warrant a closer look.^000000";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user