Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update

This commit is contained in:
ronancpl
2019-11-14 22:35:43 -03:00
864 changed files with 20650 additions and 11188 deletions

View File

@@ -25,10 +25,11 @@ function start(mode, type, selection) {
}
if (status == 0)
qm.sendAcceptDecline("I have just one more request for you. Would you like to take a listen?");
if (status == 1){
else if (status == 1){
qm.forceStartQuest();
qm.gainItem(4032389, 1);
qm.sendOk("To be honest, these #bKiller Mushroom Spores#k are not completely out of my own work. Do you remember #bBruce#k from #bHenesys#k? I have been friends with him since childhood, and #bKiller Mushroom Spores#k was completed after he shared the results of his studies with me. This was all thanks to him, so I'd like for you to give this to him for me.");
} else if (status == 2){
qm.dispose();
}
}
@@ -45,12 +46,13 @@ function end(mode, type, selection) {
}
if (status == 0)
qm.sendOk("Oh! You're here on behalf of #bScarrs#k? \r\n\r\n#fUI/UIWindow.img/QuestIcon/4/0# \r\n#fUI/UIWindow.img/QuestIcon/8/0# 8800 exp");
if (status == 1){
else if (status == 1){
qm.forceCompleteQuest();
qm.gainExp(8800);
qm.gainItem(4032389, -1);
qm.sendOk("Ahh, so this is the #bKiller Mushroom Spores#k that I was working on in the past. I had a tough time gathering up the ingredients, so I left it in theory only, but he was able to complete it, with a sample to show for as well. Please tell him I appreciate his good work.");
qm.forceCompleteQuest();
qm.dispose();
}
} else if (status == 2) {
qm.dispose();
}
}