Jump to content

Recommended Posts

Posted

this guy is literally trying to sell people shared stuff he found on here posted by demev

not sure if banned already but he seems pretty retarded based on his picture

 

http://www.maxcheaters.com/topic/199062-kamael-island-bundle-pack-interlude/

012e78e5d0.jpg

5c81fc5f85.png

Posted
[6:59:49 PM] L2 Dev: :)))))

[7:00:03 PM] L2 Dev: i am amused

[7:00:04 PM] L2 Dev: really

[7:00:05 PM] L2 Dev: :D

[7:00:17 PM] goldsteinberg: yes

[7:00:19 PM] goldsteinberg: its pretty funny

[7:00:21 PM] L2 Dev: i don't understand why you so mad on me

[7:00:22 PM] L2 Dev: lol

[7:00:25 PM] L2 Dev: i just need money

[7:00:30 PM] goldsteinberg: sell kamael village/island/starting zone for interlude chroncile, for price ask me in private

[7:00:34 PM] goldsteinberg: look at what you just posted

[7:00:49 PM] L2 Dev: i have a bad situation at home

[7:00:53 PM] L2 Dev: who want this form me

[7:00:55 PM] L2 Dev: i sell them

[7:00:55 PM] L2 Dev: simply

[7:01:05 PM] L2 Dev: i really do not understand why you so mad on me

[7:01:11 PM] L2 Dev: i sell it in my skype account

[7:01:19 PM] L2 Dev: not in maxcheaters

[7:01:38 PM] goldsteinberg: you are stealing the share from maxcheaters

[7:01:45 PM] L2 Dev: when you are alone and have no money for nothing in life you do everything trust me

[7:02:04 PM] L2 Dev: what you espect me to do? go and rob a store in real life???

[7:02:05 PM] L2 Dev: wtf

[7:02:11 PM] goldsteinberg: fucking low class poor people cant make their money legitimately

[7:02:21 PM] goldsteinberg: thats the real humor in this

[7:02:46 PM] L2 Dev: the point is i lost my house


[7:05:10 PM] L2 Dev: whatever

[7:06:21 PM] L2 Dev: Selling lineage 2 classic 1.5 age of splendor pack+source, for more info contact me in private, i have also cracked classic english system patch

[7:10:55 PM] L2 Dev: anyway

[7:11:00 PM] L2 Dev: can you do something for me?

[7:11:06 PM] L2 Dev: as last favor?

[7:11:31 PM] goldsteinberg: no

[7:11:31 PM] goldsteinberg: i cant

[7:11:48 PM] L2 Dev: is something

[7:11:48 PM] L2 Dev: simple

[7:11:52 PM] goldsteinberg: too hard

[7:11:56 PM] L2 Dev: :D

[7:11:58 PM] L2 Dev: ehh

[7:12:03 PM] L2 Dev: if you change your mind

[7:12:07 PM] L2 Dev: make a topic to marketplace

[7:12:09 PM] L2 Dev: you selling

[7:12:10 PM] goldsteinberg: i wouldnt do it anyway

[7:12:13 PM] L2 Dev: vitality system

[7:12:16 PM] L2 Dev: we make it 50/50

[7:12:31 PM] L2 Dev: vitality for itnerlude

[7:12:32 PM] L2 Dev: i mean

 

xa0xa0x0ax0ax0a0xa0

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