Jump to content

Recommended Posts

Posted (edited)

Welcome to the newest server on the block whats here to stay. Running the latest L2 Mobius pack for a comfortable Lineage 2 experience, come check us out.

 

www.l2monks.com  

Discord: https://discord.gg/VkWFSGY

Facebook: https://www.facebook.com/L2-Monks-104698391255289/?_rdc=1&_rdr

Server launches 5th June 2020 20:00 GMT+2

 

The idea of L2 Monks is a server for all needs, designed and maintained by players with continuous development by admins. It is designed to last in time, as long as players continue play and contribute in server's lasting.
With more than 12 years of knowledge as players and administration team we made a server which is tolerant to all different kinds of players. Think of it as somewhere in between a low and mid rate server. No need to grind days on end for that single level as on a low rate, server not finished with 2 weeks like on a mid rate. 

 

Rates                                                               Enchant Rates

 

br_cash_rune_of_exp_i00.png EXP                  x8                                                   sfnPVJj.jpg Safe Enchant- +3

br_cash_rune_of_sp_i00.png SP                    x8                                                   aeOOM0X.jpg Max Enchant- +16

etc_adena_i00.png Adena              x8                                                   etc_scroll_of_enchant_weapon_i05.png Normal Scrolls 66% success rate

%CE%B5%CE%B9%CE%BA%CF%8C%CE%BD%CE%B1.png Drop                x8                                                   etc_blessed_scrl_of_ench_wp_s_i05.png Blessed Scrolls 70% success rate

skill0254.png  Spoil                x8

etc_wind_rune_i00.png Sealstones      x2

etc_golden_coba_seed_i00_0.png Manor              x2

skill4111.png Raid Drops      x2                                                         Class Transfer

skill5860.png Epic Raids       x1                                                    skill0016_0.png  - 1st class 100k adena

etc_pouch_gray_i00.png Quest Drops    x2                                                    skill1230_0.png  - 2nd class 400k adena

etc_recipe_black_i00.png Quest Reward x1                                                    skill0337_0.png  -  3rd class 10kk adena

 

 

Whilst we have no NPC buffers expect Newbie Guide for new starters, buff times have been altered! Olympiad is as below also.

 

skill1085_0.png - 1 hour player & clan hall buff times                     weapon_the_sword_of_hero_i00.png - Olympiad times  - 18:00-00:00

skill0275.png - 10 minutes Dances/Songs/Summon buffs       skill0396.png - Olympiad Period - 1 month

skill1363_0.png - 3rd class buffs 10 minutes                                    skill1374.png - 9 characters needed to start the Olympiad games

etc_add_buffslot_i01.png - 24+4 buff slots (Divine is acquired retail like)

 

All Grand & Raid bosses have retail stats but custom timers for a faster flowing game

 

accessory_ring_of_queen_ant_i00.png - Ant Queen 24H respawn

accessory_ring_of_core_i00.png - Core 24H respawn

accessory_earring_of_orfen_i00.png - Zaken 24H respawn

accessory_necklace_of_frintessa_i00.png - Frintezza 48H respawn (minimum 2 parties needed to enter)

accessory_ring_of_baium_i00.png - Baium 5 days respawn

accessory_earring_of_antaras_i00.png - Antharas 5 days respawn

accessory_necklace_of_valakas_i00.png - Valakas 5 days respawn

 

%CE%B5%CE%B9%CE%BA%CF%8C%CE%BD%CE%B1-1.p AUTOLOOT enabled  

etc_spell_books_element_i00.png AUTOLEARN SKILLS (except Divine Inspiration).

etc_badge_gold_i00.png SUBCLASS & accessory_noblesse_tiara_i00.pngNOBLESSE quests are retail.

Monsters drop and spoil lists shift-click.pngcan be viewed by SHIFT+CLICK on them 

skill0150_0.png  Weight-limit has been increased  

%CE%B5%CE%B9%CE%BA%CF%8C%CE%BD%CE%B1-2.p No limit on the number of boxes

etc_ssq_scroll_i00.png SEVEN SIGNS is retail 

offline1.png OFFLINE SHOP without limits (just make your shop then log off)

 

We are happy to announce NO PAY 2 WIN here! Donations are available for cosmetic items only to help support the server. Botting is of course forbidden. 

 

A few other quality of life changes have been made as well, such as enhanced herb drops, free TPs at server start, boosted adena on lower level mobs as well as Exp on & off commands.

 

Happy to show off some of our dedicated server stats as well

CPU: Intel Xeon-E 2136 (6c/12t - 3.3GHz/4.5GHz)
RAM: 64 GB DDR4 ECC 2666MHz
Drives: 2 x 500 GB NVMe in RAID1
Network : Dedicated connection 1Gbps

 

We hope to see as many as possible join and have as much fun as possible. 

