Jump to content

Recommended Posts

Posted

Update with L2jServer BETA 8833 on May 12

Fixed in this BETA:     

- BETA: Minor Update for AdminBan?.java (-1 for ban, not -100).

- BETA: I forgot to rename this -.-, thanks Zoey76 for report.

- BETA: Fixing some error in logic for item skill's handler.

- BETA: Builders Changes.

- BETA: Deleted Trader Zenith spawn, it was removed since Freya chronicle.

- BETA: Sharing hero buffs with Servitors

- BETA: Datapack part for ​[L5327]:

        - Fixing some voiced commands and implementing missing actions.

            - StatsVCmd fix by brutus, thanks.

- BETA: Chest Caught Quests from Jython to Java by nonom (thanks Adry_85 for testing).

- BETA: Remove old Fear hardcoded restrictions (used due patchnotes before IL/CT1), thanks Copyleft.

- BETA: Fixing duplicated adena in some multisells.

- BETA: Minor fix in ItemSkillTemplate?, for items used by pets.

    Thanks for report and tests:

        - DareStrike?

        - thecast

        - MELERIX

- BETA: Minor fix for Polymorph admin command by jurchiks.

- BETA: More for [8816]

        - Validating target not gm it's self

        - Cleanup

- BETA: Restrictions added in [8814] must apply only for admin_transform command

- BETA: Fixing "Lanosco's Special Bait" quest.

- BETA: Old bytecode files should be cleaned before compiling, other way it will compile wrong sources.

- BETA: Builder using "bin" folder (like in Eclipse) instead of "classes".

- BETA: Bug fix for [5020] for potions not allowed if acting character is physically muted.

        - Thanks Drumatrix for report and badboy29 for confirm and initial test.

        - Fixes Shield Slam and similar skills.

- BETA: L2Character rework:

            - getSkills() returns Collection<L2Skill> no arrays/nulls anymore

            - Many FastList/FastMap? to ArrayList/HashMap? when synchronizations aren't required.

            - Javolution where synchronization is required.

            - Added getSkills() into L2CharTemplate to prevent from casting.

        - L2ZoneType rework:

            - Added new methods getCharacters(), getPlayersInside()

            - Many FastList/FastMap? to ArrayList/HashMap? when synchronizations aren't required.

            - Javolution where synchronization is required.

- BETA: Cubic related fixes:

        - Moving cubics back to FastMap? (reverting that from [4797]).

        - Fixed cubics not removed on subclass change, etc (stopCubics() method) by Starter, thanks.

        - Cleaned up for useless booleans, etc.

        - AttackStanceTaskManager? logic fix.

        - Avoiding using accessors inside the class where the field is declared.

- BETA: Fix for NPE while restoring clan wars

        - Methods that listeners was located in are used only to restore data now they are moved where they belong.

        - Moving initial equipment from CharTemplateTable? its not required to be there :)

        - Removing 'this' from L2Effect

- BETA: Fixing possible client crash due unbound buy of items (weight and inventory slots not validated).

        - Thanks Starter for report and first implementation.

        - This generic version implements exchangeItemsById(..) for information refers to its JavaDocs?.

            - Try to use it instead of destroyItem/addItem methods.

        - Cleanup related to this changes.

- BETA: Reverting [5234] due several vulnerability on account name, thanks tukune for report.

- BETA: Condition Player Race shouldn't check player's race if the acting character isn't a player.

        - Thanks Tavo22, goncafa for report.

        - Thanks MELERIX for first fix implementation and info about the bug.

- BETA: Fix for Geometry in Changeset [5320] (thanks MELERIX for help).

- BETA: Vuln-Prof Fixes...

    - Fixed "ValakasVuln/Prof?" for the "Valakas Items" to work properly (is based in the existent support, so just some things renamed/changed to use the right values).

    - Fixed "DebuffVuln/Prof?" for the "Debuff Skills" to work properly (now is based on isDebuff boolean and skillType, so it should solve the issues of some Debuff skills not being resisted properly, like DISARM and some others).

- BETA: Fix for "oncast_skill" condition.

