Jump to content

Recommended Posts

Posted

Hello (Mxc rollback? i lost my previous one )

 

I am selling L2-Genesis.org pack

It includes :

Protection and all well known bug fixed

Skills are working good i am not saying 100% or crap

Balance , ok i dont want to lie so i cant say again 100% but there are custom skills/and skill to every class (like summoner is playable) that helps a little.

Exp/Sp/ will be x1000 rates easier than retail

Drop/Adena will be 1 ( only the custom mobs will drop adenas and the prices on the market are low)

Safe +7

Max +25

Rate of normal scrolls is 80 and will get descreasing after +16 enchant bu -5% of each enchant

Rate of blessed is 90 and if the enchantment fail from +10 and above the weapon will get back to +10

Rate of crystal is 75 and if the enchantment fail they will go back to 0

Customs:

Tier 1 armor Titanium

Tier 2 armor Dread

Tier 3 armor Genesis

Tier 4 armor Rykros

 

Tier 1 weapon Unique

Tier 2 weapon Genesis

Tier 3 weapon Relic/Legendary

 

 

 

 

 

 

 

 

 

 

 

 

Accesories (Every accesory that exist on the Mysterious merchant gives bonuses on PvP)

Olympiad Mode: You will get acces to olympiad without customs and having only accesories

Custom Gameplay: Some class got skills for support. Also all classes got hp+ cp boost

PvP Color Name and Skill reward:

100: Blue name

200: Violet name

1000: Yellow name

6500: Grey Name

13000: Red name

 

Rewards

100 +800 Cp boost

200 Firework Skill

500 Large Firework Skill

1000 Masters blessed the body that increases hp to +500

2000 ressurection Skill

6500 Mass ressurection Skill

13000 Masters COV that increases +300 CP/HP +100 P.Atk/P.Def/C.spd/Atk.Spd/M.def

All augmented weapons can be tradeable

You can press shift + click to view Droplist of a Boss/Monster

Custom Zones for Farm / PvP /Trainers Area (Including town pvp arena)

Ctf/Dm/TvT Events

All characters got relax skill that restores all your effects during its use (HP/CP/MP)

Mana pots increasing +500 mp and got 10sec reuse delay

Armor Penalty and weapon penalty

Augment weapons can be trader

Weapon mod: Alternative activitation (you can choose 1 weapon id and you can make it if char is wearing the id of weapon and his hp gets to 30% automatically some skills are enabled to buff bar.. example you can add frenzy or ud or whatever you like)

Pk manager (Anchors target)

Clan reps seller and nobless seller

Hax Trader trade your equipment for glittering medals

 

Is a ready server that you can run it and i guarantee is stable :)

 

www.l2-genesis.org live test (note: i sold him the server but he made some additions so if you find a farm zone or an npc that is not working.. is his own job lol)

 

Payment methods: Paypal-Paysafe

Price: 10 compiled , 10with source/compiled

 

just pm me

Posted

Why would someone buy a pack of L2JFrozen while L2JFrozen is open source, a pack that is 281 revisions behind  the current one, since your pack's is @ 600 and L2JFrozen is already @ 881, couple of useless 2 line addons @ core and some common NPCs, some XML changes and some configs?

Posted

Why would someone buy a pack of L2JFrozen while L2JFrozen is open source, a pack that is 281 revisions behind  the current one, since your pack's is @ 600 and L2JFrozen is already @ 881, couple of useless 2 line addons @ core and some common NPCs, some XML changes and some configs?

 

who said i didnt sync and added my own codes + fixes :S  just tried it ok i am expecting flames ofc ye because is frozen blablabla so i dont rly care if someone wanna buy it just log on server if not just dont reply :) i will ignore all comments

Posted

Flame you cause it's Frozen? Frozen is the most advanced and active IL pack atm.

Also you said that the revision is 600.

 

ye so what? is based and i was syncing :) so it isnt outdated

Posted

What's your problem guys if he wanna sell smith like every1, why do you judge him? First of all u have not seen his project I have no time to say more. So keep your mouth.

