Jump to content

Recommended Posts

Posted

most retarded low rate server ever, don't even waste your time...only God knows if its gonna get hacked and wipe again, handless staff as fck.

it wipes the shortest once a year and bnb always provided some professional servers,especially their h5 project was amazing and stable from the start to the end.How can you be mad on a server that is longtermed etc,and don't tell about bots  since they are everywhere in today's game..

Posted

st

 

it wipes the shortest once a year and bnb always provided some professional servers,especially their h5 project was amazing and stable from the start to the end.How can you be mad on a server that is longtermed etc,and don't tell about bots  since they are everywhere in today's game.

stop spam white

Posted (edited)

Stable OFF files but not JAVA.

 

People talking about Java like it is cancer or something, they think we are back to 2005-2006, this has to stop at some point, its getting ridiculous really. You really think the word l2off is gonna make your server more popular or something? Pathetic really.

Edited by thanosdk
Posted

People shit talk BnB all the time, yet the server always is one of the highest populated at launch. So they must be doing something right. I normally don't play on BnB servers but I would bet 75% of the people who talk shit about them end up registering for this.

Posted

People talking about Java like it is cancer or something, they think we are back to 2005-2006, this has to stop at some point, its getting ridiculous really. You really think the word l2off is gonna make your server more popular or something? Pathetic really.

 

People think this because most of the private servers now are Java and most private servers are a fail. I've played on some great Java servers and some great OFF servers. If the GMs aren't fucktards, they have good devs and the gameplay isn't laggy as fuck I'm game to play on any L2 server as long as I'm having a good time.

Posted

You really think the word l2off is gonna make your server more popular or something? 

 

 

It will. 

 

1. Average player doesn't know about the differences between off and java. He just observes and judges.

2. Historically, L2OFF has proven to offer much more certainty about what you're going to encounter, especially when it comes to Interlude or older chronicles.

3. Interlude java servers have made a really bad name over the years. L2 community consists mostly of old players from pre-IL, so it's gonna take a big ammount of time to convince them that a java server "is not like the others" or that it's in a good spot in general. 

Posted

sry, greek mode has to be turned on xD

[/GR] 

Καλά ρε μάγκες στον BnB ποιός θεούλης σκέφτηκε να βάλει στο Baium 48 {+/-2) ώρες για respawn; 

Δεν μιλάω για το +/-2, που από μόνο του είναι ένα θέμα γιατί πολλοί είτε δουλεύουν, είτε κάνουν κάτι άλλο, είτε έχουν "ρίαλ λάιφ".  Αλλά για τις 48 ώρες. 

Δλδ κάθε 2 μέρες (έστω 3) θα υπάρχει +1 baium ring στον server; 

Τα μειονεκτήματα είναι πάρα πολλά πάνω σε αυτό και παραθέτω μερικά:

-Σκοτώνεις το hype του baium 

-Σκοτώνεις την οικονομία του server

-Σκοτώνεις τους παίκτες (και δεν τους αφήνεις να χαρούν από το ανελέητο επικ χαντινγκ) 

-Μειώνεις την ζωή του server

 

Το μόνο που μου έρχεται στο μυαλό ως πλεονέκτημα αυτού είναι το pvp, αλλά και αυτό δεν είναι αρκετό για να δικαιολογήσει αυτό το respawn timer. 

Τώρα θα μου πεις, είσαι ο μόνος που το έγραψε και στα @@ μας η άποψη σου. Δεκτό! Αλλά, έπρεπε να το αναφέρω! 

[GR] 

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

    • 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