Corrected a typo in Sleinpr seal quest. (bugreport:2234)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13216 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
99db5084fb
commit
35f8b7eff7
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2008/09/15
|
||||||
|
* Rev. 13216 Corrected a typo in Sleinpr seal quest. (bugreport:2234) [L0ne_W0lf]
|
||||||
2008/09/14
|
2008/09/14
|
||||||
* Rev. 13210 Added updates to crusader job quest from bugreport:1887. [L0ne_W0lf]
|
* Rev. 13210 Added updates to crusader job quest from bugreport:1887. [L0ne_W0lf]
|
||||||
* Rev. 13209 Corrected a typo in monster races. (bugreport:2147)
|
* Rev. 13209 Corrected a typo in monster races. (bugreport:2147)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= MasterOfMuppets
|
//= MasterOfMuppets
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena
|
//= eAthena
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -12,6 +12,7 @@
|
|||||||
//= 1.0 First version. [MasterOfMuppets]
|
//= 1.0 First version. [MasterOfMuppets]
|
||||||
//= 1.1 Updated several aspects of the script. [L0ne_W0lf]
|
//= 1.1 Updated several aspects of the script. [L0ne_W0lf]
|
||||||
//= 1.2 Minor Touchups to quest. [L0ne_W0lf]
|
//= 1.2 Minor Touchups to quest. [L0ne_W0lf]
|
||||||
|
//= 1.3 Fixed a typo with a variable. [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
yuno,164,200,4 script Noyee#G 101,{
|
yuno,164,200,4 script Noyee#G 101,{
|
||||||
@ -1075,7 +1076,7 @@ que_god01,55,47,3 script Researcher#G3 803,{
|
|||||||
set .@count_sl_1,.@count_sl_1 + 1;
|
set .@count_sl_1,.@count_sl_1 + 1;
|
||||||
}
|
}
|
||||||
next;
|
next;
|
||||||
if (count_sl_1 > 14) {
|
if (.@count_sl_1 > 14) {
|
||||||
mes "[Kurdt]";
|
mes "[Kurdt]";
|
||||||
mes "Ah....!";
|
mes "Ah....!";
|
||||||
mes "The materials you have should be enough for me to conduct my experiment. Thank you so much.";
|
mes "The materials you have should be enough for me to conduct my experiment. Thank you so much.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user