Jump to content

Recommended Posts

Posted

Update with L2jServer BETA 8802 on April 28

Fixed in this BETA:     

- Ill post changelog later.

 

okay thanks dude, didnt mean to offend you or anything you doing a great job. Keep it up aprichate all your work. Cant wait for another stable release and a upgrade guide from this stable to next :D

Posted

The difference between Unstable and Stable is cause on unstable svn's are commited New Features what need Testing and Feedback.

Have Fun.

Posted

Changelog for Rev 8802:     

- BETA: Color for Master Access Level is 00CCFF.

- BETA: Replaced negateId with negateAbnormals in skills to match retail, and some more XSDs fixes.

- BETA: Fixed XSDs from [8795] & [8798].

- BETA: Moved 20120428 SQL Update to maintenance, because should be executed only one time manually by server admins, not in every update or it will screw all GM Access Levels.

- BETA: DP-Part for ​[L5293]

  Also Added new command script_unload id / script name

- BETA/OTHERS: Minor Changes in the Builders for Ant Zip Task.

- BETA: Enchant Routes for "Resist Earth" skill (thanks Battlecruiser), also fixed operateType.

- BETA: Support for Fishing Rods by nonom

    - Reeling and Pumping now get a proper damage per rod type.

    - Refactorized a couple of names* and added some javadocs.

    - Rewrited the method getFishingRod() thanks Zoey.

    - Reviewed the damage formula.

    - Improved penalty damage by Expertise skill, now is exactly 5 percent instead a fixed value.

- BETA: Faenor Engine rework (Thanks Tukune)

    - Removing zip support

    - Source format/cleanup

  Note: Requires DP Update

- BETA: AllianceInfoPacket? thanks afk5min

- BETA: Updating Party Matching system (Thanks to Tryskell and Gnacik)

  Also cleaned Packet handler from packets that should not be there and added some missing ones.

- BETA: Removing uselss data restore during \reload npcId <id> only Quests are enough

  - Also more FastList? => ArrayList?

  - And log.cfg update for [5291]

- BETA: Formatting:

    - Login server.

    - Status.

    - Tools

    - Util.

  Note: For those that will get conflicts with this changeset, think about it as one time trouble.

- BETA: Updating unloading method of Quest class

        - Now it will unload all quest events from L2NpcTemplate

        - Reworked many FastList/FastMap? to ArrayList/HashMap? where synchronization isn't required.

        - Reworked L2NpcTemplate

- BETA: EnchantItemTable? rework:

        - Renamed to EnchantItemData?

        - Using DocumentParser?

        - Using HashMap? instead of Troove map

        - Simplify loading methods

        - Removing double log in EffectHandler?

- BETA: Log classes rearranging and formatting.

- BETA: Misc fixes:

        - NPE vulnerability:

            - ValueSortMap?, suppressed for now.

            - L2Attackable

            - NpcBufferTable?

- BETA: Administration rework:

    - AdminTable? now contains:

        - GmListTable?

        - AdminCommandAccessRights?

        - AccessLevels?

    - Moved access_levels and admin_command_access_rights into data/accessLevels.xml, adminCommands.xml

    - Changed access levels now full root access level is 8 so 127 is no longer valid!

    - Replacing some FastList/FastMap? with ArrayList/HashMap? where synchronization isn't required in:

        - L2Character

        - L2World

- BETA: Misc fixes:

        - NPE vulnerability:

            - L2FortSiegeGuardAI

            - NpcBufferTable?

            - TerritoryWarManager?, not fixed, it should be managed in other way, check TODO task.

            - PcStatus?, rewrite is probably needed.

            - L2Character, _skills should be moved to FastMap? probably.

            - TvTManager

            - PcInventory?

            - AutoSpawnHandler?

            - RequestDuelStart?

            - FloodProtectedListener?, formatted.

            - SpringUtilities?, probably needs rewrite, should be simplified.

            - BaseGameServerRegister?

        - NPE vulnerability fixed using ARM:

            - Config

- BETA: Misc fixes:

        - Potential NPEs fixed using ARM

            - Announcements

            - GeoEngine?

            - CrestCache?, Unhardcoded Filters.

            - DoorTable?

            - UITable

            - FortSiegeManager?

            - SiegeManager?

            - GeoPathFinding?

            - L2ScriptEngineManager, FileOutputStream? creates the file if not present, is not required to check and create.

            - JarClassLoader?

            - L2LoginServer

            - GameStatusThread?

            - LoginStatusThread?

            - Base64

            - Log

        - Potential NPEs fixed in other way:

            - L2ControllableMobAI

            - PostBBSManager

            - L2EffectZone

            - RequestGMCommand

            - BlowFishKey?

            - DBInstallerConsole

        - Avoiding FastList/FastMap? where synchronization is not required:

            - SkillTreesData?

            - UITable

            - TerritoryWarManager?

            - L2CastleMagicianInstance

            - L2FishermanInstance

            - L2FortSupportCaptainInstance

            - L2NpcInstance

            - L2PcInstance

            - L2TrainerHealersInstance

            - L2TransformManagerInstance

            - L2VillageMasterInstance

            - Castle

            - Fort

        - Simplified code:

            - ConditionPlayerCanSweep?

            - Castle

            - DBInstallerConsole

            - Base64

        - Flagging code that need to be rewritten:

            - L2Attackable

