Files
sweetgum-server/scripts/map/onUserEnter/iceCave.js
ronancpl 972517e7b2 source
Source for my MapleSolaxiaV2 (v83 MapleStory).
2015-11-02 23:17:21 -02:00

9 lines
287 B
JavaScript

function start(ms) {
ms.teachSkill(20000014, -1, 0, -1);
ms.teachSkill(20000015, -1, 0, -1);
ms.teachSkill(20000016, -1, 0, -1);
ms.teachSkill(20000017, -1, 0, -1);
ms.teachSkill(20000018, -1, 0, -1);
ms.unlockUI();
ms.showIntro("Effect/Direction1.img/aranTutorial/ClickLilin");
}