Posted

mou exeis balei kai mob apo dragon valley kai mob apo low zone.. kai meta mou les ekana update skata exeis kanei gt pote den eides ti kanoune i alei ston genesis pou pigene o bishop kai exone mini boss monos tou.. i i lethal tou daggera/toksotei eitane 100% kai ta rixnane mia fapa pou ena party ekane 30/40 min na fane ena raid boss... NIOSE LIGO EINAI RAID BOSS DEN GINETE NA PIANEI LETHAL SE RAID BOSS DEN EIPARXEI AFTO SE KANENA SERVER...

Fake User!

 

Ontopic:

Good Luck with your sales!

Posted

What's your problem guys if he wanna sell smith like every1, why do you judge him? First of all u have not seen his project I have no time to say more. So keep your mouth.

I've got to have no particular knowledge @ the pack, neither have tested it since all of it's features are posted right away and I can judge it like this. There is nothing really special there, a newbie could do this really easy. So, considering my asnwer, the one that should keep his mouth shut, this is appearantly you.

Posted

I've got to have no particular knowledge @ the pack, neither have tested it since all of it's features are posted right away and I can judge it like this. There is nothing really special there, a newbie could do this really easy. So, considering my asnwer, the one that should keep his mouth shut, this is appearantly you.

 

ok i will provide here for free a mod i maked ok?  so basicly we will see if a "newbie" can do it..

 

patch no1

### Eclipse Workspace Patch 1.0
#P L2jFrozen_GameServer
Index: head-src/com/l2jfrozen/Config.java
===================================================================
--- head-src/com/l2jfrozen/Config.java	(revision 877)
+++ head-src/com/l2jfrozen/Config.java	(working copy)
@@ -567,6 +567,10 @@
	public static boolean ALLOW_QUAKE_SYSTEM;
	public static boolean ENABLE_ANTI_PVP_FARM_MSG;

+	/** Custom item stuff  **/
+	public static int CUSTOM_ACTIVATION_AT_PERCENTAGE;
+	public static String CUSTOM_ITEMS;
+	public static FastList<Integer> CUSTOM_ITEMS_LIST;

	//============================================================
	public static void loadOtherConfig()
@@ -821,6 +825,25 @@

			ALLOW_QUAKE_SYSTEM = Boolean.parseBoolean(otherSettings.getProperty("AllowQuakeSystem", "False"));
			ENABLE_ANTI_PVP_FARM_MSG = Boolean.parseBoolean(otherSettings.getProperty("EnableAntiPvpFarmMsg", "False"));
