diff --git a/npc/instances/NydhoggsNest.txt b/npc/instances/NydhoggsNest.txt index 39ab2ce3c4..df1570fe54 100644 --- a/npc/instances/NydhoggsNest.txt +++ b/npc/instances/NydhoggsNest.txt @@ -1034,7 +1034,10 @@ spl_in01,104,56,3 script Aide Arioss#edq 437,3,3,{ next; mes "[Aide Arioss]"; mes "It can't compare with the effort you have put in for us... but please accept our token of friendship."; - getexp 1500000,350000; + if (checkre(3)) + getexp 1500000,350000; + else + getexp 150000,35000; getitem 6081,10; //Splendide_Coin set ins_nyd,131; mes "[Aide Arioss]"; @@ -1270,7 +1273,10 @@ man_in01,311,57,3 script Neat Etorr#edq 453,3,3,{ next; mes "[Neat Etorr]"; mes "It's not a lot, but please this as a token of our appreciation."; - getexp 1500000,350000; + if (checkre(3)) + getexp 1500000,350000; + else + getexp 150000,35000; getitem 6080,10; //Manuk_Coin set ins_nyd,132; close; diff --git a/npc/pre-re/quests/quests_13_1.txt b/npc/pre-re/quests/quests_13_1.txt index 6266d6afc7..702c1ebcd8 100644 --- a/npc/pre-re/quests/quests_13_1.txt +++ b/npc/pre-re/quests/quests_13_1.txt @@ -18,3 +18,4 @@ prt_castle,121,51,3 duplicate(Alliance Manager#prt_) Alliance Manager#prt 4_M_CR prt_castle,117,51,5 duplicate(Member of Alliance#prt_) Member of Alliance#prt 4_M_SAGE_A prt_castle,83,67,5 duplicate(Recruiter for the Brave_) Recruiter for the Brave 4_M_MANAGER prt_castle,88,165,3 duplicate(Laur_) Laur 1_M_LIBRARYMASTER +mid_camp,264,263,4 duplicate(Diego#ep13bs_) Diego#ep13bs 4_M_RACHMAN1 diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index c06d2215c3..36fa6ea43f 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -2922,7 +2922,7 @@ mid_campin,106,122,4 script Receptionist Brink#ep13b 89,{ } } -mid_camp,264,263,4 script Diego#ep13bs 931,{ +- script Diego#ep13bs_ -1,{ if (ep13_newbs < 5) { mes "[Diego]"; mes "I'm busy right now!"; @@ -3163,7 +3163,7 @@ mid_campin,295,128,4 script Lucas#ep13bs 884,{ mes "No, just ignore what I said."; mes "......"; set ep13_newbs,12; - //getitem 12322,1; //Chocolate_Pie + getitem 12322,1; //Chocolate_Pie close; case 2: mes "[Lucas]"; @@ -4213,7 +4213,7 @@ mid_camp,188,254,3 script Monster Scholar#ep13 883,{ mes "I hope you'll make yourself known in Ash Vacuum with your great accomplishments."; set ep13_animal,15; completequest 2157; - getexp (checkre(3))?100000:1500000,0; + getexp (checkre(3))?100000:150000,0; close; } else { @@ -4310,7 +4310,7 @@ mid_camp,188,254,3 script Monster Scholar#ep13 883,{ mes "- You really hope that Rumis will be able to go back home. -"; set ep13_animal,100; delitem 6033,1; //Horn_Of_Tendrilion - getexp (checkre(3))?50000:1000000,0; + getexp (checkre(3))?50000:100000,0; close; } else { @@ -4946,7 +4946,7 @@ mid_camp,212,237,5 script Camp Guard Captain#man1 852,{ mes "I'll discuss this more with the expedition management."; mes "Thank you for your valuable information."; completequest 2158; - getexp (checkre(3))?90000:900000,0; + getexp (checkre(3))?90000:70000,0; close; } else if (checkquest(2158) == -1) { @@ -4967,7 +4967,7 @@ mid_camp,212,237,5 script Camp Guard Captain#man1 852,{ mes "I'll discuss this more with the expedition management."; mes "Thank you for your valuable information."; completequest 2159; - getexp (checkre(3))?90000:900000,0; + getexp (checkre(3))?90000:70000,0; close; } else { @@ -5395,7 +5395,7 @@ OnTouch_: if (checkre(3)) getexp 80000,3000; else - getexp 300000,10000; + getexp 300000,100000; completequest 8210; next; mes "[United Research Official]"; @@ -8888,10 +8888,7 @@ mid_campin,90,121,5 script Hibba Agip 459,{ mes "And please take this small reward."; mes "Thank you for your help so far."; next; - if (checkre(3)) - getexp 300000,0; - else - getexp 2500000,0; + getexp (checkre(3))?300000:250000,0; getitem 12110,3; //First_Aid_Kit set ep13_1_edq,14; completequest 3094; diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index 5e95bee37f..45484738c3 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -4803,7 +4803,7 @@ man_in01,372,221,5 script Scientist#lifeguard 449,{ delitem 6078,.@stoneelse_chk; //Stone_Fragments delitem 6076,1; //Portable_Toolbox getitem 6080,3; //Manuk_Coin - getexp 0,(checkre(3))?50000:700000; //unconfirmed (RE) + //getexp 0,(checkre(3))?70000:700000; //iRO only changequest 2179+(ep13_2_tre-2),2182; set ep13_2_tre,100; close; @@ -5671,8 +5671,7 @@ spl_in01,30,324,3 script High Laphine#grenouille 446,{ set ep13_2_tre1,6; changequest 2185,2186; getitem 6081,3; //Splendide_Coin - if (checkre(3) == 0) - getexp 0,(checkre(3))?50000:700000; //unconfirmed (RE) + //getexp 0,(checkre(3))?70000:700000; //iRO only close; } else { diff --git a/npc/re/quests/quests_13_1.txt b/npc/re/quests/quests_13_1.txt index aa356221ba..e69c199304 100644 --- a/npc/re/quests/quests_13_1.txt +++ b/npc/re/quests/quests_13_1.txt @@ -24,3 +24,5 @@ prt_cas,19,98,7 duplicate(Alliance Manager#prt_) Alliance Manager#prt 4_M_CRU_OL prt_cas,23,104,5 duplicate(Member of Alliance#prt_) Member of Alliance#prt 4_M_SAGE_A prt_cas,207,165,5 duplicate(Recruiter for the Brave_) Recruiter for the Brave 4_M_MANAGER prt_cas,108,265,5 duplicate(Laur_) Laur 1_M_LIBRARYMASTER + +mid_camp,266,263,4 duplicate(Diego#ep13bs_) Diego#ep13bs 4_M_RACHMAN1