- BETA: * ZoneManager? rework

        - Using DocumentParser?

        - Using HashMap/ArrayList? when synchronization isn't required instead of Javolution

        - DocumentParser?

            - new Method parseDouble (self explaining)

            - new method getCurrentFile (returns reference of current processing File)

Posted

how do i get the source for:

 

Update on February 5, 2012

L2jServer STABLE Download

Server:5134 Datapack:8629

 

 

 

from L2J SVN, in the main trunk

Posted

guys just compiled latest svn (unstable) but can not get  server running,i get errorsin both LS and GS.do i also need a hexid file bc register game server does not work

hope someone can help

 

//edit solved

Posted

plz help

 

why when i'm talk for buff with my npc buffer  it show "I'm nothing to say to you"  i think  make it right  to execute sql and script in cfg and folder custom/quest        this problem how can i do  plz help me T^T  i can't buff *-*

Posted

Check these lines :

QUEST_ID = 555

QUEST_NAME  = "NPCBuffer"

QUEST_DESCRIPTION  = "custom"

QUEST_LOADING_INFO = str(QUEST_ID)+"_"+QUEST_NAME

NPC_ID = 555

Maybe your NPC_ID is different and that is why you can't see the buffs :)

 

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

    • I’ve seen tools like Find Person Name by Photo come in handy for creators who want to understand their audience better or spot fake accounts trying to piggyback on their growth. Pairing something like that with a solid SMM panel can make your workflow feel way smoother, especially if you're trying to grow without getting tangled in guesswork.
    • Join our discord: https://www.lineage2.cz/discord  
    • You should buy it then I’ll make a discount  
    • Hi everyone,   In 2014, I completely stepped away from developing L2 servers and doing L2J-related work. Since then, I’ve only opened this server about once a year and helped a few servers and individuals for free. I haven’t taken on any paid L2J work since then.   LINEAGE2.GOLD is a project that has reached about Season 6. The first season launched at the end of 2020 and was a fully rebuilt Gold-style server on the Classic client (protocol 110). It featured many custom systems and enhancements. After several seasons, I decided to abandon the Mobius-based project and move to Lucera, as my goal was to get as close as possible to Interlude PTS behavior while still staying on the L2J platform.   The current project was once again completely rebuilt, this time on the Essence client (protocol 306), and is based on Lucera. Because of that, acquiring a license from Deazer is required.   My Lucera extender includes, but is not limited to: Formulas.java Basic anti-bot detection, which proved quite effective, we caught most Adrenaline users using relatively simple server-side logic, logged them, and took staff action. Simple admin account lookup commands based on IP, HWID, and similar identifiers. In-game Captcha via https://lineage2.gold/code, protected by Cloudflare, including admin commands for blacklisting based on aggression levels and whitelisting. Additional admin tools such as Auto-Play status checks, Enchanted Hero Weapon live sync, force add/remove clans from castle sieges, item listeners for live item monitoring, and more. A fully rewritten Auto-Play system with support for ExAutoPlaySetting, while still using the Auto-Play UI wheel, featuring: Debuff Efficiency Party Leader Assist Respectful Hunting Healer AI Target Mode Range Mode Summoner buff support Dwarf mechanics Reworked EffectDispelEffects to restore buffs after Cancellation. Raid Bomb item support. Reworked CronZoneSwitcher. Prime Time Raid Respawn Service. Community Board features such as Top rankings and RB/Epic status. Custom systems for Noblesse, Subclasses, support-class rewards, and much more.   Depending on the deal, the project can include: The lineage2.gold domain The website built on the Laravel PHP framework The server’s Discord Client Interface source Server files and extender source The server database (excluding private data such as emails and passwords)   I’m primarily looking for a serious team to continue the project, as it would be a shame to see this work abandoned. This is not cheap. You can DM me with offers. If you’re wondering why I’m doing this: I’ve felt a clear lack of appreciation from the L2 community, and I’m not interested in doing charity work for people who don’t deserve it. I’m simply not someone who tolerates BS. Server Info: https://lineage2.gold/info Server for test: https://lineage2.gold/download Over 110 videos YouTube playlist: https://www.youtube.com/watch?v=HO7BZaxUv2U&list=PLD9WZ0Nj-zstZaYeWxAxTKbX7ia2M_DUu&index=113
  • 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..

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