Jump to content

4TOP

Members
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

4TOP last won the day on November 2

4TOP had the most liked content!

About 4TOP

Contact Methods

  • Website URL
    https://top.4teambr.com/

Profile Information

  • Gender
    Male
  • Country
    Brazil

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

4TOP's Achievements

Explorer

Explorer (4/16)

  • One Year In Rare
  • Collaborator Rare
  • One Month Later Rare
  • Reacting Well Rare
  • First Post Rare

Recent Badges

7

Reputation

  1. Siege Reward Start PM Msg Rework Config root BossDieAnnounce and BossDieSound in the L24Team.properties and Config.java files for global raid boss death notifications and sounds. Adds a new reward_list table to the DB.sql file to track castle rewards. Improves character creation logic for thread safety and validation. Adds extensive state checks to the RequestEnchantItem method to prevent enchantments during inappropriate player states. Fixed auto-attack animation bug (there was no attack animation, only damage animation) Clean Code Other fixes I forgot to list! Java 14 Fixed issue where deleting a character would prevent it from leaving the screen or being removed, or even after a delete CD (it would only exit when re-logging in or creating a new character). Added Premium System from the other C2 project (Needs testing and improvement). Added the "Improved" Community Board (incomplete).
  2. Handles removed from GS Thnks @ChrisChris L2Character.isInActiveRegion() with exception handling to register and recover from invalid coordinates, providing feedback to the player and teleporting them to a safe location if necessary. Added support for alternative skill durations through new configuration options (EnableAlternativeSkillDuration, SkillDurationList). Improved geodata handling for doors, including dynamic collision calculation and visibility checks. Reworked skill management logic for PDAM and Unlock, and improved mission event notifications for skill usage. SocketTcpNoDelay in the server configuration to control the use of TCP_NODELAY, reducing latency in MMO games. Refactors socket initialization in ClientThread and Connection to respect this setting. Also updates the use of generic types for Constructor and Map<Class, Long> to use wildcards and improves skill casting time calculation and packet history serialization. We refactored the L2AttackableAI class to use the two most hated targets in aggro logic, improving target reconsideration and skill usage. We added the get2MostHated() function to the L2Attackable class to sort aggro targets. We improved the attack logic of the L2Character class: pending hit tasks are tracked and canceled in case of cancel, attack timing and movement blocking are more accurate, and hit scheduling with dual weapons/rods/bows is robust. Several improvements to validation, the PvP flag, and messages for attack actions.
  3. Added FloodProtector utility to prevent packet flooding for actions like item use and dice rolling. Integrated flood protection checks in relevant client packet handlers and registered/removal hooks in player lifecycle. Updated movement logic in L2PcInstance for improved position synchronization and geodata handling. Minor fixes and refactoring in attack logic, private store handling, and admin NPC editing. Refactored AI classes to enhance movement, attack, and skill usage logic for characters and mobs. Improved distance checks, attack range calculations, and skill casting conditions. Removed unused intention command logic from L2CharacterAI. Updated configuration to enable CellPathFinding. Minor code cleanups and bug fixes for more reliable AI behavior. Enhanced GeoPathFinding with detailed debug and error messages for region loading, including success/failure counts and file checks. Refactored L2AttackableAI and L2CharacterAI to improve attack range tolerance, immediate attack behavior, and added safety checks for missing targets. Updated configuration to disable CellPathFinding by default and added a new ShowRedName option for aggressive mobs. Minor config and log updates included. Applied TCP socket optimizations (e.g., TCP_NODELAY, buffer sizes, keepalive) in ClientThread, Connection, and SelectorThread to reduce latency and improve throughput. Enhanced L2AttackableAI with better random walk, aggro, and attack logic, including silent move checks, quest monster handling, and improved faction/raid/minion behavior. Added silent move support to L2PlayableInstance and quest monster flag to L2NpcTemplate/L2NpcInstance. These changes aim to improve server responsiveness, AI realism, and overall stability.
  4. More fluid combat, not 100% yet, but I think it's acceptable. I put the following logic in movetopawn, moveto, maybemovetopawn, validatelocation, movetolocation: If Config.GeoData is active, it applies the coordinates using geodata; if disabled, use setdistanceplansq to measure the distance of things! Fix for reflected damage (if the attacker is null, it will not be calculated). Minor improvements to the Day/Night item generation manager. Fix to not punish players who destroy items with a count = 0... Fix for when a player tried to use a resurrection scroll while seated, it disappeared without effect. Fix for when it was possible to equip armor while paralyzed. Cleanup of System message. Rework of PathNodes. Fixed the ia for mobs attack range when chasing the player (test) Fixed Pathnodes loading Added # ------------------------ #Show Red Name for Aggressive Mobs # ------------------------ ShowRedName = True Which was missing in the configs
  5. Base: L2JServer (2007) Java: 8 MariaDB: 10 Let's get this moving, I hope that with everyone's help in any way we can accomplish something. Any help is welcome, it's been years since I've worked with L2 and I'm slowly getting back into it, I don't have that much experience + let's keep trying. The project is on GitHub, I hope that anyone who wants to contribute will create a fork to send their "possible" contributions, so that everyone on the forum can use it. Modifications: Mods: DOWNLOADS Projeto: Github System: MEDIAFIRE Cliente: Google Driver GeoData: Mediafire
  6. This is my attempt to somehow bring the script to be usable. Remembering that the ideal is someone with real capacity to work on it. I'm just trying to improve in my spare time. Changed connection logic to work in php8 Organization of links I added my top rank next to l2jbrasil. My top is 4Team Servers, if you can use it, I would appreciate it! Download: https://github.com/Sage-BR/icpn-votesystem If you have any bugs, post them here, but as I said, I will try to resolve them or report them to: ICPNetwork L2JBrasil = The function that generates the playerid generated the incorrect id, now for l2jbrasil it uses "ID + Key" in the VoteAPI menu L2Votes = Now use "ID + Key" GameTOP200 = "Needs testing" Organized new API Hopezone EU = Uses “ID + Key” GameBytes = API fix, (So the API only returns FALSE or TRUE, I added logic using localstorage instead of a cookie to save the moment the API returned "true" and the counter generates it from there) L2Top.co = API fix, (So the API only returns FALSE or TRUE, I added logic using localstorage instead of a cookie to save the moment the API returned "true" and the counter generates it from there) GamingTop100 = API fix GameStop200 = API fix
  7. A simple DKP bot for Discord: https://url.4teambr.com/4tbotlink Command for config: !4tdkp Test for 5h I make it for Throne and Liberty, idk if worth for Lineage 2 (BETA) Server Features: As Server Admin: As a User:
  8. New accounts get Free Premium Sign up!
  9. I am open to partnerships with servers
  10. @MarGaZeaS https://github.com/Sage-BR/L2jMods/tree/main/Working (Need FIX)/ Maybe need fix voiced comand
  11. I don't know if this could be useful today. But since I'm going back to l2 and I'm a "beginner", I think this would be useful for beginners who want to add mods to their projects! Basically, it's a git for sharing Java mods for certain projects. Or adaptations of mods from one pack to another pack https://github.com/Sage-BR/L2jMods/tree/main If you don't need it, but want help, just pull your mods
  12. Basically I managed to work without the automatic installation, I don't know why it doesn't work. They haven't updated in a while.
×
×
  • 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