diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-20 10:58:29 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-20 10:58:29 +0000 |
commit | 2911cb1a3d8f516752f97213e2b04ed62ba6a342 (patch) | |
tree | ff2b9073169b9f91515af16dc64817dd0e06b0f4 /npc | |
parent | a7de299f50d9548b04c4be97b9d0dd28fe60c49f (diff) | |
download | hercules-2911cb1a3d8f516752f97213e2b04ed62ba6a342.tar.gz hercules-2911cb1a3d8f516752f97213e2b04ed62ba6a342.tar.bz2 hercules-2911cb1a3d8f516752f97213e2b04ed62ba6a342.tar.xz hercules-2911cb1a3d8f516752f97213e2b04ed62ba6a342.zip |
Added Feast Day Of Ramadan Idul Fitri Event (official idRO)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9024 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/events/idul_fitri.txt | 79 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 6 |
3 files changed, 84 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 342dc770a..f1961eb5c 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -49,6 +49,7 @@ Date Added If u finished the Sign Quest and have some undeleted sobbing pieces, then visit this man
mjo_dun02.gat 88,295 Flaming Spirit Man - he'll wipe them 8)
- Fixed wrong label names in mjolnir_seal.txt, thanks to Tantarian
+ - Added Feast Day Of Ramadan Idul Fitri Event (official idRO) by $ephiroth
10/19
* Official kRO 10.1 spawns for Byalan [Playtester]
- Payon Cave
diff --git a/npc/events/idul_fitri.txt b/npc/events/idul_fitri.txt new file mode 100644 index 000000000..76de7a140 --- /dev/null +++ b/npc/events/idul_fitri.txt @@ -0,0 +1,79 @@ +//===== eAthena Script =======================================
+//= Feast Day Of Ramadan Idul Fitri Event
+//===== By: ==================================================
+//= $ephiroth
+//===== Current Version: =====================================
+//= 1.0a
+//===== Compatible With: =====================================
+//= eAthena Version
+//===== Description: =========================================
+//= Info : Official idRO
+//= 2006/10/16: 1.0 Release and fully working. [$ephiroth]
+//============================================================
+
+
+prontera.gat,146,92,3 script Cellerb 58,{
+ set @npcname$,"[Staff Idul Fitri]";
+ if((gettime(6)==10 && (gettime(5)==24 || gettime(5)==25))==0) {
+ mes "Congratulation! Celebrate Feast Day Of Ramadan Idul Fitri 1427 H.";
+ specialeffect 139;
+ close;
+ }
+
+ mes @npcname$;
+ mes "Haii......^FF8800"+strcharinfo(0)+"^000000!!";
+ mes "First day of Idulfitri has arrived.";
+ mes "Congratulation celebrate him.";
+ mes "There is event special today.";
+ next;
+ mes @npcname$;
+ mes "Event today .....^009500Idul Fitri Quest!^000000";
+ next;
+ mes @npcname$;
+ mes "If you interest to follow this event, I will cook it to you.";
+ next;
+
+ switch(select("Allright. I like that!!","Next time.... Thanks.")){
+ case 1:
+ mes @npcname$;
+ mes "I have something that might interest you.";
+ mes "I need all of the following items:";
+ mes "^D5A500Ketupat Sayur Ingredient :^000000";
+ mes "^00B6FF~5 Ketupat, 5 Carrot~,^000000";
+ mes "^CC6633~5 Sweet Potato, 10 Meat~,^000000";
+ mes "^000088~2 Green Herb, 5 Stem~.^000000";
+ next;
+ mes @npcname$;
+ if ( (countitem(552)<5 || countitem(515)<5 ||countitem(516)<5 || countitem(517)<10 || countitem(511)<2 || countitem(905)<5) ) {
+ mes "You don't have enough items.";
+ mes "Come back when you have them all.";
+ close;
+ }
+ delitem 552,5;
+ delitem 515,5;
+ delitem 516,2;
+ delitem 517,10;
+ delitem 511,2;
+ delitem 905,5;
+ mes "I see you already have all the items you need.";
+ mes "Just a moment, please!!";
+ next;
+ mes "^009500-Plupping snapping bubbling~^000000";
+ mes "^009500-Clinking clingking~^000000";
+ mes "^009500-Clang clang~^000000";
+ getitem 583,1;
+ next;
+ mes @npcname$;
+ mes "We appreciate your participation in this special event.";
+ emotion e_thx;
+ close;
+
+ case 2:
+ mes @npcname$;
+ mes "Oh well, maybe you will participate in tommorow's quest.";
+ emotion e_hmm;
+ close;
+ }
+}
+
+prontera.gat mapflag fireworks
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 970b5cce8..a964cc76e 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -152,14 +152,16 @@ npc: npc/kafras/kafras_new.txt //npc: npc/events/easter.txt
//npc: npc/events/valentinesday.txt
//npc: npc/events/xmas.txt
+//Official idRO Idul Fitri Event
+//npc: npc/events/idul_fitri.txt
+//npc: npc/events/dumplingfestival.txt
+
//A custom event for 3 holidays: X-Mas, Karachun and New Year
//Should be activated between 8 December and 8 January
//npc: npc/events/custom/xmas_rings_event.txt
//npc: npc/events/alchemist.txt
//npc: npc/events/whiteday.txt
//npc: npc/events/twintowers.txt
-//npc: npc/events/zondaman.txt
-//npc: npc/events/dumplingfestival.txt
//npc: npc/events/custom/uneasy_cemetery.txt
//npc: npc/events/custom/draculax.txt
//npc: npc/events/custom/event_gefenia.txt
|