@leavepvp

Results 1 to 13 of 13
  1. #1
    Account Upgraded | Title Enabled! xV1ral is offline
    MemberRank
    Jun 2008 Join Date
    323Posts

    @leavepvp

    For the maps without NPCs and make good PvP maps, and for lazy GMs who don't want to warp players out.
    PHP Code:
     else if (splitted[0].equals("@leavepvp")) {
                        if (
    player.getMapId() == 922010900 || player.getMapId() == 922010800 || player.getMapId() == 990000500
                                 
    || player.getMapId() == 990000501 || player.getMapId() == 990000502 
                                 
    || player.getMapId() == 920011200 || player.getMapId() == 921100300) {//PvP map IDs
                        
    MapleMap target cserv.getMapFactory().getMap(220000000); //map to warp to
                        
    MaplePortal targetPortal target.getPortal(0);
                        
    player.changeMap(targettargetPortal);
                        }else {
                            
    mc.dropMessage("You're not in the PvP map");
                        }
                            } 


  2. #2
    Λκαяυz føяeνeя Roamer is offline
    MemberRank
    Jun 2008 Join Date
    215Location
    3,203Posts

    Re: [Release] @leavepvp

    Lol thanks xD

  3. #3
    Account Upgraded | Title Enabled! megoesrawr is offline
    MemberRank
    May 2008 Join Date
    CaliforniaLocation
    873Posts

    Re: [Release] @leavepvp

    Lol.
    Not neccessary but still gud relese dud

  4. #4
    Member SpecialJerm is offline
    MemberRank
    Jun 2008 Join Date
    79Posts

    Re: [Release] @leavepvp

    I get this on compiling:
    Code:
    init:
    deps-jar:
    Compiling 2 source files to C:\Documents and Settings\Jerm\Desktop\odinsnow\build\classes
    C:\Documents and Settings\Jerm\Desktop\odinsnowrev1_8\net.sf.odinsnow\src\net\sf\odinsnow\client\messages\commands\CharCommands.java:106: cannot find symbol
    symbol  : variable cserv
    location: class net.sf.odinsnow.client.messages.commands.CharCommands
                            MapleMap target = cserv.getMapFactory().getMap(100000000); //map to warp to 
    1 error
    BUILD FAILED (total time: 3 seconds)
    Mind giving me a list of imports in CommandProcessor.java?

  5. #5
    Valued Member TeamH is offline
    MemberRank
    Jun 2008 Join Date
    126Posts

    Re: [Release] @leavepvp

    yea i need this for my pvp since i gotta warp them out thx

  6. #6
    Account Upgraded | Title Enabled! PeaTar is offline
    MemberRank
    May 2008 Join Date
    Up a treeLocation
    265Posts

    Re: [Release] @leavepvp

    Nice release! I hate it when people ask me to warp em out espicially when so many of 'em do so at the same time!

  7. #7
    Account Upgraded | Title Enabled! zilan89 is offline
    MemberRank
    Jun 2008 Join Date
    467Posts

    Re: [Release] @leavepvp

    when i type @leavepvp it said you are not in the pvp map while i in the pvp map. how to make it work anyone?
    i have the npc that warp back ppl.
    so it is that npc that don't allow my @leavepvp to work?

  8. #8
    Proficient Member king321123 is offline
    MemberRank
    Jun 2008 Join Date
    175Posts

    Re: [Release] @leavepvp

    Because you gotta change the if (get map, Zilan.

  9. #9
    .Team of One. XenZy is offline
    MemberRank
    Jul 2008 Join Date
    NeW YoRk! :]Location
    374Posts

    Re: [Release] @leavepvp

    Lazy GMs. Make a npc in the pvp map. Nice release since apparently some people need it lol..

  10. #10
    Account Upgraded | Title Enabled! zilan89 is offline
    MemberRank
    Jun 2008 Join Date
    467Posts

    Re: [Release] @leavepvp

    change what? i don't get what you mean my pvp map is 109020001.
    so change what ?
    can you help me thanks alot

  11. #11
    Valued Member Fireboy1214 is offline
    MemberRank
    Apr 2008 Join Date
    Elk GroveLocation
    133Posts

    Re: [Release] @leavepvp

    cool makes it easier =p

  12. #12
    Proficient Member vino104 is offline
    MemberRank
    Jan 2008 Join Date
    NetherlandsLocation
    167Posts

    Re: [Release] @leavepvp

    Code:
    else if (splitted[0].equals("@leavepvp")) {
                        if (player.getMapId() == 922010900 || player.getMapId() == 922010800 || player.getMapId() == 990000500
                                 || player.getMapId() == 990000501 || player.getMapId() == 990000502 
                                 || player.getMapId() == 920011200 || player.getMapId() == 921100300) {//PvP map IDs
                        MapleMap target = cserv.getMapFactory().getMap(220000000); //map to warp to
                        MaplePortal targetPortal = target.getPortal(0);
                        player.changeMap(target, targetPortal);
                        }else {
                            mc.dropMessage("You're not in the PvP map");
                        }
                            }
    change the orange numbers to your pvp maps

  13. #13
    Account Upgraded | Title Enabled! thegamer1907 is offline
    MemberRank
    May 2008 Join Date
    SingaporeLocation
    464Posts

    Re: [Release] @leavepvp

    is there a way to add a delay into it like say 5 seconds before the player can warp out? because players may use this to escape..



Advertisement