Jump to content

Recommended Posts

Posted

actually he doesnt :P but its ok

 

but he act all the time he spamming w/o reason in my topics i hate him

Posted (edited)

but he act all the time he spamming w/o reason in my topics i hate him

 

Your topics? get a grip. It's a topic made by akken and the fact that stacy doll linked the topic after everyone was talking new pride shitvers made me laugh so I commented.

 

Hence I had a reason to reply to someones comment. 

 

How about you quit spamming on your friends topics and get fake rep to get some sales from greeks?

 

 

Thanks for sharing it Akken personally I didn't want to get it shared because of people like this, but hey ho things have to be done!

Edited by Extreamer
Posted

Where is funny? u act like kid my friend:) deal with it

bro it was really funny ;p sorry for that xd

we say that l2pride stlye and l2gold style servers will born cause they are shared and you post at the same time and requesting video for pridelike server think about that and you will see that it's funny 

Posted

bro it was really funny ;p sorry for that xd

we say that l2pride stlye and l2gold style servers will born cause they are shared and you post at the same time and requesting video for pridelike server think about that and you will see that it's funny 

 

A good C6 copy is missing, I'll think about it. So we have everything to destroy those communities.

Posted (edited)

A good C6 copy is missing, I'll think about it. So we have everything to destroy those communities.

<3 :P

 

//Edit

Badass :D

Edited by `iAndre
Posted

A good C6 copy is missing, I'll think about it. So we have everything to destroy those communities.

exactly ;p i think l2gold,l2pride,l2tales in one share will destroy all communities in all clients

Posted

so guys lets destroy them huh? L2 Tales/Pride/Gold arent their fault, copies or stealers are the one that need to be punished

 

@trance well i wont say a no to a pride copy on c6 (fully copy) i will add that on my collection :3

Posted

bro it was really funny ;p sorry for that xd

we say that l2pride stlye and l2gold style servers will born cause they are shared and you post at the same time and requesting video for pridelike server think about that and you will see that it's funny 

 

i Requested this for my Friend ^^

Posted

Sharing the files makes it even worse, saying that you try to destroy the communities is a lie to yourselfves cause you are not capable of making a server from scratch neither maintaining it. Ready server files should never be shared, everyone should make their on their own, else you hurt l2 with all those kids who open 1 week for donates.

Posted

This fucking server is ridiculous, i can't believe i actually spent so much time there.

if (getClan() != null)
{
if (getClanId() == 268548968 || getClanId() == 271210459) // corrupted - smalls clan and lucy - mukuro's clan
val = 5;
else if (getClanId() == 268652708) // virtualgods - meitux clan
val = 4;
else if (getClanId() == 268458015) // wartag - rsprada clan
val = 4;
else if (getClanId() == 268506856) // borntofight
val = 4;
else if (getClanId() == 270760281) //friendship
val = 4;
else if (getClanId() == 268461084) //wutan
val = 4;
else if (getClanId() == 268453920) //deadlywallers
val = 4;
else if (getClan().getLevel() >= 7)
val = 4;
}

This piece of code is actually a rate nerf to enchant via pvp. Higher the val, lower the chance, obviously Dav thought it was an awesome idea to screw completely with Corrupted and Lucy clan.

 

And then of course comes this code:

        if (chance <= 65 && chance > 0)
        {
            if (activeChar.getClan() != null)
            {
                if (activeChar.getClanId() == 268548968 || activeChar.getClanId() == 271210459) // corrupted - smalls clan and lucy mukuro
                {
                    chance -= 6;
                    if (chance < 1)
                        chance = 1;
                }
            }

What it does? -6% to all enchant rates for clans Corrupted and Lucy. God damn this, i couldn't believe it. I can't even come to think how many enchant scrolls i used while being in Lucy clan. Same for other players too. Why this hate? FUCK YOU DAV AND FUCK THIS RETARDED SERVER.

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