- Joined
- Jun 15, 2008
- Messages
- 32
- Reaction score
- 0
This repack is based on PC Maple 2.1, and MsRemix Repack.
I saw few people requesting the auto hp/mp pouches for pets.
It doesn't use potions, instead it uses 10k mesos per heal. This makes it a lot easier so players don't have to buy the only pots that work with it.
1. I have this system implemented. Monster give NX Cash per kill.
The current rate is tempmeso/6.
To remove it, simply go to maplemap.java and delete this:
Credits to: mmavipc
2. Credits to: thegamer1907
I have a boss check system implemented which disables any player from fooling the checking system by re logging in the boss map.
Just download this file, and replace it in your server folder: scripts/npc: CAN BE FOUND IN THE DOWNLOADS SECTION.
3. This repack has a NX HACK instant Autoban.
4. It also has a SMEGA SPAM AUTOBAN - 2 consecutive spams within 3 seconds will get a warning, then the 3rd spam will result in a ban.
5. Autoregister enabled - 5 accounts per IP.
6. PvP - changed to FM<1>.
Cmd. @sethp/@setmp.
!gender - (not !lolhaha)
!smega - (not !sex)
added !healmap
added @callgm
REMOVED @leavepvp because PvP map is in FM<1>.
and a lot more, just browse through commandprocessor.java
I added a lot more stuff to it, just can't remember it right now. Don't worry, I'll add it when I remember it.
Download:
1.Boss Limit check NPCs:
Must download, or players can't get out.
2.Well, here's the source, just compile it. It has autoregister enabled.
SRC:
3.For those that just want the Odinms.jar file.
Odinms.jar:
JUST PLACE THESE IN YOUR SERVER FILES FOLDER. I DIDN'T INCLUDE THE ENTIRE FOLDER EG.WZ FILES BECAUSE YOURS WOULD SUFFICE.
Credits:
PCMaple Repack: PinCrackerGod
MsRemix: Newton
NX Cash Given by mobs: mmavipc
Boss limit check: thegamer1907
NX AB: V1ral
Smega AB: alex_soh
If I missed anyone for credits, just pm me.
I saw few people requesting the auto hp/mp pouches for pets.
It doesn't use potions, instead it uses 10k mesos per heal. This makes it a lot easier so players don't have to buy the only pots that work with it.
1. I have this system implemented. Monster give NX Cash per kill.
The current rate is tempmeso/6.
To remove it, simply go to maplemap.java and delete this:
Credits to: mmavipc
Code:
int addnx;
addnx = meso / 6;
if (addnx > 0) {
dropOwner.modifyCSPoints(0, addnx);
dropOwner.getClient().getSession().write(MaplePacketCreator.serverNotice(5, "You have gained NX Cash (+" + addnx +")."));
}
2. Credits to: thegamer1907
I have a boss check system implemented which disables any player from fooling the checking system by re logging in the boss map.
Just download this file, and replace it in your server folder: scripts/npc: CAN BE FOUND IN THE DOWNLOADS SECTION.
3. This repack has a NX HACK instant Autoban.
4. It also has a SMEGA SPAM AUTOBAN - 2 consecutive spams within 3 seconds will get a warning, then the 3rd spam will result in a ban.
5. Autoregister enabled - 5 accounts per IP.
6. PvP - changed to FM<1>.
Cmd. @sethp/@setmp.
!gender - (not !lolhaha)
!smega - (not !sex)
added !healmap
added @callgm
REMOVED @leavepvp because PvP map is in FM<1>.
and a lot more, just browse through commandprocessor.java
I added a lot more stuff to it, just can't remember it right now. Don't worry, I'll add it when I remember it.
Download:
1.Boss Limit check NPCs:
To view the content, you need to sign in or register
Must download, or players can't get out.
2.Well, here's the source, just compile it. It has autoregister enabled.
SRC:
To view the content, you need to sign in or register
3.For those that just want the Odinms.jar file.
Odinms.jar:
To view the content, you need to sign in or register
JUST PLACE THESE IN YOUR SERVER FILES FOLDER. I DIDN'T INCLUDE THE ENTIRE FOLDER EG.WZ FILES BECAUSE YOURS WOULD SUFFICE.
Credits:
PCMaple Repack: PinCrackerGod
MsRemix: Newton
NX Cash Given by mobs: mmavipc
Boss limit check: thegamer1907
NX AB: V1ral
Smega AB: alex_soh
If I missed anyone for credits, just pm me.