source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
11
scripts/reactor/5511001.js
Normal file
11
scripts/reactor/5511001.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/* @Author SharpAceX
|
||||
* 5511001.js: Summons Scarlion.
|
||||
*/
|
||||
|
||||
function act() {
|
||||
if (rm.getReactor().getMap().getMonsterById(9420547) == null) {
|
||||
rm.spawnMonster(9420547,-238,636);
|
||||
rm.changeMusic("Bgm09/TimeAttack");
|
||||
rm.mapMessage(6, "Beware! The furious Scarlion has shown himself!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user