Jump to content

erhan4o0

Members
  • Posts

    149
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by erhan4o0

  1. Ty alot. btw when i do it all, when i make summon to the Item_Id i will come was a book right? like forgotten scroll. Btw i will try it by my self but if u can give a answer. one more time thx

     

    what u mean man? you want use some skill to make book ? or with book to learn some skill?

  2. hello guys, i have a little problem with eclipse, i want to disable this options one ip to can kill him self characters, i found the code.

     

    Index: /Server/GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java
    ===================================================================
    --- /Server/GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 13)
    +++ /Server/GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 15)
    @@ -4410,4 +4410,11 @@
    
             // Check if it's pvp
    +         String player1 = getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress();
    +         String player1target = targetPlayer.getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress();
    +         if (player1.equals(player1target))
    +            return;
           if (
                 (

     

    first i need find  // Check if it's pvp and put this code

    +        String player1 = getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress();

    +        String player1target = targetPlayer.getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress();

    +        if (player1.equals(player1target))

    +            return;

          if (

    after him right?

  3. Index: /Server/GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java
    ===================================================================
    --- /Server/GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 13)
    +++ /Server/GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 15)
    @@ -4410,4 +4410,11 @@
    
             // Check if it's pvp
    +			String player1 = getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress();
    +			String player1target = targetPlayer.getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress();
    +			if (player1.equals(player1target))
    +				return;
    		if (
    				(
    

    for what pack is that? i get only errors

  4. ABOUT (ban via range.)

     

    The worst method/idea ever ... one doo sh1t one+ get ban! UNFAIR +1

     

    OFF TOP

     

    you must learn have stiupeds in server, Delete them... but wait for hims again... if they dont boring create chars!

     

    GL

     

    lol...i can't understand you what u talking about...

  5. Hello i have question, how i can change cordinates from scroll of escape, or other scrolls .. i mean when you use scroll of escape you return to teritory viliage..how i can make or just change the cordinates when you use soe to teleport you example in giran..if you in aden teritory. Thank you advance.

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock