Jump to content

Recommended Posts

Posted

About the server :

 

L2 Dream Play is what you ever wanted for a private high rate server:

 

Total end game pvp experience, without the boring farming/quests that takes so long, no enchanting crap, only mobs you will want to kill are raid bosses for crystal scrolls (100% enchanting success) and pvp fun (fight at the raid boss to steal it from the enemy clan) and then scroll of escape fast to sign in the awesome tvt event!!!

 

100% PVP , 100% GROUP PLAY , 100% RETAIL END GAME EXPERIENCE!!!

 

There are NO CUSTOMS (and there will never be)

 

 

Features:

• Retail like gameplay / buffs retail duration (buffs 20min / song-dance 2 min / summon 2 min)

• Interlude (no -beep-ing Kamaels/ no retarded attribute system)

• No job quest / No sub quest / Noblesse Carradine quest on gm shop

• Autolearn skill

• No mana pots

• No modified buffs/classes

• No NPC buffer (play supports - BD, SWS, PP, ELDER, OL etc is required for a retail group pvp experience...bring friends to have a real L2 gameplay)

• GM Shop with everything you'll need up to S grades (weapons with SA on shop), including clan items (angelic essence, dragon heart etc)

• Tvt Shop with Boss Jewerly, life stones , book of giants

• Crystal Scrolls (100% enchant from +1 to +10, drops from raid bosses clans/parties must fight for)

• Special Raid bosses respawn every hour and drops crystal scrolls 100% enchant (1~7) -

Glaki, Naga, Fafurion, Skylancer, Uruka, Golkonda, Ember, Plague Golem, Doom Blade Tanatos, Ketra Hero (retail stats but a little more hp/pdef/mdef to fit the server, all lvl 80)

• LifeStone skill chance 20%

• No stuck augment (only 1 passive or 1 active)

DONATIONS:

• DONATIONS only to keep server alive / nothing non donators cannot obtain in the game

 

 

TVT EVENTS:

• TVT every 1 hour

• IP blocker (only one character per event)

• TvT reward: special coins to buy boss jewerly / life stones / book of giants

• TVT arena: ELVEN FORTRESS (last rooms will work as base respawn/party organize spots, doors blocked by trees to avoid respawn kill or base rape, inside of each base a GK with teleports to A, B , C, D, E spots inside elven fortress, parties must have organization in this TVT EVENT)

 

 

Server Rates:

• Experience: x1000

• Spexperience: x500

• Party Experience: x1

• Party Sp experience: x1

• Adena: x500

• Drop Item: x1

 

Enchant Rates

• Safe Enchant: +0

• Weapon MAX Enchant: +6

• Armor MAX Enchant +10

• Normal Scroll Enchant Rate: 5%  (people must go to raid bosses for crystal, no enchanting crap in this server)

• Crystal Scroll Enchant Rate: 100% (doesnt break or go to +0)

 

 

Olympiad

• Cycle lasts 1 week

 

Zones

• Start Zone (GLUDIN TOWN, all players starts there with A grade dagger/or staff, mobs from 1-76 for fast XP )

• Primeval Isle Wharf is the PvP/PK Zone

• Primeval Lost Nest / Waterfalls is the SP/XP/Adena zone

 

Website: www.l2dreamplay.com (coming soon)

 

GRAND OPENING: MARCH 10TH, 2012

TELL ABOUT IT TO YOUR FRIENDS!!!! MAKE A SOLID GROUP AND COME IN FOR THE BEST GROUP PVP EXPERIENCE!!!!

 

 

 

 

Posted

no homemade, why you say that? its dedicated server!!

 

Its a project I made with friends, were setting the final stuff and website, so I posted in here to get some feedback about the server features!!!

Posted

scroll enchanting low chance is to force people to make a group and go hunt raid bosses, where the main pvp fun between clans will happen, for the 100% ones

 

I dont want people to play individually or selfish like in most high rate servers

 

group play will be rewarded, selfish people who buff and teleport WONT

Posted

are you serious???

 

server is not UP until 10th march, this is just some advertsement to get feedback from players...

 

why did you have to SPAM here???

 

reported for non sense spamming

Posted

The only good thing in this server is enchant rates... every single other idea sucks.. at least for Interlude.

Posted

you suck ...If you think L2 play is buff from npc and teleport to pvp and hold F1, then buff noblesse and repeat

 

L2 is all about group play, with friends, and making strategies to win using every single class in the game

 

If you never played like that, I feel sorry for you...YOURE A TRUE NOOB

 

 

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