- BETA: Minor Changes in the Builders for Ant Zip Task.

- BETA: Formatting Multisell related classes and minor changes.

- BETA: Misc fixes:

        - L2DatabaseFactory addressing the Double-Checked Locking problem.

            - ​Double-checked locking: Usage in Java

            - ​Double-Checked Locking

        - SevenSigns? writing to static field from instanced method.

        - SevenSignsFestival? unnecessary Math operation, NPE vulnerability.

        - Territory writing to static field from instanced method.

        - GeoEditorListener? writing to static field from instanced method.

        - HandysBlockCheckerManager? incorrect lazy initialization.

        - MercTicketManager? incorrect lazy initialization (double check and lock).

        - RaidBossSpawnManager? NPE vulnerability.

        - TerritoryWarManager? unnecessary Math operations.

        - WalkingManager? NPE vulnerability, shouldn't continue if document couldn't be parsed.

        - L2Character:

            - Addressing the Double-Checked Locking problem.

                - _attackByList

                - _chanceSkills

            - NPE vulnerability.

        - L2ClanHallDoormenInstance addressing the Double-Checked Locking problem.

        - L2PcInstance:

            - Addressing the Double-Checked Locking problem.

                - _teleportWatchdog

                - _notifyQuestOfDeathList

            - NPE vulnerability.

            - Unnecessary Math (should have been removed in [5268]).

        - L2TamedBeastInstance writing to static field from instanced method.

        - Castle NPE vulnerability.

        - L2SkillSummon unnecessary Math.

        - L2EffectZone addressing the Double-Checked Locking problem.

            - _task

            - _skills

        - CharacterRestore? exception not thrown.

        - RequestReplySurrenderPledgeWar? NPE vulnerability.

        - RequestRestartPoint? NPE vulnerability.

        - TaskManager? implements equals(Object) but not hashCode().

        - Point3D if set method is synchronized then get method should be synchronized.

        - GameServerRegister? NPE vulnerability.

        - LanguageControl? NPE vulnerability, now using ARM.

        - LocalizationParser? NPE vulnerability.

        - Base64 NPE vulnerability.

        - BaseRecievePacket? NPE vulnerability.

        - ​DateFormat is not thread-safe

            - ItemAuctionInstance? DateFormat? shouldn't be static, it's not thread safe.

            - FaenorParser? DateFormat? shouldn't be static, it's not thread safe.

            - GMAudit DateFormat? shouldn't be static, it's not thread safe.

            - Note: If the performance drops (memory leaks), FastDateFormat? from Apache Commons Lang could be used which is thread-safe.

 

  • Thanks 1
Posted

Update with L2jServer BETA 8804 on May 1

Fixed in this BETA:     

- BETA: Improvements for "database_installer.sh" (thanks nonom for testing), also some updates for "database_installer.bat".

- BETA: A minor typo fix for [5292]

- BETA: Targetable by default

- BETA: Implementing the rest of isTargetable thanks VlLight?

  Also a little bit cleanup.

- BETA: Formatting:

        - Server class.

        - L2DatabaseFactory formatting and JavaDocs?.

- BETA: Formatting:

    - Pathfinding related classes.

    -Script related classes.

    -Scripting related classes.

    - Faenor related classes.

    - Scriptengine (listeners) related classes.

    - Security related classes.

    - Game server util related classes.

  Note: As I said in previous commits, think about this formatting like one way ticket, and patches will be more readable and cleaner in future.

- BETA: Misc fixes:

        - Minor typo fix from [5284], thanks tukune for report.

        - Missing formatting in ConditionTargetWeight?, now all conditions are formatted.

        - More JavaDocs? fixes in Quest related classes by jurchiks!

- BETA: Increasing known list for walker npcs to prevent from seeing them on wrong positions or not seeing them at all.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • just with this extender that I have shared it is not possible to start with c4 client, you have to make some changes to the extender and it works with c4 client perfectly. regarding the updates in this last revision   🔹dll is not packaged with vmprotect   New custom zone types have been added: 🔹 NO_NOBLESS begin MinX=84638 MaxX=92616 MinY=-87170 MaxY=-82018 MinZ=-6000 MaxZ=0 Type=NO_NOBLESS KickOutPos=83007/148057/-3464 end   ▶️ This zone checks if the character is noble. If it does not meet the condition, it will be automatically kicked to the indicated position (KickOutPos). 🔹 CUSTOM_SPAWN_ZONE begin MinX=77275 MaxX=85704 MinY=10122 MaxY=18066 MinZ=-8000 MaxZ=5000 Type=CUSTOM_SPAWN_ZONE OutPos=83007/148057/-3464 Spawns={{82984/18066/-5256}};{{79275/15147/-5248}};{{82922/14263/-5256}};{{83704/10122/-5288}} end ▶️ This zone allows characters, upon death, to respawn with full buff, CP, HP and MP if they press “Fixed”. They will only be able to revive in one of the positions defined in Spawns. 🔧 Both zones are fully configurable from territorydata.txt
    • Could you tell me what changed in this update?   more one question: Is it possible to log in through the c4 client instead of interlude? That would be great  
    • ➡ Discount for your purchase: JULY2025 (11% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • ➡ Discount for your purchase: JULY2025 (11% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
  • Topics

×
×
  • 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