Jump to content
  • 0

I search a command to go to player with pvp kills, 10 kills for examples


Question

Posted

I search that for this system of pvp or other system pvp,http://www.maxcheaters.com/forum/index.php?topic=78071.0

I want it for l2j server

please help me

thanks =)

Recommended Posts

  • 0
Posted

I search that for this system of pvp or other system pvp,http://www.maxcheaters.com/forum/index.php?topic=78071.0

I want it for l2j server

please help me

thanks =)

 

This code is for l2j.But for what client do you want it?

  • 0
Posted

Wait.

 

Go again at this link : http://www.maxcheaters.com/forum/index.php?topic=78071.0

 

And look again what Maestro says :

 

This is for last rev l2j CT3 but it can be made for other chronicles too

  • 0
Posted

Wait.

 

Go again at this link : http://www.maxcheaters.com/forum/index.php?topic=78071.0

 

And look again what Maestro says :

 

This is for last rev l2j CT3 but it can be made for other chronicles too

 

yeah but I search a command to go to player with pvp kills no pvp system :S

  • 0
Posted
/*

* This program is free software: you can redistribute it and/or modify it under

* the terms of the GNU General Public License as published by the Free Software

* Foundation, either version 3 of the License, or (at your option) any later

* version.

*

* This program is distributed in the hope that it will be useful, but WITHOUT

* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS

* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more

* details.

*

* You should have received a copy of the GNU General Public License along with

* this program. If not, see <http://www.gnu.org/licenses/>.

*/

package com.equal.gameserver.handler.voicedcommandhandlers;

 

import com.equal.gameserver.handler.IVoicedCommandHandler;

import com.equal.gameserver.instancemanager.CastleManager;

import com.equal.gameserver.model.L2World;

import com.equal.gameserver.model.actor.instance.L2PcInstance;

 

 

/**

* @author VaGo

* @rework Leeroy

*/

public class wannapwn implements IVoicedCommandHandler

{

   private static final String[] VOICED_COMMANDS = { "wannapwn" };

 

   public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target)

   {  

     

       if (command.equalsIgnoreCase("wannapwn"))

       {

 

          if (activeChar == null)

             {

                return false;

             }

     

           L2PcInstance player;

           String targetName = command.substring(17);

           player =  L2World.getInstance().getPlayer(targetName);

 

           if(player == null)

           {

               activeChar.sendMessage("Your target is not online.");

               return false;

           }

           else if(player.isInJail())

           {

               activeChar.sendMessage("Your target is in Jail.");

               return false;

           }

           else if(player.isInOlympiadMode())

           {

               activeChar.sendMessage("Your target is in the Olympiad now.");

               return false;

           }

           else if(player.atEvent)

           {

               activeChar.sendMessage("Your target is in an event.");

               return false;

           }

           else  if (player.isInDuel())

           {

               activeChar.sendMessage("Your target is in a duel.");

               return false;

           }

           else if (player.isFestivalParticipant())

           {

               activeChar.sendMessage("Your target is in a festival.");

               return false;

           }

           else if (player.isInParty() && player.getParty().isInDimensionalRift())

           {

               activeChar.sendMessage("Your target is in dimensional rift.");

               return false;

           }

           else if (player.inObserverMode())

           {

              activeChar.sendMessage("Your target is in the observation.");

           }

           else if(player.getClan() != null

                 && CastleManager.getInstance().getCastleByOwner(player.getClan()) != null

                 && CastleManager.getInstance().getCastleByOwner(player.getClan()).getSiege().getIsInProgress())

           {

              activeChar.sendMessage("Your target is in siege, you can't go to your leader.");

              return false;

           }

 

           else if(activeChar.isInJail())

           {

               activeChar.sendMessage("You are in Jail!");

               return false;

           }

           else if(activeChar.isInOlympiadMode())

           {

               activeChar.sendMessage("You are in the Olympiad now.");

               return false;

           }

           else if(activeChar.atEvent)

           {

               activeChar.sendMessage("You are in an event.");

               return false;

           }

           else  if (activeChar.isInDuel())

           {

               activeChar.sendMessage("You are in a duel!");

               return false;

           }

           else if (activeChar.inObserverMode())

           {

              activeChar.sendMessage("You are in the observation.");

           }

           else if(activeChar.getClan() != null

                 && CastleManager.getInstance().getCastleByOwner(activeChar.getClan()) != null

                 && CastleManager.getInstance().getCastleByOwner(activeChar.getClan()).getSiege().getIsInProgress())

           {

              activeChar.sendMessage("You are in siege, you can't go to your target.");

              return false;

           }

           else if (activeChar.isFestivalParticipant())

           {

               activeChar.sendMessage("You are in a festival.");

               return false;

           }

           else if (activeChar.isInParty() && activeChar.getParty().isInDimensionalRift())

           {

               activeChar.sendMessage("You are in the dimensional rift.");

               return false;

           }

           else if (activeChar == player)

           {

               activeChar.sendMessage("You cannot teleport to yourself.");

               return false;

           }

 

              int playerx;

              int playery;

              int playerz;

             

              playerx = player.getX();

              playery = player.getY();

              playerz = player.getZ();

             

              activeChar.teleToLocation(playerx,playery,playerz);

    activeChar.sendMessage("You have been teleported to fight!");

       }

       return true;

   }

   public String[] getVoicedCommandList()

   {

       return VOICED_COMMANDS;

   }

 

}

It teleports you to the player you've chose via .wannapwn <player>

not tested ,no idea if it works.

Thanx VaGo for the ready-to-go code which i edited from his .cl share :]

