Jump to content

L2Jserver Compiled Revisions - High Five (Beta & Stable)


Recommended Posts

L2j GoD Edition! When it's going to be released?

 

This question is made every year here on L2j and the answer is the same:

SOON©, NO ETA AVAILABLE...

it will probably take a while...

 

1V8Wd.gif

 

 

We will wait for the official NA GoD Release before doing anything, As you know there wont be PTS for GoD, so we will start to work from the retail release on this 30th of November

 

Some PROtips:

  Remind your players to DONT use the new NC Launcher to run the game, if they update their client they will be not able to log into your server.

    BE PATIENT, it usually takes a couple of weeks but it could take longer, remember that Devs work on their free time and this "time" is subject to changes.

    Dont try to annoy hurry us with new topics every day asking us for WHEN is going to be released, subscribe to our RSS Feed and stay tunned.

    First Public Release is always buggy take that into account, once the first release is launched you should monitor and wait for a couple of extra weeks while the open test is being done and any critical bugs fixed.

    If <insert l2j fork name here> released GoD before us, dont panic and refer to #3, we are working hard to get it done the right way, some other forks may hurry a release before us using unstable builds just to be the "first ones", our methodology is to release STABLE builds, so we ask a bit of your patience.

 

 

By the way, now that BETA branch is public everyone is invited to help us with the beta testing and bug fixing!

 

This is the biggest update ever on L2 and it will take a massive a-beep-t of work to get it done, starting with something so basic like the spawnlist that needs to be completely redone...

 

 

------------------------------------------------------------------------------------------------------------------------------------

Also, "YOU" the one reading this, feel free to link/copy/quote this reply to anyone else that ask about GoD on the next couple of weeks, your help is appreciated.

------------------------------------------------------------------------------------------------------------------------------------

Link to comment
Share on other sites

Currently there is a huge skill rework to match official server. Hi5 development is still ongoing and GoD havent started yet until rework is done.

 

Hi5 will still receive fixes, but new content will be hard to implement due lack of retail information, even yet, some features could still be added.

 

But again, we lack some manpower to do this, community help to finish pending features would be welcome.

Link to comment
Share on other sites

  • 2 weeks later...

Update with L2jServer BETA 8596

Fixed in this BETA:                   

- BETA: Updating FuncEnchant? (missing bonus for two-hand weapons and few improvements to reduce code).

- BETA: Disabled auto validation for HTML files due L2 HTML files don't follow standards.

- BETA: L2J Event Engine - managers unspawn and event dir fixes.

- BETA: Chance skills trigger on reflected damage fix.

- BETA: SpawnZones? now in a proper folder and with XSD file.

- BETA: Few missing XSD files.

- BETA: Empty XSD files for Items/Skills? to avoid warnings.

- BETA: L2J Event Engine - fixes, optimisations and html visual changes.

- BETA: Missing license in few quests, thanks nonom.

Link to comment
Share on other sites

Update with L2jServer BETA 8600

Fixed in this BETA:                 

- BETA: In H5 for the Spear weapons of S84-Grade or higher, the stats for special abilities of Haste is increased from 9% to 11%.

- BETA: Missing bypass in magician-2.htm file, thanks u3games.

- BETA: Tax Zones for future usage. 

- BETA: Fixing problems at L2Event when DATAPACK_ROOT isnt set in the config. (thanks nonom)

Link to comment
Share on other sites

Update with L2jServer BETA 8607

Fixed in this BETA:                 

- BETA: Fixing "Three Bridges Arena" minZ.

- BETA: Fantasy Isle Chairs (for future usage).

- BETA: Collision, Height and type for some NPCs.

- BETA: Let's comment spawn type="entrance" in clan hall zones (until support is done), to avoid warnings during server startup.

- BETA: Fixing some "qn" in quests, thanks nonom.

- BETA: NPC shift action improvements:

    Heading is now displayed.

    Collision Radius is now displayed.

    Collision Height is now displayed.

Useful for debug new NPCs.

- BETA: Removed PeaceZone? sysmsg (is not used in H5 at least).

- BETA: Unhardcoded more things in Zones.

- BETA: Chairs should not require castle.

- BETA: Event Drop List OOP rework:

    Backward compatible.

    With support for one single item.

    Cleaner and formatted.

Now is possible to initialize all event drops statically for an event and keep them in one single array.

The old "constructor" is still present, but I'd recommend the use of the OOP form.

- BETA: Unhardcoded few things in Zones and Cleanup.

- BETA: L2TIntObjectHashMap updates. Fixes deadlock on server shutdown.

- BETA: Fixing Recommendation bonus to give bonus EXP/SP

Link to comment
Share on other sites

- BETA: L2TIntObjectHashMap updates. Fixes deadlock on server shutdown.

 

And http://trac.l2jserver.com/changeset/5118

 

L2World's objects debug fix thanks nik for report.

 

Are the most performance-wise fixes from the last 30 days :D

 

Anyway you should update to 5121 a.s.a.p.

Link to comment
Share on other sites

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

    • Well, sorry not sorry for resurrecting old topic, but I believe it's ultimately stupid to implement license checks like Vilmis did 🙂   private static String url = "jdbc:mysql://185.80.128.233/" + getData("Zm9ydW1fZGI="); private static String username = getData("bXJjb3B5cmlnaHQ="); private static String password = getData("Y29weXJpZ2h0XzEyMw=="); con = GlobalDB.getInstance().getConnection(); PreparedStatement statement; statement = con.prepareStatement("SELECT field_6 from core_pfields_content WHERE member_id = ?"); statement.setInt(1, Config.FORUM_USER_ID); ResultSet rset = statement.executeQuery();   This awesome way of coding things leaves us with base64-encoded credentials and DB exposed and accessible globally 😉 Btw he checks his licensing data from some plugin generated table his forum uses. Vilmis took action and ensured that mrcopyright user would have only needed accesses and rights for this operation. But he forgot to ensure that his INFORMATION_SCHEMA database would not be exposed and readable... That leads us to fully readable server variables like version used (10.1.26-MariaDB-0+deb9u1 - pretty ancient DB and OS, I'd assume). From here you can go south and do some kinky stuff, if you want and have knowledge for that. But who cares, right?   Ooh, table core_pfields_content field_6 is IP address which is checked by FORUM_USER_ID. Yep, you can query all IP addresses there (124 of them right now) and also do whatever you want with them! 🙂  The most fun part? Files source has been shared what, more than 2 years ago?  Vilmis still uses very same credentials and never changed it after sources exposure - who cares. Although, "sources" may be way too strong word here. If anyone still use paid Orion versions, I'd suggest packing your shit and leaving immediately, or at least fix this incompetent fool caused problems. It's obvious Vilmis don't care or maybe doesn't even know from the first place how to solve this problem (hint hint - tiny PHP Rest API microservice which would do absolutely the same but without exposing sensitive data?). By doing that, he exposes his infrastructure and YOUR data, and he does that for more than 2 years now 🙂 Developer of century!    
    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...