Jump to content

Recommended Posts

Posted

this is PvP/PK reward system & fix Run speed for L2jesios pack :)

Index: config/esios.properties
===================================================================
--- config/esios.properties	(revision 135)
+++ config/esios.properties	(working copy)
@@ -1,4 +1,19 @@
#========================================#
+#          PvP/Pk Reward System          #
+#========================================#
+AllowPvpRewardSystem = False
+# Pvp reward itemId
+PvpRewardItem = 57
+# Pvp reward a-beep-t
+PvpRewardA-beep-t = 1
+# Pk reward system
+AllowPkRewardSystem = False
+# Pk reward itemId
+PkRewardItem = 57
+# Pk reward a-beep-t
+PkRewardA-beep-t = 1
+
+#========================================#
\ No newline at end of file
Index: java/com/l2jesios/Config.java
===================================================================
--- java/com/l2jesios/Config.java	(revision 135)
+++ java/com/l2jesios/Config.java	(working copy)
@@ -149,6 +149,12 @@
	// --------------------------------------------------
	// Esios settings
	// --------------------------------------------------
+	public static boolean ALLOW_PVP_REWARD;
+	public static int PVP_REWARD_ITEM;
+	public static int PVP_REWARD_COUNT;
+	public static boolean ALLOW_PK_REWARD;
+	public static int PK_REWARD_ITEM;
+	public static int PK_REWARD_COUNT;
	public static int HIDDEN_ITEM_ID;
	public static int HIDDEN_ITEM_COUNT;
	public static boolean HIDDEN_-leeching-_ENABLED;
@@ -1426,7 +1432,14 @@
				InputStream is = new FileInputStream(new File(ESIOS_FILE));
				esios.load(is);
				is.close();
-				
+				/** PVP/PK Reward **/
+				ALLOW_PVP_REWARD = Boolean.parseBoolean(esios.getProperty("AllowPvpRewardSystem", "False"));
+				PVP_REWARD_ITEM = Integer.parseInt(esios.getProperty("PvpRewardItem", "57"));
+				PVP_REWARD_COUNT = Integer.parseInt(esios.getProperty("PvpRewardA-beep-t", "1"));
+				ALLOW_PK_REWARD = Boolean.parseBoolean(esios.getProperty("AllowPkRewardSystem", "False"));
+				PK_REWARD_ITEM = Integer.parseInt(esios.getProperty("PkRewardItem", "57"));
+				PK_REWARD_COUNT = Integer.parseInt(esios.getProperty("PkRewardA-beep-t", "1"));
+                /** Esios Addons **/
				HIDDEN_ITEM_ID = Integer.parseInt(esios.getProperty("HiddenItemRewardID", "3470"));
				HIDDEN_ITEM_COUNT = Integer.parseInt(esios.getProperty("HiddenItemRewardCount", "1"));
				HIDDEN_-leeching-_ENABLED = Boolean.parseBoolean(esios.getProperty("Hidden-leeching-Enable", "True"));
@@ -1515,6 +1528,9 @@
     			MAX_PCRIT_RATE = Integer.parseInt(esios.getProperty("MaxPCritRate", "500"));
     			MAX_MCRIT_RATE = Integer.parseInt(esios.getProperty("MaxMCritRate", "300"));
     			
+    			RUN_SPD_BOOST = Integer.parseInt(esios.getProperty("RunSpeedBoost", "0"));
+    			MAX_RUN_SPEED = Integer.parseInt(esios.getProperty("MaxRunSpeed", "250"));
+
                 String[] propertySplit = esios.getProperty("StartingItems", "0,0").split(";");
                 for (String firstitems : propertySplit)
                 {
Index: java/com/l2jesios/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- java/com/l2jesios/gameserver/model/actor/instance/L2PcInstance.java	(revision 135)
+++ java/com/l2jesios/gameserver/model/actor/instance/L2PcInstance.java	(working copy)
@@ -5021,6 +5021,13 @@
			pvpcolor.updateNameColor(this);
			pvpcolor.updateTitleColor(this);
		}
