Jump to content

Γενικό l2j topic για βοήθεια.


Recommended Posts

Kalhspera magkes tha ithela kai egw mia boithiaa !Aplos plirofories ;)

 

τι ακριβώς βοήθεια θες φιλε μου?

Link to comment
Share on other sites

Code Request.

 

Death System.

 

Px O pexths mu legete vegas ke me skotwnei o x pexths. molis pethanw na leei You have died 9 times form x player.

 

ke gia pada na sinexizei na leei na min midenizete sto restart.

 

(config if you can true false)

 

Gia epilogue an ine dinaton!

 

*Also*

 

Meta to accademy get adena.

Link to comment
Share on other sites

Code Request.

 

Death System.

 

Px O pexths mu legete vegas ke me skotwnei o x pexths. molis pethanw na leei You have died 9 times form x player.

 

ke gia pada na sinexizei na leei na min midenizete sto restart.

 

(config if you can true false)

 

Gia epilogue an ine dinaton!

 

*Also*

 

Meta to accademy get adena.

### Eclipse Workspace Patch 1.0
#P aCis_gameserver
Index: config/aCis.properties
===================================================================
--- config/aCis.properties	(revision 19)
+++ config/aCis.properties	(working copy)
@@ -208,4 +208,24 @@

+# Every member who reach 40 level and automatically gets dismissed from clan
+# takes an amount of adena for reward.
+AllowAcademyLeaveReward = True

Index: java/net/sf/l2j/Config.java
===================================================================
--- java/net/sf/l2j/Config.java	(revision 19)
+++ java/net/sf/l2j/Config.java	(working copy)
@@ -188,6 +188,18 @@

+	public static boolean ALLOW_ACADEMY_LEAVE_REWARD;
+	
	// --------------------------------------------------
	// Clans settings
	// --------------------------------------------------
@@ -1034,6 +1046,18 @@

+				ALLOW_ACADEMY_LEAVE_REWARD = Boolean.parseBoolean(aCis.getProperty("AllowAcademyLeaveReward", "True"));
			}
			catch (Exception e)
			{
Index: java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java	(revision 19)
+++ java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java	(working copy)
@@ -1945,6 +1945,12 @@

				// receive graduation gift
				getInventory().addItem("Gift", 8181, 1, this, null); // give academy circlet
+			
+				if (Config.ALLOW_ACADEMY_LEAVE_REWARD)
+				{
+					getInventory().addItem("Adena", 57, 100000, this, null); // give adena
+					sendMessage("You got few adena for this journey, enjoy.");
+				}				
			}

			if (isSubClassActive())

 

αυτό είναι για το academy adena, το άλλο feature αύριο.

Link to comment
Share on other sites

όπως έχω πει δεν θέλουμε να ρωτάτε αλλά να λέτε κατευθείαν τι θέλετε!

 

loipon,egw 8elw ta kanw ta soulshots kai ta blessed spiritshots na einai automata. Diladi molis mpainei mesa sto game o player na tou ta vazei xwris kan na ta exei epanw tou i akoma kai otan allazei weapon. Kai 8elw sxetika me ta bows na mporoun na ta xrisimopioun oi players xwris arrows.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • 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