+			
+			CUSTOM_ACTIVATION_AT_PERCENTAGE = Integer.parseInt(otherSettings.getProperty("ActivationAtPercentage", "30"));
+			CUSTOM_ITEMS = otherSettings.getProperty("customItemsList", "");
+			
+			if (CUSTOM_ACTIVATION_AT_PERCENTAGE > 0)
+			{
+				CUSTOM_ITEMS_LIST = new FastList<Integer>();
+				for(String itemId : CUSTOM_ITEMS.split(";"))
+				{
+				    try
+        			{
+						CUSTOM_ITEMS_LIST.add(Integer.parseInt(itemId));
+					}
+					catch (NumberFormatException nfe)
+        			{
+        				System.out.println("[Custom item]: invalid number format.");
+        			}
+				}
+			}
		}
		catch(Exception e)
		{
Index: config/head/other.properties
===================================================================
--- config/head/other.properties	(revision 877)
+++ config/head/other.properties	(working copy)
@@ -226,4 +226,14 @@
AllowAioUseClassMaster = false

# Announce castle lords on enter game. default = false 
-AnnounceCastleLords = False
\ No newline at end of file
+AnnounceCastleLords = False
+
+# -----------------------------------------
+#  Custom item /skill use                -
+# -----------------------------------------
+# Activation (% of maxHp) - 0 to disable that custom
+ActivationAtPercentage = 30
+
+# List of items
+# Format : itemId;itemId2;itemId3...
+customItemsList = 
\ No newline at end of file
Index: head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java	(revision 877)
+++ head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java	(working copy)
@@ -169,6 +169,7 @@
import com.l2jfrozen.gameserver.network.serverpackets.L2GameServerPacket;
import com.l2jfrozen.gameserver.network.serverpackets.LeaveWorld;
import com.l2jfrozen.gameserver.network.serverpackets.MagicSkillCanceld;
+import com.l2jfrozen.gameserver.network.serverpackets.MagicSkillUser;
import com.l2jfrozen.gameserver.network.serverpackets.MyTargetSelected;
import com.l2jfrozen.gameserver.network.serverpackets.NpcHtmlMessage;
import com.l2jfrozen.gameserver.network.serverpackets.ObservationMode;
@@ -13473,6 +13474,33 @@
		{
			getTrainedBeast().onOwnerGotAttacked(attacker);
		}
+		
+		// Custom -- when you're equipped with a particular weapon, apply skills effects (UE, Dash).
+		// Percentage must be superior to 0 to get that feature activated.
+		if (Config.CUSTOM_ACTIVATION_AT_PERCENTAGE > 0)
+		{
+			// Activation when % is reached.
+			if (getCurrentHp() < (getMaxHp() * Config.CUSTOM_ACTIVATION_AT_PERCENTAGE / 100))
+			{
+				L2Weapon ubberWeapon = getActiveWeaponItem();
+				
+				// Verify if equipped weapon is special. If yes, activate stuff.
+				if (Config.CUSTOM_ITEMS_LIST.contains(ubberWeapon.getItemId()))
+				{
+					L2Skill skill, skill2;
+					
+					// UE
+					skill = SkillTable.getInstance().getInfo(111, 2);
+					skill.getEffects(null, this, false, false, false);
+					broadcastPacket(new MagicSkillUser(this, this, 111, 2, 0, 0));
+					
+					// Dash
+					skill2 = SkillTable.getInstance().getInfo(4, 2);
+					skill2.getEffects(null, this, false, false, false);
+					broadcastPacket(new MagicSkillUser(this, this, 4, 2, 0, 0));
+				}
+			}
+		}
	}

	public void broadcastSnoop(int type, String name, String _text)

 

