source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
11
scripts/npc/world0/1101001.js
Normal file
11
scripts/npc/world0/1101001.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
NPC Name: Divine Bird
|
||||
Map(s): Erev
|
||||
Description: Buff
|
||||
*/
|
||||
|
||||
function start() {
|
||||
cm.useItem(2022458);
|
||||
cm.sendOk("Don't stop training. Every ounce of your energy is required to protect the world of Maple....");
|
||||
cm.dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user