From 9568f0999b8105e62f0f237998bbecf7025f4e83 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 5 Oct 2014 11:34:32 +0300 Subject: Remove conf dir. --- npc/re/quests/eden/11-25.txt | 152 ------------------------------------------- 1 file changed, 152 deletions(-) delete mode 100644 npc/re/quests/eden/11-25.txt (limited to 'npc/re/quests/eden/11-25.txt') diff --git a/npc/re/quests/eden/11-25.txt b/npc/re/quests/eden/11-25.txt deleted file mode 100644 index b9c9f85ce..000000000 --- a/npc/re/quests/eden/11-25.txt +++ /dev/null @@ -1,152 +0,0 @@ -//===== Hercules Script ====================================== -//= Eden Group Quests - Mission [11 - 25] -//===== By: ================================================== -//= L0ne_W0lf -//===== Current Version: ===================================== -//= 1.2 -//===== Description: ========================================= -//= Repetable Quests for Players between Baselevel 11 - 25. -//===== Additional Comments: ================================= -//= 1.0 First Version. -//= 1.1 Some little optimization here and there. [Masao] -//= 1.2 Optimized. [Euphy] -//============================================================ - -moc_para01,36,38,3 script Mission [11 - 25]#Tuto 4_BOARD3,{ - if (countitem(6219) < 1) { - mes "- You need to have an -"; - mes "- ^4d4dff'Eden Group Mark'^000000 -"; - mes "- to receive these missions. -"; - close; - } - for(.@i = 11124; .@i<11134; ++.@i) - if (questprogress(.@i,PLAYTIME) == 2) erasequest .@i; - for(.@i = 11114; .@i<11123; ++.@i) { - .@state = questprogress(.@i,HUNTING); - if (.@state == 2) { - mes " - You must collect your - "; - mes " - reward before starting - "; - mes " - a new mission. - "; - mes " "; - mes " - Manager : Spike - "; - close; - } - else if (.@state) { - mes " - You can only request - "; - mes " - one mission at a time. - "; - mes " "; - mes " - Manager : Spike - "; - close; - } - } - if (BaseLevel < 11) { - mes " - There are no tasks - "; - mes " - open for you right now. - "; - close; - } - if (BaseLevel > 25) { - mes " - These missions are too - "; - mes " - easy for your caliber - "; - mes " - search for a more level - "; - mes " - appropriate mission. - "; - close; - } - mes " - Mission bulletin board -"; - mes " - for beginners. -"; - mes " "; - mes " - Manager : Spike -"; - next; - switch(select("Hornet Hunting:Condor Hunting:Grasshopper's Leg:Worm Tail Hunting:Spore Hunting:Pest Control:Muka Hunting:Familiar Hunting:Collect Feathers:Collect Poison Spores:Cancel")) { - case 1: callsub L_Quest,11114,"Hornet Hunting"," - Hunt 10 ^4d4dff'Hornets'^000000 - "," - northwest of Prontera. - "; - case 2: callsub L_Quest,11115,"Condor Hunting"," - Hunt 20 ^4d4dff'Condors'^000000 - "," - south of Morroc. - "; - case 3: callsub L_Quest,11116,"Grasshopper's Leg"," - Hunt 10 ^4d4dff'Rockers'^000000 - "," - southwest of Prontera and - "," - bring 10 ^4d4dffGrasshopper's Legs^000000. - "; - case 4: callsub L_Quest,11117,"Worm Tail Hunting"," - Hunt 20 ^4d4dff'Worm Tails'^000000 - "," - southeast of Payon.- "; - case 5: callsub L_Quest,11118,"Spore Hunting"," - Hunt 30 ^4d4dff'Spores'^000000 - "," - around Payon. - "; - case 6: callsub L_Quest,11119,"Pest Control"," - Hunt 20 ^4d4dffThief Bug Eggs^000000 - "," - in the Prontera Culvert - "," - and bring 10 ^4d4dffChrysalis^000000. - "; - case 7: callsub L_Quest,11120,"Muka Hunting"," - Hunt 20 ^4d4dff'Muka'^000000 - "," - south of Prontera. - "; - case 8: callsub L_Quest,11121,"Familiar Hunting"," - Hunt 20 ^4d4dffFamiliar^000000 - "," - in the Culvert Sewers - "," - west of Prontera. - "; - case 9: callsub L_Quest,11122,"Collect Feathers"," - Hunt 30 ^4d4dff'Peco Pecos'^000000 - "," - south of Prontera. - "; - case 10: callsub L_Quest,11123,"Collect Poison Spores"," - Hunt 30 ^4d4dffPoison Spores^000000 - "," - inside the Geffen Tower and - "," - bring 5 ^4d4dffPoison Spores^000000. - "; - case 11: mes " - Stop reading the bulletin board. - "; close; - } - end; -L_Quest: - if (questprogress(getarg(0),PLAYTIME) == 1) { - mes " - Mission ^4d4dff"+getarg(1)+"^000000 - "; - mes " - is already finished for today. - "; - mes " "; - mes " - Manager : Spike - "; - close; - } - mes " - Mission '"+getarg(1)+"' - "; - for(.@i = 2; .@i