Jump to content

xdem

Members
  • Posts

    4,155
  • Credits

  • Joined

  • Last visited

  • Days Won

    44
  • Feedback

    0%

Everything posted by xdem

  1. can't take a nobody's trashtalk as an insult. sorry
  2. sinxaritiria exeis 10-15 euro mpravo kai eis anwtera! afth tin malakia eixes na grapseis anti na peis ena efxaristw pou ekatsa kai sou edwsa to 99% tis douleias?
  3. public void broadcastToParty(final IClientOutgoingPacket[] gsp) alakse to se public void broadcastToParty(final IClientOutgoingPacket ... gsp)
  4. L2Party.java create a method broadcastToParty public void broadcastToParty(final GameServerpacket gsp) { for (final var member : getPartyMembers()) { member.sendPacket(gsp); } } L2PcInstance create a method broadcastToMyParty public void broadcastToMyParty(final GameServerPacket gsp) { final var party = getParty(); if (party != null) party.broadcastToParty(gsp); else sendPacket(gsp); } L2SkillTemplate.java create method isPartyBroadcast final boolean _partyBroadcast; constructor: _partyBroadcast = set.getBoolean("PartyBroadcast", false); getter public boolean isPartyBroadcast() { return _partyBroadcast; } L2Character.java find this (more than one) broadcastPacket(new MagicSkillUse(...)); change it to if (skill.isPartyBroadcast()) broadcastToMyParty(new MagicSkillUse(...)); else broadcastPacket(new MagicSkillUse(...)); PS: No need to thank me, please don't talk shit about me next time Cheers
  5. check isAutoAttackable method, use the debugger
  6. pwpw den peftoun me tipota
  7. an me ksana peis clown tha kanw ddos to fabricacafe.info
  8. Relic season 5 in less than a year... lets goooo clown
  9. if you want the good old dream, come join L2 Legacy beta and help us open the server faster, but I guess all you want is to make some money out of a 1 week server with bots and shit ?
  10. ask yourself if mobius isn't, then what is ? If you come back with no answer go back to your corner and cry when gods enter the topic discussion talking facts.
  11. I designed and promoted L2 Legacy just to shut down retards like you who harm my community. Please stop re-opening your trash we had enough of it
  12. These services are per traffic and do not come cheap, also you need lots of research and azure knowledge to implement it - still not being aware of the actual network boost you are going to get, and by your sayings your proxy is not torture tested in a live production environment with hundreds or even thousands of foreign connections on the proxy. Don't get me wrong but I am just thinking out loud my concerns regarding this project
  13. So I suppose you have already implemented your reverse proxy that proves the 50-60% flat latency reduction on servers on Azure SA where we can test ? If what you are saying is not just theory but also practical for L2 GameServers then this is a breakthough
  14. I don't want to be annoying or anything, but this diagram right here is just theory. There are no guarantee whatsoever that even if you use Azure's backbone network as the given example implies that you would get a flat 50% latency reduction, this graph looks extremely manipulative and false marketing to me. Even if a possible 10% latency reduction was possible the above architecture is off-limits for the 99% of the live servers out there, making your share another educational usage project :)
  15. mitm is not a technical term as I am aware of. It would be either a reverse proxy or a proxy, and since its server side this is would be a reverse proxy implementation for which I find no beneficial use for a l2 server rather than just making things more complicated. The features list is already in the spectrum of what the LS/GS can already do, reverse proxies do not decrease latency as a matter of fact
  16. sounds like a reverse proxy to me
  17. Mobius is the most decent pack you could use right now, so consider subscribing already if you are really interested into working on the latest clients of L2. There is no alternative and you know, that I know my shit
  18. Create one new Skill preferrably the one called during /unstuck of type Modify L2SkillTeleport.java Add this: And this edit useSkill add this null check it, make your checks and call this Now, you have the logic you need to change L2TeleporterInstance change your teleportTo location methods with Now you have a mechanism that instead of instant teleport your character casts a skill of defined duration that will do the actual teleportation
  19. egw exw doulitsa akoma, alla den exei shmasia to egrapsa genika !
  20. ela pes to... gia na parw to L2 Server Owner, tha prepei na ferw olo mou to community edw p einai isws pio active apo to forum sou, kai na plirwnw kiolas !
  21. A shithole that was probably worth milti-thousand euros a few years ago
×
×
  • Create New...