summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/quest_db.conf262
-rw-r--r--npc/re/quests/eden/100-110.txt30
2 files changed, 277 insertions, 15 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf
index 4f8f826b7..38b6441a7 100644
--- a/db/quest_db.conf
+++ b/db/quest_db.conf
@@ -10565,6 +10565,268 @@ quest_db: (
Name: "RWC2011Card Gathering - Hold"
TimeLimit: 82800
},
+//Eden Quest 100-110
+{
+ Id: 13002
+ Name: "Brigan collecting"
+},
+{
+ Id: 13003
+ Name: "Carat Request"
+ Targets: (
+ {
+ MobId: 1267
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13004
+ Name: "Carat Request timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13005
+ Name: "Arclouse Request"
+ Targets: (
+ {
+ MobId: 1194
+ Count: 22
+ },
+ )
+},
+{
+ Id: 13006
+ Name: "Arclouse Request timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13007
+ Name: "Anolian Request"
+ Targets: (
+ {
+ MobId: 1206
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13008
+ Name: "Anolian Request timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13009
+ Name: "Sting Request"
+ Targets: (
+ {
+ MobId: 1207
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13010
+ Name: "Sting Request timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13011
+ Name: "Majoruros Request"
+ Targets: (
+ {
+ MobId: 1310
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13012
+ Name: "Majoruros Request timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13013
+ Name: "Pinguicula Request"
+ Targets: (
+ {
+ MobId: 1995
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13014
+ Name: "Pinguicula Request timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13015
+ Name: "Luciola Vespa Request"
+ Targets: (
+ {
+ MobId: 1994
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13016
+ Name: "Luciola Vespa Request timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13017
+ Name: "Desert Wolf Request"
+ Targets: (
+ {
+ MobId: 1106
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13018
+ Name: "Desert Wolf Request timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13019
+ Name: "Snowier Request"
+ Targets: (
+ {
+ MobId: 1775
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13020
+ Name: "Snowier Request timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13021
+ Name: "Ice Titan Request"
+ Targets: (
+ {
+ MobId: 1777
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13022
+ Name: "Ice Titan Request Timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13023
+ Name: "Nightmare Terror Request"
+ Targets: (
+ {
+ MobId: 1379
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13024
+ Name: "Nightmare Terror Request Timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13025
+ Name: "Flying Deleter Request"
+ Targets: (
+ {
+ MobId: 1384
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13026
+ Name: "Deleter Request Timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13040
+ Name: "Loli Ruri Request"
+ Targets: (
+ {
+ MobId: 1505
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13041
+ Name: "Loli Ruri Request Timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13042
+ Name: "Medusa Request"
+ Targets: (
+ {
+ MobId: 1148
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13043
+ Name: "Medusa Request Timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13044
+ Name: "Anubis Request"
+ Targets: (
+ {
+ MobId: 1098
+ Count: 20
+ },
+ )
+},
+{
+ Id: 13045
+ Name: "Anubis Request Timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13046
+ Name: "Tendrilion Request"
+ Targets: (
+ {
+ MobId: 1991
+ Count: 1
+ },
+ )
+},
+{
+ Id: 13047
+ Name: "Tendrilion Request Timer"
+ TimeLimit: 3600
+},
+{
+ Id: 13048
+ Name: "Tendrilion Request"
+ Targets: (
+ {
+ MobId: 1991
+ Count: 1
+ },
+ )
+},
+{
+ Id: 13049
+ Name: "Tendrilion Request Timer"
+ TimeLimit: 3600
+},
+
+//Ep14.2
{
Id: 13050
Name: "The Laphine that loves the land"
diff --git a/npc/re/quests/eden/100-110.txt b/npc/re/quests/eden/100-110.txt
index a4a45099b..3dbd8d433 100644
--- a/npc/re/quests/eden/100-110.txt
+++ b/npc/re/quests/eden/100-110.txt
@@ -152,7 +152,7 @@ moc_para01,37,95,5 script Gelkah#1 4_F_GELKA,{
else if (para_100lv01 > 2) {
mes "The request list is ready. Do you want to start?";
next;
- switch( select( "Hunting Quests", "Inquire regards", "Show kindness pass" ) ) {
+ switch( select( "Hunting Quests", "Inquire regards", "Show Courtesy Ticket" ) ) {
case 1:
mes "[Gelkah]";
mes "You don't need to take all requests at once. Choose a request area that suits your particular skills. One that enables you to perform the request and enjoy the trip at the same time.";
@@ -724,10 +724,10 @@ moc_para01,37,95,5 script Gelkah#1 4_F_GELKA,{
case 3:
mes "[Gelkah]";
cutin "gelca03",2;
- mes "Did you bring the kindness pass?";
+ mes "Did you bring the Courtesy Ticket?";
next;
- if (countitem(Courtesy_Ticket) > 0) {// Courtesy_Ticket
- if (select( "The ^FF0000kindness pass^000000?", "Exchange pass for prizes." ) == 1) {
+ if (countitem(Courtesy_Ticket)) {// Courtesy_Ticket
+ if (select( "The ^FF0000Courtesy Ticket^000000?", "Exchange ticket for prizes." ) == 1) {
mes "[Gelkah]";
mes "I know it sounds childish. Right? The shape is just like the card we used to play when we were kids.";
next;
@@ -757,24 +757,24 @@ moc_para01,37,95,5 script Gelkah#1 4_F_GELKA,{
mes "It will be agood experience if you listen to the story of adventurer. There are so much adventure that we heard from a master.";
next;
mes "[Gelkah]";
- mes "If you are matured enough not to need a request Make sure that you are not allowed to use a pass.";
+ mes "If you are matured enough not to need a request Make sure that you are not allowed to use a ticket.";
}
else {
mes "[Gelkah]";
- mes "How do you want to use this pass?";
+ mes "How do you want to use this ticket?";
next;
if (select( "Exchange for prizes", "Listen to a story and get EXP" ) == 1) {
cutin "gelca03",2;
mes "[Gelkah]";
mes "You can pick a trophy in this bag. Please do not be disappointed even if you picked up something you do not want. How many do you want to exchange?";
next;
- .@amount = select( "Exchange kindness ^FF00001^000000 pass", "Exchange kindness ^FF000010^000000 pass" ) == 1 ? 1 : 10;
+ .@amount = (select( "Exchange ^FF00001^000000 Courtesy Ticket", "Exchange ^FF000010^000000 Courtesy Tickets" ) == 1) ? 1 : 10;
mes "[Gelkah]";
- mes "Please give me a pass and put your hand in a bag to pick.";
+ mes "Please give me a ticket and put your hand in a bag to pick.";
next;
if (countitem(Courtesy_Ticket) < .@amount) {// Courtesy_Ticket
mes "[Gelkah]";
- mes "^FF0000Kindness pass^000000 is insufficient.";
+ mes "^FF0000Courtesy Ticket^000000 is insufficient.";
}
else {
mes "browsing";
@@ -818,13 +818,13 @@ moc_para01,37,95,5 script Gelkah#1 4_F_GELKA,{
}
else {
mes "[Gelkah]";
- mes "Ok, I've got a story for you in exchange for the kindness pass.";
+ mes "Ok, I've got a story for you in exchange for the Courtesy Ticket.";
next;
- switch( select( "Give ^FF000010^000000 kindness pass", "Give ^FF000020^000000 kindness pass", "Give ^FF000030^000000 kindness pass" ) ) {;
+ switch( select( "Give ^FF000010^000000 Courtesy Ticket", "Give ^FF000020^000000 Courtesy Ticket", "Give ^FF000030^000000 Courtesy Ticket" ) ) {;
case 1:
mes "[Gelkah]";
if (countitem(Courtesy_Ticket) < 10)// Courtesy_Ticket
- mes "You don't have enough kindness passes.";
+ mes "You don't have enough Courtesy Tickets.";
else {
.@story = rand(1,3);
if (.@story == 1) {
@@ -862,7 +862,7 @@ moc_para01,37,95,5 script Gelkah#1 4_F_GELKA,{
case 2:
mes "[Gelkah]";
if (countitem(Courtesy_Ticket) < 20)// Courtesy_Ticket
- mes "You don't have enough kindness passes.";
+ mes "You don't have enough Courtesy Tickets.";
else {
.@story = rand(1,3);
if (.@story == 1) {
@@ -899,7 +899,7 @@ moc_para01,37,95,5 script Gelkah#1 4_F_GELKA,{
case 3:
mes "[Gelkah]";
if (countitem(Courtesy_Ticket) < 30)// Courtesy_Ticket
- mes "You don't have enough kindness passes.";
+ mes "You don't have enough Courtesy Tickets.";
else {
.@story = rand(1,2);
if (.@story == 1) {
@@ -932,7 +932,7 @@ moc_para01,37,95,5 script Gelkah#1 4_F_GELKA,{
}
else {
mes "[Gelkah]";
- mes "Please come back to me if you are received more kindness passes!";
+ mes "Please come back to me if you are received more Courtesy Tickets!";
}
}
}