- Joined
- Aug 14, 2008
- Messages
- 146
- Reaction score
- 12
This is a code, i made myself, im sorta a begginer.. hope you like it.
ODINMS ONLY
Features :
- Tele's you directly to a victoria island town, or South Perry.
- Gives 50M
- Levels you to level 10 - So no overleveling (Unless your going to ellinia)
- Gives you 10 Onyx Apples
- Cannot be given items more then once
- TESTED
-- Heres the code --
Instructions
Make a new notepad
Copy and paste
Click "File"
Click "Save As"
Name : "2100.js"
Save it
Your done.
Note : ODINMS ONLY
If you need help, post here.
I'll try my best =/
Btw, im working on a code, for COCO the hearts npc, we're gunna make it do an onyx apple quest.
And this is all comin from :
ODINMS ONLY
Features :
- Tele's you directly to a victoria island town, or South Perry.
- Gives 50M
- Levels you to level 10 - So no overleveling (Unless your going to ellinia)
- Gives you 10 Onyx Apples
- Cannot be given items more then once
- TESTED
-- Heres the code --
Code:
/* Sera
First NPC on Map 0
*/
var wui = 0;
function start() {
cm.sendOk ("Welcome to The Maplestory Private Server! You will be given 50M To spend on anything you like. You can purchase NX at the website at our website http://website.com !! You will be made level 10, except for warping to Ellinia. Enjoy your stay at The Maplestory Private Server!" \r\n#L0##bLith Harbor#k #l\r\n#L1##bHenesys#k #l\r\n#L2##bEllinia#k #l\r\n#L3##bPerion#k #l\r\n#L4##bKerning City#k #l\r\n#L5##bSouthperry#k #l");
}
function action(mode, type, selection) {
if (mode == 0 || wui == 0) {
cm.dispose();
cm.gainItem(2022179, 1);
cm.getMeso(500000000);
cm.warp(104000000, 0);
cm.gainExp(5063);
if (mode == 0 || wui == 1) {
cm.dispose();
cm.gainItem(2022179, 1);
cm.getMeso(500000000);
cm.warp(100000000, 0);
cm.gainExp(5063);
if (mode == 0 || wui == 2) {
cm.dispose();
cm.gainItem(2022179, 1);
cm.getMeso(500000000);
cm.warp(101000000, 0);
cm.gainExp(2105);
if (mode == 0 || wui == 3) {
cm.dispose();
cm.gainItem(2022179, 1);
cm.getMeso(500000000);
cm.warp(102000000, 0);
cm.gainExp(5063);
if (mode == 0 || wui == 4) {
cm.dispose();
cm.gainItem(2022179, 1);
cm.getMeso(500000000);
cm.warp(103000000, 0);
cm.gainExp(5063);
if (mode == 0 || wui == 5) {
cm.dispose();
cm.gainItem(2022179, 1);
cm.getMeso(500000000);
cm.warp(60000, 0);
cm.gainExp(5063);
} else {
wui = 1;
var statup = new java.util.ArrayList();
var p = cm.c.getPlayer();
var totAp = p.getRemainingAp() + p.getStr() + p.getDex() + p.getInt() + p.getLuk();
p.setStr(4);
p.setDex(4);
p.setInt(4);
p.setLuk(4);
p.setRemainingAp (totAp - 16);
statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.STR, java.lang.Integer.valueOf(4)));
statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.DEX, java.lang.Integer.valueOf(4)));
statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.LUK, java.lang.Integer.valueOf(4)));
statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.INT, java.lang.Integer.valueOf(4)));
statup.add (new net.sf.odinms.tools.Pair(net.sf.odinms.client.MapleStat.AVAILABLEAP, java.lang.Integer.valueOf(p.getRemainingAp())));
p.getClient().getSession().write (net.sf.odinms.tools.MaplePacketCreator.updatePlayerStats(statup));
cm.sendOk ("Ok, Lets GOO!");
}
}
Instructions
Make a new notepad
Copy and paste
Click "File"
Click "Save As"
Name : "2100.js"
Save it
Your done.
Note : ODINMS ONLY
If you need help, post here.
I'll try my best =/
Btw, im working on a code, for COCO the hearts npc, we're gunna make it do an onyx apple quest.
And this is all comin from :
To view the content, you need to sign in or register