[Release]Suicide command

Status
Not open for further replies.
u never contributed anything , so the **** up noob

This is starting to get out of control...

This is how i started to learn java tough... but only i didnt release and now i have made PvpPoints....

Btw if this is your first release...Good! Kepp it up. You WILL get better if you do like this, read!!

Haha~!
 
For those of you whining about how you can use it to get out of jail, just stfu please. If you know what you're talking about you know you can change the map you spawn in after a death. All the jails that I use (23 dif jails per channel, no communication is allowed between inmates) are coded so that if you find a way to kill yourself in it, you'll just respawn back in jail.

If you don't know how to code that simple line into your map, then you really need to STFU and stop flaming this guy.

It's a neat command, I use Moogra 1.9.1 so we have @emo and !rape for kill commands but for servers that are using older repacks I can see this being a lot of fun. Much better than jumping off of the top of the fm and trying die that way.
 
For those of you whining about how you can use it to get out of jail, just stfu please. If you know what you're talking about you know you can change the map you spawn in after a death. All the jails that I use (23 dif jails per channel, no communication is allowed between inmates) are coded so that if you find a way to kill yourself in it, you'll just respawn back in jail.

If you don't know how to code that simple line into your map, then you really need to STFU and stop flaming this guy.

It's a neat command, I use Moogra 1.9.1 so we have @emo and !rape for kill commands but for servers that are using older repacks I can see this being a lot of fun. Much better than jumping off of the top of the fm and trying die that way.

Yea totally agree. Some people just don't appreciate work done by others.
 
It's a shame really though. I mean the all the awesome odin .55 repacks weren't premade bug-less and super advanced with tons of fully working features. Start small and build your way out. Oh well though, I like the command and I think it's awesome that you're starting to code java. You'll be able to get some really wicked awesome releases for your own server if you don't want to share (no one can blame you for that lol).
 
the code is means for the normal user in the "normal" base of startwith "@". Anyhow, this came from !kill i suposse, because even that the "victim" can "short" te code, it's pretty useless in the code.
 
For those who are complaining about jail.
if (c.getPlayer().getMap().getId() == JAILID) {
new ServernoticeMapleClientMessageCallback(5, c).dropMessage("**** YOU, YOU CANT USE PLAYER COMMANDS IN MERCURYMS :) ++ MY SERVER IS A BIG FAT LEECHER");
return;
}
 
Status
Not open for further replies.
Back