From e3b24cf36bd25b4a49adf324174e53e997c53c9b Mon Sep 17 00:00:00 2001 From: samuray22 Date: Sun, 2 Dec 2007 18:38:08 +0000 Subject: * Added Indian RO "Children Week" Event. Thanks $ephirot git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11853 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 3 +- npc/events/children_week.txt | 86 ++++++++++++++++++++++++++++++++++++++++++++ npc/merchants/inn.txt | 4 +-- npc/scripts_athena.conf | 2 ++ 4 files changed, 92 insertions(+), 3 deletions(-) create mode 100644 npc/events/children_week.txt diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 2ed80c194..508f6d45f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -2,7 +2,8 @@ Date Added ====== 2007/12/02 * Rescripted Headgear Quests 1 (Comodo) to Aegis 10.3 Standards. [Samuray22] - - Corrected a little Typo errorin the "Inn". (bugreport:536) + * Corrected a little Typo error in the "Inn". (bugreport:536 & 537) + * Added Indian RO Children Week Event. Thanks $ephirot 2007/11/30 * Added Missed Storage Password Function. (bugreport:515) [Samuray22] 2007/11/29 diff --git a/npc/events/children_week.txt b/npc/events/children_week.txt new file mode 100644 index 000000000..9a8933be5 --- /dev/null +++ b/npc/events/children_week.txt @@ -0,0 +1,86 @@ +//===== eAthena Script ======================================= +//= Children Week Event +//===== By: ================================================== +//= Samuray22 +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= eAthena SVN +//===== Description: ========================================= +//= [Aegis Conversion] +//= Indian Ro: Children Week Event +//===== Additional Comments: ================================= +//= 1.1 First Beta. [Samuray22] +//============================================================ + +prontera,146,91,5 script Pandit chacha#child07 61,{ + if(BaseLevel > 50) { + mes "[Pandit chacha]"; + mes "Hahaha."; + mes "It is special day, comes only one time in a year."; + mes "If you see little adventurers around you send to me~"; + mes "I will give the special gift."; + close; + } else if(BaseLevel < 20) { + mes "[Pandit chacha]"; + mes "Hahaha."; + mes "You are a baby adventurer not little adventurer."; + mes "When you more grow up, come back again. hahaha."; + close; + } else if(oversea_event9 < 1) { + mes "[Pandit chacha]"; + mes "Hahaha."; + mes "Welcome, little adventurers!"; + mes "Today is special day, isn't it~?"; + mes "I would like to give the small gift to little adventurer..."; + mes "What about you? Do you want to take it?"; + next; + if(select("No. I will take it later.","Sure, i want.") == 1) { + mes "[Pandit chacha]"; + mes "That's too bad.... hum..."; + mes "I gathered some stuffs from far a way world to make it...."; + mes "Whenever come back again if you want it..."; + close; + } + set oversea_event9,1; + getitem 11705,10; //Children's Potion + mes "[Pandit chacha]"; + mes "Look. This is a child Potion."; + mes "The weight is just 1 but recover much HP."; + mes "If you want to get more, bring the 1 Wedding Bouquet and 1 Witherless Rose."; + close; + } else if(oversea_event9 == 1) { + if(countitem(745) > 0 && countitem(748) > 0) { + mes "[Pandit chacha]"; + mes "Ahha!!"; + mes "You have remembered my beautiful composition."; + mes "You did good work."; + mes "Could you give me 1 Wedding Bouquet and 1 Witherless Rose? "; + next; + if(select("Not yet.","Sure, take it.") == 1) { + mes "[Pandit chacha]"; + mes "If you are not prepared yet, call me when you ready."; + close; + } + mes "[Pandit chacha]"; + mes "Hahaha."; + mes "Oh~ you get it."; + mes "Here, I will exchange to the 50 child potion."; + mes "Once you get this 50 child potion, I won't give any more."; + close2; + delitem 745,1; //Wedding Bouquet + delitem 748,1; //Witherless Rose + set oversea_event9,2; + getitem 11705,50; //Children's Potion + end; + } + mes "[Pandit chacha]"; + mes "Little adventurers, you should bring the 1 Wedding Bouquet and 1 Witherless Rose."; + mes "If you bring these stuffs I will exchange them for child Potion. "; + close; + } + mes "[Pandit chacha]"; + mes "Hahaha."; + mes "Are you enjoying children week~? "; + close; +} \ No newline at end of file diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt index d12dbcad2..d17c0d0e8 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -35,7 +35,7 @@ //= 1.9 Added the Inn for Al De baran. [L0ne_W0lf] //= 2.0 Added Inn for the Town of Veins. [L0ne_W0lf] //= 2.1 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] -//= 2.1a Corrected a little Typo error. (bugreport:536) [Samuray22] +//= 2.1a Corrected a little Typo error. (bugreport:536 & 537) [Samuray22] //============================================================ @@ -120,7 +120,7 @@ hu_in01,246,107,3 script Inn Maid#Receptionist 53,{ //======================== Veins ==================================== ve_in,157,219,5 script Inn Master#Receptionist 709,{ mes "[Inn Master]"; - mes "Good say~"; + mes "Good day~"; mes "Welcome to the"; mes "most comfortable"; mes "inn here in Veins~"; diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 3877f6079..b8b3ea9d0 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -183,6 +183,8 @@ npc: npc/kafras/dts_warper.txt //npc: npc/events/twintowers.txt //npc: npc/events/christmas_2005.txt //npc: npc/events/halloween_2006.txt +//Official indian Ro Event Children Week +//npc: npc/events/children_week.txt //Novice WoE is a kRO Event, after the event, the scripts were disabled. //Novice Castles don't have real dungeons. They're connected to the common ones. -- cgit v1.2.3-60-g2f50