Jump to content

Recommended Posts

Posted

GMs made me delete my augments because he thought it was a bug because I HAPPENED to put it on fishing pole xD

Yeah, fail. GM shouut...

Romeo, I am displeased with your server now.

 

Nice bug man but admin is blind and is on L2J Shares..if he cant fix it 100% pack is preconf

Posted

dudes for real why u bother posting and trying ????this server is totally fail (i maybe played just for 1 hour or something but i can see it..).

 

[offtopic]

 

Ermm..actually most server are fails at this time...personally i will w8 to find something good.I prefer w8ting that log in 5 servers a week and get frustrated every single time...and ofc when u point the bad thing (with proves arguments e.t.c) there is always some noobs the call u a noob cause u said "archer is OP" since they use an archer.The fact that mage goes 2 crits and hits 400 dmg is just a tiny detail i guess (this is not about this server but it's an true example of what is going on)

Posted

1st off all..romeo proved why ppl HAVE to hate greek players...

Admin MUST be mature and answer with ARGUMENTS that prove that they are right...by saying "u are nothing" (and i am not sure but from the way u talk y seem a good player) to a player..well that is WHATEVER.I mean come on...go play pacman??? (btw i hate this phrase..is a new one...ppl macro that kind of crap and feel cool .)

really..and admin will get respect by saying go play pacman..u rly believe that????

BTW aura flash is "bugged" on every server....i used to kill 3 ppl with aura flash/flare on a server that mages was weak.......(l2liberators)and if there was not an archer hitting me from far i could kill a lot more easily.....

L2 IS OFFICIALLY RUINED CAUSE IT BECAME WAY TO EASY TO MAKE A SERVER....EVERYBODY CAN DO IT WITH A FEW DAYS SEARCHING ON WEB.AND BECAUSE GREEKS WANNA BELIEVE/FEEL THAT THEY ARE IMPORTANT THEY MAKE BEEPED UP SERVER'S WITHOUT EVEN BEING ABLE TO TALK MATURE...AND ABOUT DEVELOPMENT JUST NO COMMENT

 

@sadistic Dude u kidding right??he doesn't believe???are u crazy???U think there is any chance an admin will say "ok i beeped up here" and even more a GREEK ONE??Not to mension the "you are nothing" line that proves that this guy thinks he could make Lineage4............All players must do as l2 have become is when finding a beeped up server to say it in as more forums as possible and confirm when others do that....believe me slow or later ppl will wake up and never play in beeped up servers...and eventually retarded admins will stop bothering us and wasting our time.

Posted

L2 IS OFFICIALLY RUINED CAUSE IT BECAME WAY TO EASY TO MAKE A SERVER....EVERYBODY CAN DO IT WITH A FEW DAYS SEARCHING ON WEB.AND BECAUSE GREEKS WANNA BELIEVE/FEEL THAT THEY ARE IMPORTANT THEY MAKE BEEPED UP SERVER'S WITHOUT EVEN BEING ABLE TO TALK MATURE...AND ABOUT DEVELOPMENT JUST NO COMMENT

lol so true.

Posted

lol so true.

 

yep it is..but it's not lol.....it's BEEP  :-\

All we (l2 players) can expect now is lineage 3...and IF we get lucky a good server in the meantime

Ofc a good server is unlikely to happen so LF GAME i guess....

Posted

ax0a0xa00 So guys... i want something you know to... Server isnt hacked im work on it and i dont wanna make rr's all the time Im gonna solve all the problems u had :P Everything will be ok

Heaton wrote bullshit on forum cauze he get nervous ^^ Crank is a simple snab and liar trust me.. And please dont flame greeks if u dont like us its not our problem but we are all friends :)

I dont like to be racist so server will be down for 1-2 days in this time we will move to dedicated server too :) i bought this machine everything is ready Intel C2D E8400 3.00Ghz 8 GB 500GB ATA (7,200rpm) Bandwidth (Traffic) 2 TB  Speed 100 Mbit Unshared... And im no the one admin who spoke on GreekHeroes forum Mr Rees :) My name there is ][Owner][Romeo* not ][Admin][bloodLust* :) So everything will change and become better than past.

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