Further updates to Zhed's Veins addition.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12495 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
c72d39ae5b
commit
4a951c93fb
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2008/04/05
|
||||||
|
* Rev. 12495 Further updates to Zhed's Veins addition. [L0ne_W0lf]
|
||||||
2008/04/04
|
2008/04/04
|
||||||
* Rev. 12472 Updated NIflheim Town and Quest NPCs. [L0ne_W0lf]
|
* Rev. 12472 Updated NIflheim Town and Quest NPCs. [L0ne_W0lf]
|
||||||
* Rev. 12471 Updated Schwaltzvalt guild warp points. [L0ne_W0lf]
|
* Rev. 12471 Updated Schwaltzvalt guild warp points. [L0ne_W0lf]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.4
|
//= 2.4a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -49,6 +49,7 @@
|
|||||||
//= 2.2a Corrected a Typo error ";;". [Samuray22]
|
//= 2.2a Corrected a Typo error ";;". [Samuray22]
|
||||||
//= 2.3 Added Zhed's portion of Thor Volcano Base Quest. (euRO) [L0ne_W0lf]
|
//= 2.3 Added Zhed's portion of Thor Volcano Base Quest. (euRO) [L0ne_W0lf]
|
||||||
//= 2.4 Updated Zhed's Thor Vol. Base addition dialog to iRO's. [L0ne_W0lf]
|
//= 2.4 Updated Zhed's Thor Vol. Base addition dialog to iRO's. [L0ne_W0lf]
|
||||||
|
//= 2.4a Further updates to Zhed's Veins addition. [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Lost Child Quest (Prerequisite to High Priest quest)
|
// Lost Child Quest (Prerequisite to High Priest quest)
|
||||||
@ -5304,19 +5305,12 @@ ra_temin,277,159,3 script High Priest Zhed#rachel 932,{
|
|||||||
mes "checking out for now?";
|
mes "checking out for now?";
|
||||||
next;
|
next;
|
||||||
if (select("Yes:No") == 2) {
|
if (select("Yes:No") == 2) {
|
||||||
//Bah, missed this dialog.
|
|
||||||
mes "[High Priest Zhed]";
|
mes "[High Priest Zhed]";
|
||||||
mes "Why did you change your";
|
mes "Well you never know";
|
||||||
mes "mind about protecting the";
|
mes "until you ask. Besides,";
|
||||||
mes "peace between the two";
|
mes "I don't know if there's";
|
||||||
mes "countries?";
|
mes "any way to sneak?";
|
||||||
next;
|
mes "into the Thor Volcano Camp...";
|
||||||
mes "[High Priest Zhed]";
|
|
||||||
mes "Regardless, I think you";
|
|
||||||
mes "should know where the";
|
|
||||||
mes "geologist lives, so that";
|
|
||||||
mes "you can go see him if you";
|
|
||||||
mes "change your mind again.";
|
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
mes "[High Priest Zhed]";
|
mes "[High Priest Zhed]";
|
||||||
@ -5333,7 +5327,7 @@ ra_temin,277,159,3 script High Priest Zhed#rachel 932,{
|
|||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//Also missed
|
//Also missed, no way to "drop" file folder.
|
||||||
mes "["+strcharinfo(0)+"]";
|
mes "["+strcharinfo(0)+"]";
|
||||||
mes "Now where did I put that File Folder?";
|
mes "Now where did I put that File Folder?";
|
||||||
close2;
|
close2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user