Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
ronancpl
2015-11-02 23:17:21 -02:00
parent 324982e94f
commit 972517e7b2
1675 changed files with 261831 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/* @Author SharpAceX
* 5511000.js: Summons Targa.
*/
function act() {
if (rm.getReactor().getMap().getMonsterById(9420542) == null) {
rm.spawnMonster(9420542,-527,637);
rm.changeMusic("Bgm09/TimeAttack");
rm.mapMessage(6, "Beware! The furious Targa has shown himself!");
}
}