Edited by Breached

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • This is complete dogshit.  It's missing the most basic things. There are duped cells everywhere, and cells where there shouldn't be any, places that are completely unreachable by the player. (like below all sorts of stairs) DO NOT EVEN CONSIDER BUYING THIS, THIS IS CHATGPT SLOP AND A SCAM  
    • A modern game panel rebuilt from scratch for Lineage 2 private servers What is L2jWeb V3? L2jWeb V3 is the new version of the panel, fully refactored from scratch. This is not a small update on top of the old V2 code. The whole structure has been redesigned with cleaner logic, better separation between the web panel and the game database, improved security, and a much better way to support different L2J sources. The goal is simple. Server owners should be able to manage their project, users, donations, shops, game accounts, characters, and multiple servers from one panel without having to fight with hardcoded database logic every time they use a different source. Refactored From Scratch The new implementation was built again from the ground up. The old approach worked, but over time it became harder to maintain because every L2J source has its own database structure, table names, columns, and custom changes. V3 solves this in a cleaner way. Instead of mixing source specific queries all over the panel, the system now uses a proper mapping layer for the game database. Correct L2J Source Database Mapping One of the biggest improvements in L2jWeb V3 is the new database mapping system for different L2J sources. Every important game object is bound to an interface contract. Accounts, characters, items, services, rewards, and other source related actions are not hardcoded directly into the panel anymore. The panel works with contracts, and each L2J source has its own implementation behind those contracts. In simple words, the panel knows what it wants to do, and the selected source knows how to do it in its own database. This makes the project much easier to maintain, easier to extend, and much safer when adding support for more L2J sources in the future. Multi Server Support L2jWeb V3 supports multiple game servers from the same installation. You can add and manage different servers from the admin panel. Each server can have its own database connection, source type, settings, shop products, and services. This is useful if you run more than one realm, different chronicles, seasonal servers, test servers, or multiple projects from the same community. x402 Wallet Crypto Payments L2jWeb V3 also adds support for the x402 protocol. This is a very important feature for modern payments because it allows wallet to wallet payments without a traditional middleman holding the money. With normal payment gateways, the payment usually goes through a company that controls the flow, keeps custody for part of the process, applies rules, and may block or delay things. With x402, the user pays directly from their wallet and the server owner receives the payment directly to their wallet. The facilitator helps the application verify the payment. It checks the payment proof and confirms that the request has been paid correctly, so the panel can safely continue with the donation or balance update. The important part is that the facilitator is not the same as a classic payment processor. It helps with verification and coordination, but the funds move wallet to wallet. For server owners, this gives a more direct payment option and reduces dependency on traditional third party platforms. In order to learn more for x402 protocol click here Donation System L2jWeb V3 includes a complete donation system. Supported payment options can include: Stripe PayPal x402 wallet to wallet crypto payments Donations can be stored in the user's master account balance and then used inside the panel for shop purchases, services, or other features depending on your setup. Master Account System Players use one master account to manage their game accounts and characters. This makes things easier for the player because they do not need to remember every detail separately. From the user panel, they can create game accounts, manage existing accounts, recover details, and access available services. Game Account Control Players can manage their game accounts directly from the panel. Available features can include: Create game accounts Manage existing game accounts Reset or recover credentials View linked characters Use account related services Receive game account details by email if enabled Character Menu And Services The character menu gives players quick access to useful character actions from the web panel. For example, if a character gets stuck, the player can use the unstuck option and send the character back to town without waiting for staff support. More services can be configured depending on the server setup. Shop And Services The shop is fully manageable from the admin panel. You can add products, edit prices, enable or disable products, and choose which server each product is available for. This makes it easier to monetize your server while keeping control over what each server can sell. For example, one server can have different products or prices than another server. Fully Customizable Theme The panel is fully customizable through theme settings. You can change logos, icons, and all main colors directly from the panel, so the website can match your server's branding without editing the code manually. Admin Panel L2jWeb V3 includes a powerful admin panel for managing your project. Admin features include: Server management User management Donation logs Shop management Panel settings Theme settings for logos, icons, and colors Social login settings Security options Game source configuration Most important settings are configurable directly from the panel, so you do not need to edit files manually for every small change. Security Features Security was also improved in the new implementation. Available security features include: Two factor authentication Email verification Cloudflare Turnstile protection against bots Rate limiting per guest IP or authenticated user CSRF protection XSS protection Security headers HTTPS only protection Password confirmation for sensitive actions Social login support Social Login The panel can support social login providers such as Google and Discord. This gives players a faster way to register and log in, while still keeping the account system controlled from the panel. Other Features Database cache system Server status Multi source support Optional email verification Optional account details email after registration Cloudflare Turnstile bot protection Modern user dashboard Modern admin dashboard Clean Laravel based implementation Demo demo.l2jweb.com Some features may be disabled in the demo version or may not work exactly like a live installation. Contact Discord: Contact me Pricing Price is 150 euro flat, the same as Version 2. Existing customers get a 50 euro discount. Custom Work If you need custom features, source adaptations, special services, design changes, or extra integrations, you can contact me and we can discuss your request. Extra custom work is not included by default and must be paid separately. Test And Payment Files are not delivered before payment. If you want to test the panel first, a demo link can be provided.
    • Well, it turns out 100 characters really wasn’t enough for a proper test. Here’s a simulation of 1,500 players in a single location — each one is randomly equipped, running around randomly, and casting skills.    
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..