- Joined
- Feb 3, 2008
- Messages
- 183
- Reaction score
- 2
Hi , its me again XP i dont really know if this was released before because long time ago i used !henesys and !perion to warp to henesys and perion then people changed it to !goto <map> so... not much people wanted a command that warps you to pvpmap but for Non-GM Player... So here is...
Its tested with FM Map i just wroted @pvp and paff... FM
i dont know if this have bugs because i just tested the basic idea... if you want that the command warps you to henesys or any other map when you are already in pvp map just tell me...
Here is :
Put this in your CommandProcessor
Then change the 910000000 with your PvpMap code...
If you want to change the @pvp for @pvpmap just change
to
or whatever you want XP
If this was released before (I think that wasnt because i used the search button and searched @pvp) just delete this topic...
Credits : Me?
PD: Im finishing Supiangel... The Mutant Coke XP yap i changed the title xD
Its tested with FM Map i just wroted @pvp and paff... FM

Here is :
Put this in your CommandProcessor
Code:
} else if (splitted[0].equals("@pvp")) {
MapleMap to;
MaplePortal pto;
to = ChannelServer.getInstance(c.getChannel()).getMapFactory().getMap(910000000);
pto = to.getPortal("out00");
c.getPlayer().changeMap(to, pto);
If you want to change the @pvp for @pvpmap just change
Code:
equals("@pvp")) {
Code:
equals("@pvpmap")) {
If this was released before (I think that wasnt because i used the search button and searched @pvp) just delete this topic...
Credits : Me?
PD: Im finishing Supiangel... The Mutant Coke XP yap i changed the title xD
Last edited: