Jump to content
  • 0

legacy.lineage2.com


Question

Posted

Hey guys,

 

i noticed that the legacy.lineage2.com site was completely removed. Isn't there anyone who downloaded it and can share it?

 

Thanks a lot.

Recommended Posts

  • 0
Posted

Fuuuuuuu... I actually started downloading like a year or two ag, but then I got interrupted with something and told me self to finish it later... Now I check the file and apparently all I downloaded was a front page with like 5 links top. Such a shame.

 

Wayback machine is also pretty cool but unfortunately it's not 100%... Lots of links are dead and sometimes it's missing the interactive image, like with game updates - e.g. if you click on game updates -> Chronicle 5, it only shows the first page but you can't browse all the changes.

  • Thanks 1
  • 0
Posted (edited)

you can manually change the url and get the rest of the pages, like ChronicleName_xx where xx can be from 01 up to the high tens.

 

unfortunately my backup using httrack didn't contain the news folder, just realized it needed to add those manually for the crawler to grab.

 

such a shame that site is gone, stupid ncsoft, couldn't they keep it along side the normal website

 

who knows when the old forums are going to go down too

Edited by sepultribe
  • Thanks 1
  • 0
Posted

There were many omissions and bad translations from the english patch notes anyway, some of them extremely stupid like stun duration in C1 from 6 to 9 secs was translated from 5 to 8 secs... Other stuff were not even mentioned...

 

The original korean patch notes are a far better source if you are only interested in that.

  • 0
Posted
1 hour ago, sepultribe said:

There were many omissions and bad translations from the english patch notes anyway, some of them extremely stupid like stun duration in C1 from 6 to 9 secs was translated from 5 to 8 secs... Other stuff were not even mentioned...

 

The original korean patch notes are a far better source if you are only interested in that.

could you send me please link to the patch notes you are talking about? Thanks!

  • 0
Posted (edited)

freya for example

 

http://lineage2.power.plaync.com/wiki/프레야

 

ps: for a good translation you need a professional or someone who knows l2 slang, in korea they name some things differently

Edited by sepultribe
  • 0
Posted
6 minutes ago, sepultribe said:

haven't downloaded it yet, but if it is what I think it is then YOU ROCK :)


It just the  legacy.lineage2.com.

You know my love for the old chronicles. Was it possible I did not have it ??? :D

  • 0
Posted (edited)

~Deleted

 

The post with link is sticked to the top, under the original post.

Edited by Herlitz
  • 0
Posted
On 8/2/2018 at 8:34 PM, MimisK said:


It just the  legacy.lineage2.com.

You know my love for the old chronicles. Was it possible I did not have it ??? :D

 

unfortunately I couldn't find any of the pages related to the expansions on the archive, it's just like mine :( am I blind? is it somewhere else?

  • 0
Posted
On 8/2/2018 at 11:35 AM, jornik said:

Hey guys,

 

i noticed that the legacy.lineage2.com site was completely removed. Isn't there anyone who downloaded it and can share it?

 

Thanks a lot.

 

anyone?

 

@jornik did you find the news archive inside that rar? I can't locate it :(

  • 0
Posted
2 hours ago, sepultribe said:

 

anyone?

 

@jornik did you find the news archive inside that rar? I can't locate it :(

Edit your previous post, don't double post.

  • 0
Posted (edited)
On 8/2/2018 at 8:06 PM, MimisK said:

Lineage II Legacy Site. :)
Link
 

Heya, the link is no longer available. Can you upload it again or throw me in private, I will place on hosting backup. Thx

Edited by Deazer
Guest
This topic is now closed to further replies.


  • Posts

    • sell adena l2rebon signature x1 - 1kk = 1 dollars l2reborn x10 - 500kk = 4 dollars E-Global x Lu4 - 1kk = 2 dollars BOHPTS - x20-x500 TOP PRICE DISCORD - GODDARDSHOP TELEGRAM - MMOPROMO Also on sale are Epic jewelry, Clothes at a very good price
    • Hello Sorry, my Discord is: ave7309
    • “Hello, I’d like to present a short description of the server. Everyone starts equally at max level 80. The server includes a custom buffer, custom class master, custom weapons and armors, custom zones, custom teleporter, custom raid bosses, and much more. I’ll leave a link in the description for those who want to see how everything looks inside. The server is only open on weekends, and you can find more news via the Facebook link.”   https://www.facebook.com/profile.php?id=61578869175323
    • 1. You where subscriber 3 years ago. 2. There is no current L2jMobius 2.8 Seven Signs version. Subcriber or not. 3. You have your answer from multiple forums that more items is more delay.  
    • 1. Optimize Packet Serialization Look in ItemList.java or wherever the inventory packet is constructed. Instead of building the packet with inefficient string concatenation or repeated allocations, use a preallocated buffer and avoid creating new objects for each item. Mobius sources are Java-based, so profiling with something like VisualVM or YourKit can help see where most time is spent. 2. Avoid Sending the Full List Each Time Modify the server to send only changed items (diff packets) when the inventory window opens. Some newer forks implement this as “lazy loading” or paged inventory so the client only loads e.g. 100 items at a time. 3. Limit the Inventory Size Per Page Instead of showing all 500 slots at once, split the inventory into pages/tabs (100 slots each). When the user switches a tab, send only that page’s items. This requires some client-side editing, but it’s the most user-friendly long-term fix. 4. Database & Cache Optimizations Ensure your items table is indexed by owner_id to make the query for player items fast. Cache item templates and static data so they are not reloaded every time the inventory is shown. ⚠️ Things to Keep in Mind Increasing slots from 80 → 500 does not just change a number — it multiplies the workload for packet building and UI rendering. You can’t fully avoid some extra cost with 500 items, but you can keep it under a few milliseconds if you optimize how and when the data is sent.    
  • 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