Jump to content

Recommended Posts

Posted

Welcome to L2 Noname, our Lineage II server.

L][ Noname Is a New PvP Interlude Server. & with our job keeping the data safe.

Please, Go To Download Page, And Download The Patch. Join Us, Have Fun!

Exp: x4000 / Sp: x4000 / Adena Rate: x8000 / Spoil: x1 / Drop: x1

 

NO CUSTOMS

 

Server Info:

 

Enchant Rates.

 

* Safe Enchant: +4

* Weapon Max Enchant: +18

* Armor Max Enchant: +18

* Jewels Max Enchant: +18

 

* Normal Scroll Enchant Rate: 75%

* Blessed Scroll Enchant Rate: 95%

 

Buffs.

 

* 48 Buff Slots

* 24 Song Dance Slots

* 3 Debuff Slots

 

Custom NPC.

 

* Full GM Shop

* Custom Gm Shop

* Full Buffer

* Global Gate Keeper

* Skill Enchanter Manager

* Augmenter

* Nobless Manager

* Class Manager

* Weding Manager

* Olympiad Manager

 

Olympiad System:

 

* Retail Like

* Olympiad Cycle = 1 Weeks

 

Custom Features:

 

* Tattoos (0% Stats)

* Anti Buff Shield

* Custom Farm Zones

* Clan Lord Announce

* Hero Announce

* Killing Spree System

* Vote Reward System

 

Features:

 

* Easy Farm

* C4/C5/Interlude features/skills working 98% (The other 2% we will fix it with your support ig)

* PvP / Pk Color System

* PvP Reward System

* Auto Restarts (Every 2 Days! NO LAG)

* Auto TvT (Every 2 Hours.)

* Capture The Flag ( Every 2 Hours. )

* Fishing

* Seven Signs

* Castle Sieges

* Clan Hall Sieges

* Noblesses & Heroes System

* Max Level 80

* All Quests

* Clan Wars

* C5/Interlude Clan System

* subclans (Academy,Royal Guards,Order of Knights)

* Cursed weapons

* Wepon Augmentations

* Shadow Weapons

* Dueling System

* All C4/C5/Interlude Skills

* All Raid Bosses + Grand Bosses + Frintezza

* Olympiad 100% Retail like

* DualBox allowed

* 100% Retail like gameplay without any customs

* Flawless Geodata & Pathnodes

* Active and experienced development/GMteam!

* No corruptions!

* Not used accounts will be deleted after 2 months

* NO LAG!!!

* 100% Uptime

* International community

 

Game Command:

 

.deposit / .ctfjoin / .ctfleave / .ctfinfo / .tvtjoin / .tvtleave / .tvtleave / .online /

 

Join Now, Have Fun!

 

www.l2noname.gr

Posted

You wont be accepted in hopzone/topzone (i guess) cause you already added your previous server.

 

Before server was for test.

Now Opened by Dedicated Machine!!!

Posted

Ya but Kadar wont accept ya in hopzone..you know why?Because you already shared there your server! Think...

 

Before, I did not had the my server on hopzone.

Only in Topzone!!!

Posted

Not To You!

Do you know atleast what mean proofs? I want to see that previous server wasnt accepted in hopzone..prove it.

Also i checked your site template and it's poor..you obtained it from here(mxc) and your forum is the most fail.

Posted

Do you know atleast what mean proofs? I want to see that previous server wasnt accepted in hopzone..prove it.

Also i checked your site template and it's poor..you obtained it from here(mxc) and your forum is the most fail.

and i want 10 girls in my room now . lol..if u dont like it leave dude . stop posting shits.

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