Fixed wrong exp values on 13.1 and 13.2 quests and other minor fixes (#3847)
This commit is contained in:
parent
e415e64264
commit
c96671fc2f
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user