* Added missing semicolons in the valentine's day event and disabled the Dog's year event. [Zephiris]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5222 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
cd88503b76
commit
e8a88c2271
@ -29,6 +29,7 @@ Date Added
|
|||||||
======
|
======
|
||||||
|
|
||||||
02/07
|
02/07
|
||||||
|
* Added missing semicolons in the valentine's day event and disabled the Dog's year event. [Zephiris]
|
||||||
* Added a custom quest for Jewel Case for 99 Base Level Players of 2nd Class [Lupus]
|
* Added a custom quest for Jewel Case for 99 Base Level Players of 2nd Class [Lupus]
|
||||||
* Fixed the spawns that where using the no exp/drop version of Male Thief Bug (Thanks to irmin) [Poki#3]
|
* Fixed the spawns that where using the no exp/drop version of Male Thief Bug (Thanks to irmin) [Poki#3]
|
||||||
|
|
||||||
|
@ -94,8 +94,8 @@ alberta.gat,29,243,4 script Jainie 53,{
|
|||||||
|
|
||||||
// Carl Orleans -- Valentine Event Chocolate maker ------------------
|
// Carl Orleans -- Valentine Event Chocolate maker ------------------
|
||||||
prt_castle.gat,54,34,4 script Carl Orleans 47,{
|
prt_castle.gat,54,34,4 script Carl Orleans 47,{
|
||||||
mes "[Carl Orleans]"
|
mes "[Carl Orleans]";
|
||||||
mes "Yes?"
|
mes "Yes?";
|
||||||
next;
|
next;
|
||||||
menu "I want some hand made chocolate...",-,"I'm lost, sorry to bother you.",M_WAT;
|
menu "I want some hand made chocolate...",-,"I'm lost, sorry to bother you.",M_WAT;
|
||||||
|
|
||||||
|
@ -146,7 +146,7 @@ npc: npc/kafras/kafras_new.txt
|
|||||||
//npc: npc/events/custom/uneasy_cemetery.txt
|
//npc: npc/events/custom/uneasy_cemetery.txt
|
||||||
//npc: npc/events/custom/draculax.txt
|
//npc: npc/events/custom/draculax.txt
|
||||||
//npc: npc/events/custom/event_gefenia.txt
|
//npc: npc/events/custom/event_gefenia.txt
|
||||||
npc: npc/events/custom/2006_dogs_year.txt
|
//npc: npc/events/custom/2006_dogs_year.txt
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// --------------------------- Others ---------------------------
|
// --------------------------- Others ---------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user