Register the command and you're done..

I didnt rly get this part

"who has pvp kills"

alot of them have? kewl.

Explain it better and i`ll rework it ^^

  • 0
Posted

Dont use google translator for gods sake..

i didnt get a single word of ur post -_-"

xD I'm spanish and my english are very bad xD

 

I search this command for people do to other people with 10 kills

  • 0
Posted

Stop double posting..

-1 karma for spam and 2x double post!

And no1 can help you since you dont know any english..

Ask DrHouse__ if he can translates it spain->english.

Guest
This topic is now closed to further replies.
  • Posts

    • Server mid rate craft PvP   CLIENTE INTERLUDE Website server Discord olympus x25 &nbsp;server 🇧🇷🇦🇷🇨🇱🇬🇷🇲🇽🇵🇪🇸🇰🇪🇸🇺🇾 Server mid rate craft PvP 🔱CLIENTE INTERLUDE🔱 🔅xpx25 🔅Sp x25 🔅Adena x15 🔅Droop x2 🔅Spoil x2 🔅Raidboss xp x2 🔅Raidboss sp x2 🔅Raidboss droop x1 🔅All Rate quest reward  x1 ⚠️All Quest drop reward. x1 🔅Manor x 3 🔅Seal stone x1 🛡️🗡️INFO GRADO S🗡️🛡️ ⚠️Inicia desabilitado drop/spoil/quest. 🔱PROFESIONES/SUBCLASS🔱 🛡️1st profession - 50medal 🛡️2nd profession - 500 medal 🛡️3rd profession - 1k medal +30kk adena 🛡️Sub class - Quest. No necesita matar raids. ⚙️Configuraciones⚙️ 🛡️Gmshop  grade - B. 🛡️Grade A-S Craft - yes x1 chance 🛡️Globlal teleport - yes 🛡️Buffer 1hora. 🛡️Buffer slot 24(+4divine)+12 dances-song 🛡️Auto learn skils - yes 🛡️Autoloot - yes 🛡️Mana potion recarga 1000 ,9segundos delay. 🛡️Champions system:     ▫️lvl 30 - 76     ▫️chance respawn 0.5%.     ▫️adena x20 🛡️Max lvl party 14 lvl. 🛡️Festive sweeper on. 🛡️Max client pc 2. 🛡️Raid boss respawn retail. 🛡️Nobleza quest - yes. 🛡️Barakiel respawn 6 horas + -30 min. 🛡️Olimpiada duracion 14 dias. 🛡️Olimpiada de 18:00 a 00:00 🛡️Safe enchant +3 🛡️Normal enchant scroll 50% ⚠️+11-16 chance 30% 🛡️Bleesed enchant scroll 55% ⚠️+11-16 chance 35% 🛡️Rate dinamico x1 lvl 77-80   🛡️🗡️CLANES INFO🗡️🛡️ 🔅Crear clan min. level 20 🔅Max Alianzas 1 🔅Duracion penalidades clan / alianzas 8 horas. 🔅Cambio de lider 24 horas. 🛡️⚔️ ASEDIOS ⚔️🛡️ 🔅Cada 2 semanas. 🔅Proteccion hwid 1 pc. 🔅Clanes registrados. acceden a zona de asedio. 🔅Castillo asediable Aden. 🔅Reward 1000 FA 🔅Horario 16:00 GMT-3 🎊PACK DE INICIO🎊 🔅Start set - armor\weapon no grade. 🔅Level 20  - 5 shadow cuppon grado D 🔅Level 40 - 5 shadow cuppon grado C 🔅Free Autofarm 24 horas. 💰 INFO PREMIUM 💰 🔅Free autofarm. 🔅xp x30 🔅sp x30 🔅adena x17 🔅drop x4 🔅spoil x4 🔅enchant +2% 🔅seal stone x1 🔅Altb Gk-Gmshop/buffe ⚔️ RAID  BOSS INFO ⚔️ 🔅Raid boss 70 ++ respawn 5 días despues. 🔅Raid boss 75 ++ respawn 15 días despues 🔅Drop LETTER L2DAY para tradear en GMshop. ⚔️ INFO SEVEN SING ⚔️ 🔅Inicio del drop Seal stones dia 5 de iniciado el server. 🎊 EPIC RAID INFO 🎊 🔅Queen Ant (lvl 40)respawn Lunes a Viernes 22:00 GMT-3 drop chance 30%. 🔅Core (lvl 80)respawn Martes-miercoles 20:20 GMT-3 drop chance 100%. 🔅Orfen (lvl 80)respawn Martes-miercoles 21:00 GMT-3 drop chance 100%. 🔅Zaken (lvl 80)respawn Jueves 23:00 GMT-3 drop chance 100%. 🔅Frintezza (lvl 80)respawn Viernes 23:00 GMT-3 drop chance 100%. 🔅Baium (lvl 80)respawn Sabado 22:00 GMT-3 drop chance 100%. 🔅Valakas (lvl 80)respawn Domingo 20:00 GMT-3 drop chance 100%. 🔅Antharas (lvl 80)respawn Domingo 22:00 GMT-3 drop chance 100%.
    • The server is running in l2house.com.ar with C4 mode and in L2Tekila within the same login you can also test it in C5, if you want me to raise another chronicle to test, just let me know.
    • video nice song TopGear  gaming 1990    ....  
    • I have a system where Accounts are saved on login screen for fast login. I am playing a server where this feature is not on the logic screen. How I can try to add this feature to the system? I don't know what files I would have to touch.   Thanks!!
  • Topics

×
×
  • Create New...