summaryrefslogtreecommitdiff
path: root/npc/events/idul_fitri.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/events/idul_fitri.txt')
-rw-r--r--npc/events/idul_fitri.txt94
1 files changed, 0 insertions, 94 deletions
diff --git a/npc/events/idul_fitri.txt b/npc/events/idul_fitri.txt
deleted file mode 100644
index 50996c07d..000000000
--- a/npc/events/idul_fitri.txt
+++ /dev/null
@@ -1,94 +0,0 @@
-//================= Hercules Script =======================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2012-2015 Hercules Dev Team
-//= Copyright (C) Samuray22
-//= Copyright (C) $ephiroth
-//=
-//= Hercules is free software: you can redistribute it and/or modify
-//= it under the terms of the GNU General Public License as published by
-//= the Free Software Foundation, either version 3 of the License, or
-//= (at your option) any later version.
-//=
-//= This program is distributed in the hope that it will be useful,
-//= but WITHOUT ANY WARRANTY; without even the implied warranty of
-//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-//= GNU General Public License for more details.
-//=
-//= You should have received a copy of the GNU General Public License
-//= along with this program. If not, see <http://www.gnu.org/licenses/>.
-//=========================================================================
-//= Feast Day Of Ramadan Idul Fitri Event
-//================= Description ===========================================
-//= Official idRO Feast Day of Ramadan Idul Fitri Event.
-//================= Current Version =======================================
-//= 1.1
-//=========================================================================
-
-prontera,146,92,3 script Cellerb 1_M_MERCHANT,{
- mes "[Staff Idul Fitri]";
- if ((gettime(GETTIME_MONTH)==OCTOBER && (gettime(GETTIME_DAYOFMONTH)==24 || gettime(GETTIME_DAYOFMONTH)==25))==0) {
- mes "Congratulation! Celebrate Feast Day Of Ramadan Idul Fitri 1427 H.";
- specialeffect EF_SANDMAN;
- close;
- }
- mes "Haii......^FF8800"+strcharinfo(PC_NAME)+"^000000!!";
- mes "First day of Idul Fitri has arrived.";
- mes "Congratulation celebrate him.";
- mes "There is event special today.";
- next;
- mes "[Staff Idul Fitri]";
- mes "Event today.....^009500Idul Fitri Quest!^000000";
- next;
- mes "[Staff Idul Fitri]";
- 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 "[Staff Idul Fitri]";
- 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 "[Staff Idul Fitri]";
- if ( (countitem(KETUPAT)<5 || countitem(Carrot)<5 ||countitem(Sweet_Potato)<5 || countitem(Meat)<10 || countitem(Green_Herb)<2 || countitem(Stem)<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 "[Staff Idul Fitri]";
- mes "We appreciate your participation in this special event.";
- emotion e_thx;
- close;
- case 2:
- mes "[Staff Idul Fitri]";
- mes "Oh well, maybe you will participate in tommorow's quest.";
- emotion e_hmm;
- close;
- }
-}