Jump to content

Recommended Posts

Posted (edited)

L2 Forever was the best mid rates PvP server back in C4 and C5 and we want to give players the same experience with Interlude!

l2fbannerss.gif


" Server Open on the March 2007! "

 


For more informations check the site at https://www.lineage2forever.org

Or check our Forum at https://www.lineage2forever.org/forum


# Aprilon Dynasty rates

   * EXP: 35x
   * Adena: 200x
   * Spoil: 5x
   * Drops: 5x
   * Autolearn Skills


# New players

   * Start with top D-grade
   * Start at level 20


# Boosted area's

   * Execution Grounds (EG) [ 20 - 40 ]
   * Cruma Tower (CT) [ 40 - 52 ]
   * Lair of Antharas (LoA) [ 52 - 80 ]


# Shopping Area

   * Giran Harbor (GH) is the place to be for all your trades and item needs!


# Platinum Armors

   * Platinum Armors get dropped by raids, allowing everyone to obtain a set and not only donators
   * Many Raids all over the L2 world drop parts of the Platinum Armors


# Buffs

   * Buff duration is set at 1 hour for normal buffs (Buffs and Songs / Dances)
   * Special buffs such as CoV etc are set at 5 minutes
   * Summon buffs such as Blessing of Queen etc are set at 2 minutes
   * Town Buffers in all main towns with standard buffs


# Forever Items

   * Unique Forever weapons & armors
   


# End game Farming Areas

   * Monastery of Silence and Primeval Island customized for group farm


# Unique L2 Forever Augmentation system

   * We don't use retail augmentations, we use our own unique system and glows!


# Other custom features

   * Global Gatekeeper
   * NPC Class Changer


# Web Features

   * Auto Donation system (seconds after you donate the items will be in the inventory without any human interaction)
   * Account system built with security against brute force and account stealing
   * Character honorary banners to show off your combat skills!



For more informations check the site at https://www.lineage2forever.org

Or check our Discord https://discord.gg/MH5TT5Z

Edited by Anima L2F
Posted

 Platinum Armors

    * Platinum Armors get dropped by raids, allowing everyone to obtain a set and not only donators
    * Many Raids all over the L2 world drop parts of the Platinum Armors
# Forever Items

    * Unique Forever weapons & armors
    * *NEW* - The forever textures have been switched over to Vesper Silver

its Interlude god damn it!!! :x

anw Rates are nices , Gl with the server

 

Posted

Played before wipe and after, now i've stopped but i suggest you to join...

 

The server never wiped since the reopening. You must be confusing it with the fake l2forever.

 

there are about 2-3-4 l2 forever and open and reopen all the time.

 

Actually we already had a thread made by a player, but Maxtor asked me to make a new one so I could get it Stickied and be able to modify as I needed.

Posted

I mean when server closed...

 

Oh I see, I encourage everyone to try the server, we have a much larger dev team now and apart from the exams season its been working great with quick updates.

Posted

I can assume that this server is the real one and not the l2fakeforever that BRHammer advertise.

 

Im glad that server re-opened even if i have no time to play there again im still steaming on the forums checking for news =)

Posted

I can assume that this server is the real one and not the l2fakeforever that BRHammer advertise.

 

Im glad that server re-opened even if i have no time to play there again im still steaming on the forums checking for news =)

 

Yep its the real deal ExtremeDwarf, check the website link ;)

Posted

There's ike 2 or 3 l2forever, and none is the real one as the one from the old days.

 

Everyone is using it's name to get money, cuz the Gm's from the original l2forever, made lot of money

 

Anyway, gl with it

 

Actually me and LittleArchy are the real ones, theres plenty of people that could confirm it if needed. And if you check the Forum you'll see its the exact same with the old database, which only me and Archy had access to and was not shared.

Posted

There's ike 2 or 3 l2forever, and none is the real one as the one from the old days.

 

Everyone is using it's name to get money, cuz the Gm's from the original l2forever, made lot of money

 

Anyway, gl with it

 

Uhm, me & Anima are the real ones ;o

 

Our L2F is exactly the same besides a few small modifications here and there lol.

 

Just check the website if you don't believe us. We even re-used our old website (Altho I had to re-code it from scratch -.-)

 

mby ill start if some of the old community goes here

 

We've already spotted some old and familiar players.

Too bad most of the others have been fooled by BBan's lies and they're playing on the fake one, which will, according to a little birdie, be closed pretty soon because BBan is going to launch another server.

 

Also heard from old players that they were planning on playing again.

 

Just check it out, i'm sure you'll recognize old friends & foe's ;)

Posted

I just wanna say that this is the real forever and the staff also.Even tho i never played on the old forever i know its the real one.

I have no reason to waste my time to lie to you so if you're looking for a good mid rate server you should give it a try.

 

 

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

    • add price or any mod needs to lock! follow the rules of the forum
    • What I sent is something you have in your server's core. You don't need to modify the client. 
    • okay thank but can you tell me this code should i cooy and paste it somewhere or what ? how can i get the full file and just paste it in sustem
    • You need to utilise the following packet: `const S_EX_SEND_UI_EVENT = 398;` It's structure is as follow, or at least on new chronicles: writeD(_objectId); // EVENT IDs: // 0 - Timer: MM:SS (Description on bottom) // 1 - Disable Timer // 2 - Green Line with percents and timer // 3 - Number of residues collected (N pcs.) // 4 - Timer: MM:SS (Description on top) // 5 - Blue Line with percents and timer // 6 - Yellow Egg progress // 7 - Red Egg progress // 5 - Line with gears, percents and timer writeD(_type); // EVENT_ID writeD(0x00); // int ASK writeD(0x00); // int REPLY writeS(String.valueOf(_countUp)); // 0 = count down, 1 = count up timer always disappears 10 seconds before end writeS(String.valueOf(_startTime)); writeS(String.valueOf(_startTime2)); writeS(String.valueOf(_endTime)); writeS(String.valueOf(_endTime2)); writeD(-1); // what message to display by id, if any - NPC String Id // you can string several writeS() below, depending on the amount of variables in the npc string. only 1 line if NPC String ID = -1 writeS("Custom Text To Display or fill in variables in the NPC string by id"); // works in conjunction with the above line  
    • Can somebody help with some file about olympiad. I am looking for a file that to count when oly starts and when oly ends. From when oly start till the end to have timer left next to opponent CP/HP
  • Topics

×
×
  • Create New...