ok this is a small mod with a little help of tryskell cause i really didnt knew how to make it but there some unique codes also them that i coded alone like pvp skill earn, augmented weapons to be trade able

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • don't compare anything with what scryde has, they're the hugest lineage server out there, they have basically unlimited resources and developers working for whatever crazy idea they have in mind to be made into reality, I don't even think you can say that they're using a *name here* source, by now everything is probably all edited/debugged by their own team and can be considered their own project entirely, on an other hand, I've heard good things about Lucera though, give it a look maybe.
    • BOUNTY HUNTER SYSTEM *exists in essence, called revenge*   SEASON RANKED LADDER + LIVE SERVER DASHBOARD *also exists on essence, called leaderboard*   5. CLAN SIEGE CROWN — WEARABLE LEGACY TROPHY this one is just a whatever.   unfortunately, everything exists in Lineage in one form on an other, there are no new ideas left to be added, everything has been done in one way or an other, you're just taking already done things and adding stuff on top of it to make it look *cooler* but the functionality is basically the same all around.   Im not hating, just pointing. Good luck.  
    • Bravo magka! very nice idea and a very good attempt at it, looks very fun and has a lot of room for improvement to make killing bosses more engaging and entertaining instead of it just standing there auto attacking you while you press F1 and F2.
    • CHILE 智利电讯报 TDATA+Session+json Telegram Desktop Portable, Ava, BIO, Mix. 3+ days 1шт. = 28₽ Данные аккаунты специально адаптированы для работы с компьютера, более устойчивы к банам, могут работать с более широким спектром программного обеспечения (однако, мы не гарантируем их работу в иных программах, кроме Telegram Gods, Telegram Expert). По ссылке вы найдёте session, json файлы аккаунта, а также отдельную папку (имеет название номера аккаунта) с форматом tdata. Tdata - открывается через portable версию Telegram. (Скачайте последнюю версию с официального сайта Telegram, найдите папку сномером телефона, вставьте папку tdata с заменой tdata в корневой каталог с .exe файлом Telegram). SESSION+JSON - открываются специализированными софтами (Prime, Gods, Expert и т.д.) напишите сообщение в наш магазин, или посмотрите какие товары сейчас доступны. Рекомендации по использованию аккаунтов: Используйте на 1 аккаунт = 1 прокси либо используйте ротацию прокси Не используйте публичный прокси и публичный vpn Для начала купите небольшое колличество аккаунтов и протестируйте их Закройте все сторонние сеансы, чтобы убедиться, что ваше подключение является единственным активным подключением к учетной записи. К сожалению участились случаи мошенничества с покупкой наших аккаунтов и мы вынуждены просить вас записывать видео. ((( В любом случае мы всегда готовы пойти на встречу и разобраться в ситуации особенно если вы уже не первый раз покупаете у нас аккаунты. Правила покупки аккаунтов: Для возможности получения замены или возврата денежных средств: 1) Внимание!! Нельзя покупать в нашем магазине более 2 штук аккаунтов в первый раз, и более 9 штук во второй раз. Если Вы не покупали ранее поштучно у нас аккаунты дважды, Вы не сможете получить замену или возврат денежных средств за этот заказ! 2) В случае получения от нас возврата средств или замены аккаунтов, Вы соглашаетесь с тем, что отказываетесь от возврата средств или замену аккаунтов, при ваших повторных покупках в нашем магазине. 3) Гарантия на наши аккаунты действует только при работе в программах Telegram Gods, Telegram Expert. 4) Вы должны вкючить видеозапись процесса покупки аккаунта, и сразу сделать следующие действия: 1. На видео должно быть отображено текущее время 2. Видео должно идти без прерываний 4. На видео должна быть отражена актуальная версия вашего программное обеспечение на текущую дату 5. На видео необходимо показать, что работа ведется прокси серверами той же страны что и купленные вами аккаунты. 6. Проверка аккаунтов должна производится без конвертации в другой формат файлов. 7. После покупки у нас аккаунтов, мы поделимся с Вами какие прокси используем в работе (качественные и не очень дорогие). Гарантируем приоритетное обслуживание при регистрации и использовании прокси по нашей ссылке)- свяжитесь с нами через поиск или чат поддержки! Если вам нужно открыть инвайт для аккаунтов, или выполнить любой дугой индивидуальный заказ, пишите в чате поддержки, все решим! These accounts are specially adapted for working from a computer, are more resistant to bans, and can work with a wider range of software (however, we do not guarantee their work in programs other than Telegram Gods, Telegram Expert). Following the link you will find session, json account files, as well as a separate folder (named account number) with tdata format. Tdata - opens through the portable version of Telegram. (Download the latest version from the official Telegram website, find the folder with your phone number, paste the tdata folder with tdata replaced in the root directory with the Telegram .exe file). SESSION+JSON - opened by specialized software (Prime, Gods, Expert, etc.). write a message to our store, or see what products are currently available. Recommendations for using accounts: Use for 1 account = 1 proxy or use proxy rotation Do not use public proxy and public VPN First, buy a small number of accounts and test them Close all third-party sessions to ensure that your connection is the only active connection to your account. Unfortunately, cases of fraud involving the purchase of our accounts have become more frequent and we have to ask you to record a video. ((( In any case, we are always ready to meet and sort out the situation, especially if this is not the first time you have purchased accounts from us. Rules for purchasing accounts: To receive a replacement or refund: 1) Attention!! You cannot buy more than 2 accounts in our store for the first time, and more than 9 accounts for the second time. If you have not previously purchased individual accounts from us twice, you will not be able to receive a replacement or refund for this order! 2) If you receive a refund or replacement of accounts from us, you agree that you refuse to receive a refund or replacement of accounts for your repeated purchases in our store. 3) The guarantee for our accounts is valid only when working in the Telegram Gods and Telegram Expert programs. 4) You must turn on the video recording of the account purchase process, and immediately do the following: 1. The video must display the current time 2. The video should run without interruption 4. The video should reflect the current version of your software as of the current date. 5. The video must show that the work is carried out by proxy servers of the same country as the accounts you purchased. 6. Verification of accounts must be carried out without converting to another file format. 7. After purchasing accounts from us, we will share with you which proxies we use in our work (high-quality and not very expensive). We guarantee priority service when registering and using a proxy using our link) - contact us via search or support chat! If you need to open an invite for accounts, or complete any individual order, write in the support chat, we will solve everything! 這些帳戶專門適合在電腦上工作,更能抵抗禁令,並且可以使用更廣泛的軟體(但是,我們不保證它們在 Telegram Gods、Telegram Expert 之外的程式中工作)。 透過該鏈接,您將找到會話、json 帳戶檔案以及 tdata 格式的單獨資料夾(名為帳號)。 Tdata - 透過 Telegram 的便攜式版本開啟。 (從Telegram官方網站下載最新版本,找到你的電話號碼所在的資料夾,將根目錄下tdata替換為Telegram.exe檔的tdata資料夾貼進去)。 SESSION+JSON - 由專用軟體(Prime、Gods、Expert 等)開啟。 请给我们的商店写一条消息,或查看当前有哪些产品可用。 使用帳戶的建議: 使用 1 個帳戶 = 1 個代理商或使用代理商輪換 不要使用公共代理商和公共VPN 先購買少量帳戶並進行測試 關閉所有第三方會話,以確保您的連線是您帳戶的唯一活動連線。 不幸的是,涉及購買我們帳戶的詐騙案件越來越頻繁,我們不得不要求您錄製影片。 ((( 無論如何,我們隨時準備好會面並解決問題,特別是如果這不是您第一次從我們這裡購買帳戶的話。 購買帳號規則: 要獲得換貨或退款: 1)注意!! 首次在本店購買不能超過2個帳戶,第二次購買不能超過9個帳戶。 如果您之前沒有從我們這裡購買過兩次個人帳戶,您將無法收到該訂單的換貨或退款! 2) 如果您收到我們的退款或換帳號,即表示您同意因您在我們商店重複購買而拒絕接受退款或換帳號。 3) 我們的帳戶擔保僅在參與 Telegram Gods 和 Telegram Expert 計畫時有效。 4) 您必須開啟帳號購買過程的錄影,並立即進行以下操作: 1.影片必須顯示當前時間 2. 視訊應不間斷地運行 4. 影片應反映截至目前日期的軟體的當前版本。 5. 影片必須表明該工作是由與您購買的帳戶位於同一國家/地區的代理伺服器執行的。 6. 帳戶驗證必須在不轉換為其他文件格式的情況下進行。 7. 從我們這裡購買帳戶後,我們將與您分享我們在工作中使用的代理商(高品質且不是很貴)。 當使用我們的連結註冊和使用代理時,我們保證優先服務) - 透過搜尋或支援聊天與我們聯繫! 如果您需要開立帳戶邀請,或完成任何個人訂單,請在支援聊天中留言,我們將解決一切問題
    • L2Einhovant has officially opened its gates! We all know it's the middle of summer, so it's natural that the community is still growing. On top of that, this is a brand new project. What motivates us the most is the feedback from the players who have already joined. They genuinely enjoy the gameplay and keep coming back because it's a different experience from the usual Lineage II servers. If you're looking for something different from the typical Interlude or High Five gameplay, give L2Einhovant a try.   - Based on Classic 2.5 Zaken - No Dual Box - Reworked Skills & Support Classes - Dynamic progression from Classic 1.0 to Zaken - In-Game Wiki & many quality-of-life improvements Visit our website to discover all the gameplay changes and features: 🌐 https://l2einhovant.net/en We hope to see you in Aden!
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..