Jump to content
  • 0

[help] Antifeed same ip in not party


Question

Posted

Hello

 

There's not a problem because the solution will contact.

If a party is a party to the same IP will attempt to avoid.

In addition, one of the party, the party entering the same IP if you would like to unsubscribe automatically.

The conclusion is the same IP each character so it's necessary to be a party to.

Perhaps, l2jserver/gameserver/network/clientpackets/RequestJoinParty.java to need to define in

I tried to use Antifeedmanager, is not easy.

If you know how to tell us would be appreciated too.

Does not speak English well. Please understand that even if the article I just wrote over.

 

Thank you.

5 answers to this question

Recommended Posts

  • 0
Posted

try to make it this way

 

 

final L2GameClient target1 = target.getClient();

final L2GameClient target2 = requestor.getClient();

if (

target1.getConnection().getSocketChannel().socket().getInetAddress().equals(target2.getConnection().getSocketChannel().socket().getInetAddress()));

{

requestor.sendPacket(new SystemMessage(SystemMessageId.INCORRECT_TARGET));

requestor.sendPacket(new ActionFailed());

}

 

 

 

 

ps: atm i am very tired, so if it does not work pm me tomorrow

  • 0
Posted

Thank you very much for answers.

 

One problem is still in testing but have tried it.

 

PC to another PC with the same IP when everyone is invited to the party.

 

Even if no one in your party, even if you have the same IP, so that the party would like to participate.

 

Once again, we will expect an answer.

Thank you.

  • 0
Posted

Thank you very much for answers.

 

One problem is still in testing but have tried it.

 

PC to another PC with the same IP when everyone is invited to the party.

 

Even if no one in your party, even if you have the same IP, so that the party would like to participate.

 

Once again, we will expect an answer.

Thank you.

could you explain this a little clearer please? Also, let me make a comment. You ask for a code that does not allow a player to request a party invite to a same ip player.

Question 1: What if the requestor does not have the same ip? What do i mean? there are 3 players: A,B and C. Player A and B have the same ip and player C invites them to the party, there will be no problem cause player C is playing from a different ip address, and he can change the party leader if he wants

Question 2: What about players who play from an internet cafe station? what if they want a party for a mass pvp, or a siege?

 

  • 0
Posted

could you explain this a little clearer please? Also, let me make a comment. You ask for a code that does not allow a player to request a party invite to a same ip player.

Question 1: What if the requestor does not have the same ip? What do i mean? there are 3 players: A,B and C. Player A and B have the same ip and player C invites them to the party, there will be no problem cause player C is playing from a different ip address, and he can change the party leader if he wants

Question 2: What about players who play from an internet cafe station? what if they want a party for a mass pvp, or a siege?

 

 

Sorry, do not clear the first question.

A and B and C of the players.

A and B are using the same IP.

C is using a different IP.

C is the first to create a party.

Then A has been invited to the party.

Now, A and C is part of the same party.

When invited to a party A to B due to the same IP is not a party invitation.

B and C, but if the party invitation party invitation can be due to a different IP.

Then C and B are part of the same party.

A to C are invited.

C and A have different IP to each other.

I can be invited, and finally A, B, C are part of the same party together.

 

An end, A and B are identical but the IP will belong to the party.

 

I would like to resolve this issue.

 

A and B, let us know the code to request a party invitation will only be used.

 

PCcafe for each PC has a different IP. The problem is that there is nothing in the request.

 

Thank you very much for coming alone, I must answer.

My question is still not clear.

Does a lot of English. Please understand.

  • 0
Posted

Sorry, do not clear the first question.

A and B and C of the players.

A and B are using the same IP.

C is using a different IP.

C is the first to create a party.

Then A has been invited to the party.

Now, A and C is part of the same party.

When invited to a party A to B due to the same IP is not a party invitation.

B and C, but if the party invitation party invitation can be due to a different IP.

Then C and B are part of the same party.

A to C are invited.

C and A have different IP to each other.

I can be invited, and finally A, B, C are part of the same party together.

 

An end, A and B are identical but the IP will belong to the party.

 

I would like to resolve this issue.

 

A and B, let us know the code to request a party invitation will only be used.

 

PCcafe for each PC has a different IP. The problem is that there is nothing in the request.

 

Thank you very much for coming alone, I must answer.

My question is still not clear.

Does a lot of English. Please understand.

 

i am still trying to understand but it's a lot of unknown words, the only part that i got is there you write "PCcafe". Obviously, you mean that internet cafe stations provide a different ip for each computer. There are still many stations that do not.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Migrating a legacy Interlude server to PostgreSQL while adding real observability is basically forcing 2006 MMO engineering to attend a 2026 infrastructure conference at gunpoint. PS: which revision of aCis? PS: 🧻what was broken during this whatever you call it.    AAC Guard beign asked to adapt to this be like: - Creating bugs since early 2018
    • OH MY LORDDDDDDDDDDDDDDDDDDDDD   FINALLY
    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • I came out of my cave as I do once every 5 years. By now, I know nobody really cares about L2, but I still find it fun to experiment. Everything you see here will be free and open source. I have no interest in selling anything.   Long story short, I like to revisit Interlude and apply what I've learned to see how far I can push it. Here's Outerlude, a public fork of aCis for the modern age.   Video demo:   Work that has been done:   Redone the netcode from scratch to be async The NPC AI was completely redone based on Finite State Machines Moved to PostgreSQL and using some of its cool features Lots of config that should be hot reloadable has moved to the database OpenTelemetry instrumentation, where it makes sense, and a Grafana dashboard A built-in REST API for server management A built-in MCP Server for LLMs Nidrah AI, an AI Agent to make managing the server easier Real-time server map view Chat auditing and live snooping A new Fake Players Engine with a Node logic system and a new LLM planner for any behavior Just watch the video   If there is interest in this and I'm happy with it, or I get bored (which I always do), I will open-source it. Let me know what you think and if there is some feature you'd like me to implement.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..