Jump to content

interlude Lineage 2 MMoRPG - Promise Good Game!


Slab

Recommended Posts

[pre]www.L2MMoRRP.Net

www.L2MMoRRP.Net/Forum[/pre]

 

Grand Opening - 09.06.2012 at 18:00 + 1 GMT

 

XP/SP/ENCHANT

XP Rate: 3500 x

Adena Rate: 100 x

Max Enchant Weapon +18

Max Enchant Armor +18

Safe Enchant +3

Enchant Weapon Rate: 80 %

Enchant Armor Rate: 80 %

Enchant Jewelry Rate: 80 %

Blessed Enchant Rate: 100 %

Augmentation  Chance: 15%

 

Other & Custom Systems:

No Custom Items!

Buff time: 2 hours

Buff slots: 40

Spawn protection 30 second

AntiFeed protection(players with the same IP can't fight eachother)

Olympiad: 18:00 - 00:00 +1GMT, every week hero (Full OFFICIAL)

Armor type penalty (if player dont have armor mastery for armor have penalty)

Fights messages ex. "You have killed XYZ 5 times."

Max 31 players in one clan, max 2 clan in one ally

Max 1 active and 1 passive augmentation skill

15 kills without die = Hero Aura

Very Good Classes balance

Respawn GrandBosses (24h - Valakas, Baium & 12h - Core, Orfen, Frintezza, Zaken, Queen Ant)

Respawn SpecialBosses (every 1 hour)

Pvp/PK rewards

Player with karma have 30% chance drop items

All subclasses in one npc

All skills enchant in one npc

Announce castle lord login

Pvp/PK color system

Offline Store

Unique Zones

Wedding, Fishing Systems

100% Castle Sieges

Flawless Geodata & PathNodes

 

FEATURES Lineage II MMoRPG Server:

Fully reworked retail like olympiad:

- players choice 5buffs from npc on stadion,

- Hero skills on subcklas, if u are again hero,

- players can not use skills with hp restriction like frenzy, zalot or agelic icon while preparation time,

- skills are reused after teleport on stadion,

- players do not see each other to time when fight start,

- fully worked observation system, including switching between stadion without back to village,

- players in observation mode do not see losed/gained points,

- players with same IP can not fight together,

- teleport back to town right after match end,

- after olympiad pariod end players do not receive hero status,

they need use "Olympiad Monument" and press ther "I want to be a Hero." right after that he will receive hero status.

 

Special Zones:

- Safe Zone (peace farm for newbies)

- Primeval Isle (custom arena zone for PvP)

- Abadoned Camp (farm zone for medals)

- Varka (farm zone for adena)

- Cementary (x5 special raid bosses - party farm)

 

NPC's:

- Top List,

- Dekarma, after press one button set karma to 0,

- Worldwide Gatekeeper

- Full Shop with custom buylists too (without custom items)

- Wedding Manager

- Full Buffer

- Raid Boss Teleporter

- Siege Npc's in Main Town

- All subcklas in one Npc

 

Custom events:

- Tvt,

- DM,

- GM Events,

 

Combat system:

Players can not use GK while in combat.

 

Commands:

- online,

- deposite, withdraw,

- away, back,

- tradeoff, tradeon,

- votereward,

- eventinfo, eventjoin, eventleave (TvT, DM),

 

Items:

- augmentation after use Life stone and cancel augmentation after use Gamestone D, C,

- noblesse status after use item,

- hero item, give hero to time when player logout,

 

Server Technology L2MMoRPG:

- Intel CoreTM i7-920 Quad-Core inkl. Hyper-Threading-Technologie

- RAM: 24GB DDR3 RAM.

- 2 x 500 GB SSD 15k RPM

- 1 Gbps Connection

- Operating System: Linux Servers

 

You can support now L2MMoRPG Community, only 1 vote.

lineage2-90x60-1.gif

 

Best Regards!

Lineage II MMoRPG Community

Link to comment
Share on other sites

Why close l2newclassic and u open new?

beause it was 2x months big beta tests. Now its up with 100% online, stable, and really fully fixed. Of corse on L2MMoRPG you can see some  new features which make u more fun.
Link to comment
Share on other sites

make lower enchant max and don use blessed use low rate on simple enchants... more funny if ppl try to encant their gears and not have in 2-3 houres of farm full +++

1. What you think about max +16 weapon with  45% chance with normall and blessed scrolls. Armor enchant max +12 with same chance 45%.

2. Or just still max +18 for all, but enchant rate 45% with normall and blessed scrools.

Link to comment
Share on other sites

1. What you think about max +16 weapon with  45% chance with normall and blessed scrolls. Armor enchant max +12 with same chance 45%.

2. Or just still max +18 for all, but enchant rate 45% with normall and blessed scrools.

i choose the 1 option!!
Link to comment
Share on other sites

More real gameplay? Bah! I saw L2NewClassic.

when u saw it?when we start beta tests 2 month ago or 1 month?:)

I suggest you join server after 08.06 and check it again. I promise you dont lose there your time.

You will find really good system balance class too on olympiad.

Link to comment
Share on other sites

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

    • Well, sorry not sorry for resurrecting old topic, but I believe it's ultimately stupid to implement license checks like Vilmis did 🙂   private static String url = "jdbc:mysql://185.80.128.233/" + getData("Zm9ydW1fZGI="); private static String username = getData("bXJjb3B5cmlnaHQ="); private static String password = getData("Y29weXJpZ2h0XzEyMw=="); con = GlobalDB.getInstance().getConnection(); PreparedStatement statement; statement = con.prepareStatement("SELECT field_6 from core_pfields_content WHERE member_id = ?"); statement.setInt(1, Config.FORUM_USER_ID); ResultSet rset = statement.executeQuery();   This awesome way of coding things leaves us with base64-encoded credentials and DB exposed and accessible globally 😉 Btw he checks his licensing data from some plugin generated table his forum uses. Vilmis took action and ensured that mrcopyright user would have only needed accesses and rights for this operation. But he forgot to ensure that his INFORMATION_SCHEMA database would not be exposed and readable... That leads us to fully readable server variables like version used (10.1.26-MariaDB-0+deb9u1 - pretty ancient DB and OS, I'd assume). From here you can go south and do some kinky stuff, if you want and have knowledge for that. But who cares, right?   Ooh, table core_pfields_content field_6 is IP address which is checked by FORUM_USER_ID. Yep, you can query all IP addresses there (124 of them right now) and also do whatever you want with them! 🙂  The most fun part? Files source has been shared what, more than 2 years ago?  Vilmis still uses very same credentials and never changed it after sources exposure - who cares. Although, "sources" may be way too strong word here. If anyone still use paid Orion versions, I'd suggest packing your shit and leaving immediately, or at least fix this incompetent fool caused problems. It's obvious Vilmis don't care or maybe doesn't even know from the first place how to solve this problem (hint hint - tiny PHP Rest API microservice which would do absolutely the same but without exposing sensitive data?). By doing that, he exposes his infrastructure and YOUR data, and he does that for more than 2 years now 🙂 Developer of century!    
    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...