Jump to content

Recommended Posts

Posted (edited)





logo2.png


GRAND OPENING: 1 / 11 / 2015


Welcome to Lineage 2 PVP x1000 Interlude Server.

In a few words, our project is what an Interlude PVP server should be.

Server's pvp and pve enviroment is balanced and carefully modified by server staff. 

We've been working since January in order to prepare this x1000 server, and we're planning to stay.

In the end it's all about the community, but expect activity and daily updates from server staff. 

Below you can find information regarding L2PvP x1000 Interlude project.



2.png


EXP/SP : x1000

Adena : x1

Drops : x1

Safe Enchant : +6 (+10 for A Grade)

Max Enchant : +20 

Normal Enchant Scroll Rate : 60% (Up to +16)

Blessed Enchant Scroll Rate : 100% (Up to +16)

Crystal Enchant Scroll Rate : 100% (Up to +20)

Mid Lifestone Skill Success Rate : 5%

High Lifestone Skill Success Rate : 10%

Top Lifestone Skill Success Rate : 20%

Augment Skill Stack : 1 active - 1 passive (on 1 class)

Castle Sieges Period : 1 week

Olympiad Hero Period : 1 week

Olympiad : All items count as +6

PVP Count enabled in Sieges and Arenas

Max Subclass: 5


3.png


Character Achievements (on community board)

Individual and Massive Vote Reward System

Show Droplist System enabled (Shift + Click)

PVP Skull Reward obtainable from PVP Kills and Events

Synergy Killing System enabled (Bishops receive pvp reward too)

Tattoos (Cas.Spd, Atk.Spd, RunSpd)

8 Grand Bosses with auto re-spawn

Grand Boss Accessories 

Raid Bosses with auto re-spawn

Secret Raid Bosses on farm zones

Top PVP/PK color system

APC Champion Mobs

Noblesse Scroll (Right click to become noblesse)

Hero's Symbol (Right click to become hero for 24 h)

Commands: .online .report .joinevent .leaveevent .buff (when playing on events)

PVP / PK anti feed protection

HWID / IP Protection

Private Professional Antibot Protection

Olympiad Anti-Feed Protection

Geodata/Pathnodes 100% Working


5.png


Customized Starting/Leveling Zone

Giran Harbor - Peace Zone (Adena, Ancient Adena)

Monastery of Silence (Adena, Ancient Adena)

Primeval Isle (Lifestones)

Primeval Beach (PVP Zone)

Buffer (Full buffs, Fighter/Mage Set, Schemes)

Shop (All items up to S Grade)

Gatekeeper (Worldwide teleport and raidboss status check)

Account Manager (change your password/repair char)

Siege Informer (register/unregister on all available sieges)

Clan War Manager (join the clan war event)

Augmenter (add/remove/upgrade lifestones to your weapons)

Clan Manager (increase clan level, buy clan eggs and items)

Casino Manager (bet your items, double or nothing)


4.png


Forum Events Running with big rewards

Nexus Events Reworked (Fully Functional)

Main Events: TVT, CTF, DeathMatch, Last Man Standing, Domination, Mass Domination, Zombies

Mini Events: Single Player Fights (1v1), Party Fights, Korean Fights

TOP PVP Zone Player Event

Clan War Event

Hide and Seek / Find the Item Event

Event Bosses



Website: http://l2pvp.us

Forum: http://l2pvp.us/forum

FB Page: http://facebook.com/l2pvp.us

Skype: l2pvp.us

E-mail: support@l2pvp.us

Edited by Frank
Posted

Seems promising...Features are great, owner is great! Good luck with your server bro! I wish you the best, you deserve it....

Posted

like ur failed l2elcardia?no thnx

The feeling is nice talking via bot account but it's ok to me. I am just asking for that "special" thing that we can't find.

Posted (edited)

Good luck with your  server, I might pass by.

Btw, I took your forum theme and someday now it will be available for download, hope you don't mind.

Best regards,

Mad.

Edited by Madheisen
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