Jump to content

Recommended Posts

Posted (edited)

C4-C6 are the best chronicles for oldschool players coz the rest look like starwars but they are totaly f1-f5 max(necro).

If the game was more complicated with combos (e.g W-R//S-R//R-R + skill),it would be way better than f1 archers afk 5k dmg

Edited by bravetobe
Posted (edited)

Star wars lol...

 

I remember when the actual definition meant over enchanted gear because you'd have weapons look like lightsabers.

Now these "grown ups" who spout the words "kid" and "immaturity" just throw it in in every sentence. Probably aren't old enough to stop sucking their mothers milk...

 

WASD is hardly an argument against H5 because it's irrelevant. Nobody actually plays with WASD unless it's to avoid a backstab by turning.

 

Interlude does have some "oldschool" to it, but TBH that's just nostalgia.

 

Oldschool was when dropping gear was a threat, dying mattered, going PK was a risk, fighting for farm areas was the usual moment-to-moment activity, politics and trade were vibrant. 

 

Lineage 2 PvP sucked for pretty much all time. The whole idea that rock-paper-scissors works on anything BUT RPS is retarded. I still remember how people justified archers kiting the fuck out of everything with them being "squishy". Infants train of thought - we were young and stupid. I look back now and realise that...

 

Everyone just draws a line where they stop. I wouldn't play GoD for example, I draw my line at H5. Others wouldn't play h5, they draw their line C6. Other's wouldn't play anything beyond C4. 

:/

Nothing unusual - people just build their misconceptions around their principles and draw a line.

Edited by sandpants
Posted

Im just a cunt but il say thatthe best of the fuken best is c4. C5 fuked everything up and even IL is just ''average'' at best. So fuck you and fuck me and def fuck Eris so she can have a son, named anti christ.

 

 

Thats all. For the MDMA

Posted

I tried to come back and at some point I was amazed how glorious I can be but I starded archeage which fulfilled all my requirements I had for a future lineage 3.

At least I got the answer I was seeking for myself, lineage 2 was a great game with great players.

Now is just a closed chapter.

Posted

I tried to come back and at some point I was amazed how glorious I can be but I starded archeage which fulfilled all my requirements I had for a future lineage 3.

At least I got the answer I was seeking for myself, lineage 2 was a great game with great players.

Now is just a closed chapter.

A game never ends, is just like DotA. it was a 7 mb map in war3 yet globaly the biggest lan - online game even today, that all platforms that support it are dead and players left there are still equal players playing and maybe more than lol and dota2 that are new.. only in RGC there are 40.000 p online in 250 room

a game cant die...  the only thing can die is the newer versions of it.

Posted (edited)

Can you point the "dead" word in my post please?

Now is just a closed chapter.

 

Our relationship is a closed chapter...

Edited by AccessDenied
Posted (edited)

Now is just a closed chapter.

 

Our relationship is a closed chapter...

if is not clear, I say it now that I was talking about myself, so, it is a closed chapter for me. I don’t feel atracted anymore.

 

If it was a dead game for me, I wouldn't support a lineage 2 project (http://acis.i-live.eu/), stats calculator (http://l2calc.i-live.eu/) or top (http://lineage100.top/) anymore

Edited by Sido
Posted

if is not clear, I say it now that I was talking about myself, so, it is a closed chapter for me. I don’t feel atracted anymore.

 

If it was a dead game for me, I wouldn't support a lineage 2 project (http://acis.i-live.eu/), stats calculator (http://l2calc.i-live.eu/) or top (http://lineage100.top/) anymore

ohh so cute <3 

Posted (edited)

he is not trolling, he is mentally challanged

Talk is cheap. Show me the code.

 

look whos talking :D kid :D

go make more xml confuguration to avoid edit 1 line in eclipse 

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



  • Posts

    • “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.    
    • i think it's the auto sorting of the interface that sucks, check InventoryWnd script in interface.u, or completely disable the request item list packet when toggling the inventory window (also in InventoryWnd script or similar name)
  • 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