+		if(Config.ALLOW_PVP_REWARD)
+		{
+		// Item Reward system
+			addItem("Loot", Config.PVP_REWARD_ITEM, Config.PVP_REWARD_COUNT, this, true);
+			sendMessage("You will be rewarded for pvp kill!");
+			sendMessage("Good fight,enemy pwned:)");
+		}

		// Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter
		sendPacket(new UserInfo(this));
@@ -5182,6 +5189,13 @@
		// Add karma to attacker and increase its PK counter
		setPkKills(getPkKills() + 1);
		setKarma(getKarma() + newKarma);
+		if(Config.ALLOW_PK_REWARD)
+    	{
+			// Item Reward system
+			addItem("Loot", Config.PK_REWARD_ITEM, Config.PK_REWARD_COUNT, this, true);
+			sendMessage("You will be rewarded for pk kill!");
+			sendMessage("Nice kill! You are so dangerous!");
+    	}

		// Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter
		sendPacket(new UserInfo(this));

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

    • Hi everyone, Since I’m no longer interested in L2 servers, if anyone is willing to continue the project, let me know. I’m currently selling the entire project. DM me for more information if you’re genuinely interested. I can offer limited free support for the first couple of months. It is not cheap. The sale includes the domain, the recently fully redesigned website, the updater, the interface, server files with Lucera ext source, and the database (excluding account passwords, emails, and other private information; character data can remain).   Server for test: https://lineage2.gold/download Server Info: https://lineage2.gold/info Over 110 videos YouTube playlist: https://www.youtube.com/watch?v=HO7BZaxUv2U&list=PLD9WZ0Nj-zstZaYeWxAxTKbX7ia2M_DUu&index=113  
    • You invent yourself a life - bad for you, one of the inner core dev, fernandopm, which worked hard over aCis quests from 2011 to 2016 is argentinian. I teached him back in time to work and make proper quests. My dev team comes from 10+ countries and I'm myself french. "Racist/nationalist" card ? Not working bro.   Not sure why I should thank you to send me questions, and regarding bug reports, so far, I got none of yours in either discord, gitlab, or forums. I'm sorry if you feel "ignored", but that's more a psychanalyst you need to speak with if you put emotions towards someones' appreciation over a forum. I never ignore a bug report, and if so (like skills reports), it's because I got a bigger plan (skills refactor, in that case). In any case, I delivered cookies for the bug report/fix, even if it dated of months, with proper credits over changesets. "Victim card" ? Not really working, but ok, maybe you're "emotional".   I barely make money out of aCis, for the spent time - simply selling my services, or even coding/administrating a minecraft/L2J server would make far more money. Breaking intentionally things would be stupid. If you don't understand I'm not the only one working on that pack, I can't help you. Also, the scale of edits is sometimes extreme - AI L2OFF ? 1800 files added. How do you want everything works in a single shot ? "Exploiting noobz for money" card ? Still not working, or I'm a terrible businessman.   Meanwhile - you shadow advertise your project, L2JOne (since 2017 btw) - you should maybe start by the beginning saying you're a competitor and aCis is actually a spike in your foot. That also explains why you act like that. RusAcis got the exact same strategy, speaking bad of me, saying they got unique fixes (you speak about I break things, they break and recode things 4 times sometimes, btw), but successfully reselling latest revision with poorly executed stuff. "aCis is good, Tryskell is ok, but I solve all issues in extreme low time so I can piss over him" card ? Mmmmhhhh.   Our conversation ends here if you want, I don't force ppl to speak with me if they don't want - hopefully, people would understand I'm not the arrogant one and the one who doesn't want to talk, or even collaborate. :). I understand you got your own project and got no will to improve aCis.   NOTE : I'm extremely happy for your call of ExShowServerPrimitive with getValidGeoLocation, extremely impressive. Arrogant, no. Sarcastic ? Maybe.   Good night everyone.
    • Hi. @GX-Ext, svn does not work. is there anywhere else where we can get source code? Thank you so much.
  • 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..

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