Fixed Mixed Solution No.3 Arc never being assigned and occurrence of questlog errors in map.

* Merged HerculesWS/Hercules@c8e27db. Thanks to @skyleo!
This commit is contained in:
Jittapan Pluemsumran 2016-09-05 16:15:03 +07:00
parent c9a0d29c46
commit 6a457bef79
No known key found for this signature in database
GPG Key ID: CE430096446F41D9

View File

@ -104,7 +104,7 @@ geffen_in,164,124,4 script Mage Guildsman 123,{
mes "[Mage Guildsman]";
mes "Now it's time for";
mes "me to give you the test.";
switch(rand(3)) {
switch(rand(0,3)) {
case 1:
mes "Make me a ^3355FFMixed Solution No. 1^000000";
mes "and bring it back to me.";
@ -207,9 +207,6 @@ geffen_in,164,124,4 script Mage Guildsman 123,{
mes "Congratulations!";
mes "You are now a Mage!";
next;
callfunc "Job_Change",Job_Mage;
callfunc "F_ClearJobVar";
set Zeny,Zeny+50;
if(checkquest(1005) != -1) {
completequest 1005;
}
@ -222,6 +219,9 @@ geffen_in,164,124,4 script Mage Guildsman 123,{
else {
completequest 1008;
}
callfunc "Job_Change",Job_Mage;
callfunc "F_ClearJobVar";
set Zeny,Zeny+50;
mes "[Mage Guildsman]";
mes "'Welcome to My World~'";
mes "Heh heh, I just wanted to say that. You know, it's a quote from a well-known movie~";