* Corrected a "donpcevent" missing a ":" in Cooking Quest. (bugreport:962)
* Corrected a Typo error in quest_prontera.txt. (bugreport:950) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12202 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
89a339b7f1
commit
9fd3b6a93b
@ -1,5 +1,8 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2008/02/13
|
||||||
|
* Corrected a "donpcevent" missing a ":" in Cooking Quest. (bugreport:962) [Samuray22]
|
||||||
|
* Corrected a Typo error in quest_prontera.txt. (bugreport:950)
|
||||||
2008/02/08
|
2008/02/08
|
||||||
* rev. 12188 Castle ownership displays at the start and end of WoE. [L0ne_W0lf]
|
* rev. 12188 Castle ownership displays at the start and end of WoE. [L0ne_W0lf]
|
||||||
* Rev. 12187 Fixed a typo in the Lunar new year event. [L0ne_W0lf]
|
* Rev. 12187 Fixed a typo in the Lunar new year event. [L0ne_W0lf]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Reddozen; L0ne_W0lf
|
//= Reddozen; L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.6
|
//= 1.6b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -23,6 +23,7 @@
|
|||||||
//= - Not sure what the EnableItemMove is for, as there is no
|
//= - Not sure what the EnableItemMove is for, as there is no
|
||||||
//= command to disable being able to move items.
|
//= command to disable being able to move items.
|
||||||
//= 1.6a Corrected a bad cutin, a Typo error ";;" and a bad delitem (bugreport:911) [Samuray22]
|
//= 1.6a Corrected a bad cutin, a Typo error ";;" and a bad delitem (bugreport:911) [Samuray22]
|
||||||
|
//= 1.6b Corrected a "donpcevent" missing a ":". (bugreport:962) [Samuray22]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
prt_castle,43,30,3 script Charles Orleans#cook 878,{
|
prt_castle,43,30,3 script Charles Orleans#cook 878,{
|
||||||
@ -150,7 +151,7 @@ prt_castle,43,30,3 script Charles Orleans#cook 878,{
|
|||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
cutin "nyuang_1",2;
|
cutin "nyuang_1",2;
|
||||||
donpcevent "Child with Cat#cook:OnWhat";
|
donpcevent "Child with Cat#cook::OnWhat";
|
||||||
mes "[Child with Cat]";
|
mes "[Child with Cat]";
|
||||||
mes "...Nya?";
|
mes "...Nya?";
|
||||||
mes "...Meow?";
|
mes "...Meow?";
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= kobra_k88; L0ne_W0lf
|
//= kobra_k88; L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 2.0a
|
//= 2.0b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -35,6 +35,7 @@
|
|||||||
//= 1.9 Fixed "him" -> "her" in Ph.D hat quest. THansk to yyCC. [L0ne_W0lf]
|
//= 1.9 Fixed "him" -> "her" in Ph.D hat quest. THansk to yyCC. [L0ne_W0lf]
|
||||||
//= 2.0 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
|
//= 2.0 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
|
||||||
//= 2.0a Corrected a Typo error ";;". [Samuray22]
|
//= 2.0a Corrected a Typo error ";;". [Samuray22]
|
||||||
|
//= 2.0b Corrected a Typo error. (bugreport:950) [Samuray22]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Prontera Culvert
|
// Prontera Culvert
|
||||||
@ -2206,7 +2207,7 @@ prt_church,185,106,3 script Father Bamph 60,{
|
|||||||
next;
|
next;
|
||||||
select("Give him the herb pouch.");
|
select("Give him the herb pouch.");
|
||||||
if (countitem(7432) < 1) {
|
if (countitem(7432) < 1) {
|
||||||
mes "[+strcharinfo(0)+]";
|
mes "["+strcharinfo(0)+"]";
|
||||||
mes "Ack!";
|
mes "Ack!";
|
||||||
mes "Now, where did I put";
|
mes "Now, where did I put";
|
||||||
mes "that pouch with the herbs?";
|
mes "that pouch with the herbs?";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user