Convert remaining scripts to Graal
Mainly missed scripts that use Nashorn's "Packages"
This commit is contained in:
@@ -53,7 +53,8 @@ function start(mode, type, selection) {
|
||||
qm.sendNext("If you wish to receive the medal befitting the title, you may want to make some room in your equipment inventory.");
|
||||
} else {
|
||||
qm.gainItem(1142068, 1);
|
||||
qm.getPlayer().changeJob(Packages.client.MapleJob.NIGHTWALKER3);
|
||||
const MapleJob = Java.type('client.MapleJob');
|
||||
qm.getPlayer().changeJob(MapleJob.NIGHTWALKER3);
|
||||
qm.completeQuest();
|
||||
qm.sendOk("#h #, from here on out, you are an Advanced Knight of Cygnus Knights. The title comes with a newfound broad view on everything. You may encounter temptations here and there, but I want you to keep your faith and beliefs intact and do not succumb to the darkness.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user