Jump to content

interlude L2Mig MiD - PvP Server


Majax

Recommended Posts

Hi guys. I want to present new Lineage 2 server. Main difference from other servers is that this server is mixed PvP -MiD style. It's not very easy to get items, but farm won't be boring due to Champion / Ultra monster, mass pvp at Epics, new quests. I am trying to make PvP system as far as possible similar to low rates PvP system. I mean retail skills formulas, no 99 buffs slots like in other PvP servers. And there is few places, where you can show your teamplay skills with party composition ( healer, bd, sws and so on) like at low rates server.

 

Server Website

 

More info :

 

  - Interlude chronicle

  - Rates 500x

  - 24 buff slots + 6 debuffs

  - 28 buff slots + 6 debuffs for nobless

  - Max Enchant Weapon - 15

  - Max Enchant Armor / Jewel - 6

  - Safe Enchant - 3

  - Chance - 66%

  - Starting level - 40

  - 100% working interlude skills

  - 100% working augmentation skills ( including "chance", "onattack", "on critical" skills)

  - All augmentation magic skills have STATIC 6 seconds reuse

  - Retail like potions ( can use during cast)

  - NPC buffer with 9 hours buffs ( all self buffs time is retail like)

  - Special Buff for class balance ( can't be used in TvT, Olympiad, Dungeon Instance)

  - Ultra / Champion Monsters

  - 3 pets - healers

  - Working Giran Castle siege

  - Working Fortress of Resistance ( Every Monday 16h)

  - Non stop pvp zone - War Zone

  *In war zone after death just debuffs is removed ( even without nobles)

  *After "To Village" players respawns in War Zone ( 30 random respawn points)

  *Every player have untradable / undestroyable special BSOE to escape from War Zone)

  *Players gets reward for pvp kill in War Zone ( 10 CP Potions)

  *Players in War Zone gets flag, aura and special buff

  - New TvT engine

  - In game Raid Informer

  - Dungoen Instance :

  * Just full party can teleport to Dungeon ( 9 members )

  * After teleport buffs is removed, so party must have buffers, bd, sws and so on

  * In dungeon there is NPC party with 4-6 DD's

  * NPC party leader drops one of Epic Weapons

  * NPC party respawn - ~16h

  - Craftable Epic Weapons( Preview 1, Preview 2 )

  * Epic Weapons Recipes can be acquired thru special Quest

  * Adena / Seal Stones monsters drops all materials needed for Epic Weapon craft

  * Epic Weapon blades / heads can be spoiled in adena / seal stones zones

  * Epic Weapons have stats like +7 S Grade weapons

  - Olympiad system ( 20h - 00h )

  * Players are teleported back to village immediately after fight

  * Hero changes every week

 

 

 

Link to comment
Share on other sites

HMM Nice Features looking. Majax Remember me?  Your Before pvp server play:)

 

No, i don't remember ;/

 

what is that ?

 

  - 24 buff slots + 6 debuffs

  - 28 buff slots + 6 debuffs for noblesse

 

24 buffs slots for non Noblesse players, 28 buff slots for Noblesse players. In other words, buffs slots increases by 4 slots when you became a Noblesse.

Link to comment
Share on other sites

awesome features really

i don't like the custom buff that gives 100% cancel resist and etc.. hope it will really balance classes not overpower others..

btw is L2J or OFF?

i could join here i'll see

gl with it

Link to comment
Share on other sites

hmm 25hour left we will play this

 

suggestion: make bd,sws pvp able chars increase attacks with own skills (custom skill for self)

 

Thanks for suggestion, but i don't want to customize classes.

 

 

awesome features really

i don't like the custom buff that gives 100% cancel resist and etc.. hope it will really balance classes not overpower others..

btw is L2J or OFF?

i could join here i'll see

gl with it

 

Thanks. Buff gives resist cancel, because it's really annoying to go rebuff every 5mins in PvP server. And it gives resist archer / dagger dmg, because everybody knows how overpowered this classes was in Interlude with full buffs.

 

P.S. I'm using java platform.

Link to comment
Share on other sites

Remove that custom buff. If NcSoft thought that you shouldn't have the buff that resists 2 handed swords, they were right, not you. You're not that good of a developer to make custom buffs and still have balance

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

    • From my personal experiences 🙂   Few months ago I decided to create my own Essence project. Project needs website, and I do not specialize in frontend development (t.y. i can make web work, but it won't be pretty for eye). So I search and find a guy in Discord, which claims he can make me a good looking HTML website for 30 EUR, prove some screenshots from his previous work. I agree. 1 week later, I get my HTML website, make few changes to contents, update URLs and upload it to FTP. Site looks good, I am happy that this headache is no more.   Few months passes. I randomly crawl through other Essence server websites scouting for good ideas for my own project. Suddenly one of russians project website opens and.. it's the same website as one I have 😉 perfectly absolutely same layout, colours, etc etc etc. I contact my guy to ask what the hell, to get blocked 😉  So I find a weekend worth of my time. Find HTML5 boilerplate generator and ask it to include Bootstrap 5 and some other stuff. Open Bootstrap documentation, drink two energy drinks on instant and start working my backend-inspired HTML black magic... Once I found suiting firefly effect for header, result looked oikay for me: Absolutely no magic or beauty here, but: * Unique (and probably nobody cares to rip it) * Done for free in ~10 hours by non-frontend dev * Most modern browsers friendly * Completely static content, loads instantly. No PHP at all * Sidebar statuses (online, pvp, pk) are pulled from account manager REST API endpoint and is cached for 5 minutes. Account manager runs separately from website frontend and has access to server DB. Where could/will it get better? * Code in Vue instead of HTML - time concerns only, but Vue is superior compared to HTML/PHP for supporting desktop/mobile, easing development by miles. Need to learn how to use it properly. * Way to manage content from backend - in my instance I think account manager is not really meant for that. Vue can help here too - there are components for content building. * Currently default Bootstrap components are used. Would be nice to have custom and more vibrant buttons. Guess what, Vue can help here too.   tl;dr don't buy 30EUR website, it will be ripped or shit. you better make your own website. Be curious. I am backend developer, I obviously have general idea how frontend works. But imho everyone who can make L2 server by editing NPC HTMLs, also can make their own simple website. ChatGPT and other AIs are your friends. Bootstrap. jQuery documentations are your friends. And when you feel good and comfortable with HTML, if you like, you can continue learning Vue, or going backend. Now, as for the top sites. You really need to invest money to make new project work. I mean really, really much money. For this concept to work, top website itself must get visited. But if you can sort that your top site would be popular amongst players, then it's a really very simple concept, as far as current 2004-ish sites goes. I think simple, working concept of this, maybe without proper frontend, but with implemented backend logics (add/edit/disable server, sort by votes count (top list), vote for server with verification, callback to server endpoint - all of that can be done using Symfony in mostly 5 days, with lots of breaks for coffee and a smoke 😉. Experienced mid frontend dev would make a Vue/React frontend for it in another 5 days. it's really really simple concept 🙂  
    • Need cheap aged discord accounts ? :  https://campsite.bio/utchihaamkt DISCORD USERNAME : utchiha_market TELEGRAM : https://t.me/utchiha_market Discover new products in our exclusive server today : https://discord.gg/hoodservices
  • Topics

×
×
  • Create New...