@pvp or @pvpmap ! warps you to Pvp Map!

Junior Spellweaver
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 :D 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

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);
Then change the 910000000 with your PvpMap code...

If you want to change the @pvp for @pvpmap just change
Code:
equals("@pvp")) {
to
Code:
equals("@pvpmap")) {
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
 
Last edited:
Re: [RELEASE?]I dont know if this was release before so... Here is @pvp

Thanks Also One Question When U Make A Command Like @online For Example And Use The Online Script For Gms And Change !online to @online Will It Work For Players?
 
Re: [RELEASE?]I dont know if this was release before so... Here is @pvp

Thanks Also One Question When U Make A Command Like @online For Example And Use The Online Script For Gms And Change !online to @online Will It Work For Players?

I think so... let me check
 
Re: [RELEASE?]I dont know if this was released before so... Here is @pvp

This will let you get out of jail.
 
Re: [RELEASE?]I dont know if this was released before so... Here is @pvp

lol...my repack, the @pvp is: "Name" is looking for PvP. PM him or her to engage in PvP...

"-_-
 
Re: [RELEASE?]I dont know if this was released before so... Here is @pvp

Released already, also, if nobody has releazied this, but whoever you jail, can escape very easily just by typing this command. Hope whoever added to their server thought about that.
 
Re: [RELEASE?]I dont know if this was released before so... Here is @pvp

Released already, also, if nobody has releazied this, but whoever you jail, can escape very easily just by typing this command. Hope whoever added to their server thought about that.

This really was released?... i used the search button and i didnt see it...

About the jail... in my last post i said :

*Adding the jail fix*

EDIT: Dam... is hard xD! now it warps me to PvpMap and say : Lol... its not easy scape from the jail

>_> Any help will be appreciated (Or whatever it means XP)
 
Back