source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
19
scripts/portal/aranTutorOut1.js
Normal file
19
scripts/portal/aranTutorOut1.js
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
@Author: kevintjuh93
|
||||
*/
|
||||
function enter(pi) {
|
||||
if (pi.isQuestStarted(21000)) {
|
||||
//lol nexon does this xD
|
||||
pi.teachSkill(20000017, 0, -1, -1);
|
||||
pi.teachSkill(20000018, 0, -1, -1);
|
||||
//nexon sends updatePlayerStats MapleStat.AVAILABLESP 0
|
||||
pi.teachSkill(20000017, 1, 0, -1);
|
||||
pi.teachSkill(20000018, 1, 0, -1);
|
||||
//actually nexon does enableActions here :P
|
||||
pi.warp(914000200, 1);
|
||||
return true;
|
||||
} else {
|
||||
pi.message("You can only exit after you accept the quest from Athena Pierce, who is to your right.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user