Jump to content

You wake up with Megan Fox in your bed(w/o knowing what happened yesterday), what you do?  

107 members have voted

  1. 1. You wake up with Megan Fox in your bed(w/o knowing what happened yesterday), what you do?

    • I rape her
      54
    • I ask for a dinner
      20
    • Boring, i send her home
      7
    • I'm too young to think about sex, i ask for a autograph though
      3
    • Obviously i still rape her, its a hallucination
      23


Recommended Posts

Posted

and what?

When u say I AM BACK, it means auto-promote?okay then

 

It doesnt matter whos name you see since sometimes the golds close every topic you see their name all over the place just because they are mod action hunters.

Posted

and what?

When u say I AM BACK, it means auto-promote?okay then

 

you know what is this?

http://maxcheaters.com/forum/index.php?topic=64862.0

 

oh yeah the future of client modding :)

 

more than 5 programms got developed by this share and guess what? :o credits to me :)

Posted

go to client mod section and type at search SoFaKi and check by yourself

Well, i see 9 pages with ur name

But when i typed criticalerror i saw 25 :)

Posted

Well, i see 9 pages with ur name

But when i typed criticalerror i saw 25 :)

 

90% of his shares belongs to other Editors :) he just took the shares from other forums and shared them here

thats why we call him number 1 leecher

Posted

Well, i see 9 pages with ur name

But when i typed criticalerror i saw 25 :)

CriticalErrors all topics is leeched from another forum.

And he dont give own credits.

Posted

Well, i see 9 pages with ur name

But when i typed criticalerror i saw 25 :)

 

and that means he helps too?

 

I mean lets see for example commodus he have over 1000 posts at gr help sections if im not mistaken and all he did is told all the time how to compile.

Posted

and that means he helps too?

 

I mean lets see for example commodus he have over 1000 posts at gr help sections if im not mistaken and all he did is told all the time how to compile.

Even i can farm over 1000 posts at dev help gr,lol
Posted

and that means he helps too?

 

I mean lets see for example commodus he have over 1000 posts at gr help sections if im not mistaken and all he did is told all the time how to compile.

Well i dont know for commodus but i have seen criticalerror helping many ppl.I know that he is leecher but he helps.But sofaki doesnt deserve her rank now.

 

mixmaster i wont even answer u

Posted

Well i dont know for commodus but i have seen criticalerror helping many ppl.I know that he is leecher but he helps.But sofaki doesnt deserve her rank now.

 

mixmaster i wont even answer u

 

like i said: i will not ever again share a client mod :)

maybe i will make 1-2 more guides

and i will help the topics i can answer fast cause i am bored of too advanced things.

 

but i keep the section in order and i clean up the useless things so just request my demote if you want you are free to do it :)

Posted

Well i dont know for commodus but i have seen criticalerror helping many ppl.I know that he is leecher but he helps.But sofaki doesnt deserve her rank now.

 

mixmaster i wont even answer u

Listen my friend.

Sit now and search all topics from CE  , and look credits.

You see only 10-15 topics from he.

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