* Added a Missing "case 1:" on monster_museum.
-Thanks to Dr.Evil git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10896 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
023cbf5dab
commit
868dd1c923
@ -1,11 +1,13 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/07/22
|
2007/07/22
|
||||||
* Rev. 10895 Added a Missing "close;" in "Bomb Maker" from "quests_hugel". [Samuray22]
|
* Added a Missing "case 1:" on monster_museum. [Samuray22]
|
||||||
|
-Thanks to Dr.Evil
|
||||||
|
* Added a Missing "close;" in "Bomb Maker" from "quests_hugel". [Samuray22]
|
||||||
-Thanks to Elfange
|
-Thanks to Elfange
|
||||||
* Rev. 10893 Correct some typos error like "next;ing". [Samuray22]
|
* Correct some typos error like "next;ing". [Samuray22]
|
||||||
-Thanks to theultradamage
|
-Thanks to theultradamage
|
||||||
* Rev. 10891 Fixed a Little bug on "How does the Airship Works" Quest. [Samuray22]
|
* Fixed a Little bug on "How does the Airship Works" Quest. [Samuray22]
|
||||||
-Thanks to Tantarian
|
-Thanks to Tantarian
|
||||||
2007/07/21
|
2007/07/21
|
||||||
* Rev. 10889 Updated "Titicupe: Headgears" Quest to the Official One. [Samuray22]
|
* Rev. 10889 Updated "Titicupe: Headgears" Quest to the Official One. [Samuray22]
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
//= Adapted to eAthena Scripting Language by [Lance]
|
//= Adapted to eAthena Scripting Language by [Lance]
|
||||||
//= 1.1a Fixed typos [Haplo]
|
//= 1.1a Fixed typos [Haplo]
|
||||||
//= 1.2 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
//= 1.2 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
|
||||||
|
//= 1.3 Added a Missing "case 1:". [Samuray22]
|
||||||
|
// -Thanks to Dr.Evil
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
yuno_in03,32,15,3 script Museum Guide 67,{
|
yuno_in03,32,15,3 script Museum Guide 67,{
|
||||||
@ -23,6 +25,7 @@ yuno_in03,32,15,3 script Museum Guide 67,{
|
|||||||
mes "Welcome to the Monster Museum.";
|
mes "Welcome to the Monster Museum.";
|
||||||
next;
|
next;
|
||||||
switch(select("Monster Museum?:Tips")) {
|
switch(select("Monster Museum?:Tips")) {
|
||||||
|
case 1:
|
||||||
mes "[Cenia]";
|
mes "[Cenia]";
|
||||||
mes "The Monster Museum was founded by";
|
mes "The Monster Museum was founded by";
|
||||||
mes "the Sages of the Schweicherbil";
|
mes "the Sages of the Schweicherbil";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user