Jump to content
  • 0

[help]Paidia kati code


Question

Posted

paidia 8elo otan mpenoun mesa oi Player na exoune CUSTOM TITTLE

Kai 8elo Kai CUSTOM LEVEL AN MPOREITE PLEASE HELP

Gia Interlude

L2JServer

5 answers to this question

Recommended Posts

  • 0
Posted
Index: D:/workspace/L2_GameServer/java/config/l2jmods.properties
===================================================================
--- D:/workspace/L2_GameServer/java/config/l2jmods.properties	(revision 2739)
+++ D:/workspace/L2_GameServer/java/config/l2jmods.properties	(working copy)
@@ -161,4 +161,10 @@
#----------------------------------
EnableWarehouseSortingClan = False
EnableWarehouseSortingPrivate = False
-EnableWarehouseSortingFreight = False
\ No newline at end of file
+EnableWarehouseSortingFreight = False
+
+# Set this option to true to enable custom titles on new chars.
+# Also replace Welcome with title you want.
+
+CharTitle = false
+CharAddTitle = Welcome
Index: D:/workspace/L2_GameServer/java/net/sf/l2j/Config.java
===================================================================
--- D:/workspace/L2_GameServer/java/net/sf/l2j/Config.java	(revision 2739)
+++ D:/workspace/L2_GameServer/java/net/sf/l2j/Config.java	(working copy)
@@ -569,6 +569,18 @@
	/** ************************************************** **/
     
	/** ************************************************** **/
+	/** Custom Title Settings -Begin                       **/
+	/** ************************************************** **/
+    
+	public static boolean CHAR_TITLE;
+	/** This is the new players title. */
+	public static String ADD_CHAR_TITLE;
+	
+	/** ************************************************** **/
+	/** Custom Title Settings -End                         **/
+	/** ************************************************** **/
+	
+	/** ************************************************** **/
	/** NPC Settings -Begin                                **/
	/** ************************************************** **/

@@ -1900,6 +1912,10 @@
	                BANKING_SYSTEM_ENABLED	= Boolean.parseBoolean(L2JModSettings.getProperty("BankingEnabled", "false"));
	                BANKING_SYSTEM_GOLDBARS	= Integer.parseInt(L2JModSettings.getProperty("BankingGoldbarCount", "1"));
	                BANKING_SYSTEM_ADENA	= Integer.parseInt(L2JModSettings.getProperty("BankingAdenaCount", "500000000"));
+					
+	                CHAR_TITLE              = Boolean.parseBoolean(L2JModSettings.getProperty("CharTitle", "false"));
+			ADD_CHAR_TITLE          = L2JModSettings.getProperty("CharAddTitle", "Welcome");
+
	            }
	            catch (Exception e)
	            {
Index: D:/workspace/L2_GameServer/java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java
===================================================================
--- D:/workspace/L2_GameServer/java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java	(revision 2739)
+++ D:/workspace/L2_GameServer/java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java	(working copy)
@@ -174,8 +174,13 @@
		newChar.addAdena("Init", Config.STARTING_ADENA, null, false);

		newChar.setXYZInvisible(template.spawnX, template.spawnY, template.spawnZ);
-		newChar.setTitle("");
+		
+		if (Config.CHAR_TITLE)

+			newChar.setTitle(Config.ADD_CHAR_TITLE);
+	        else
+			newChar.setTitle("");
+
		L2ShortCut shortcut;
		//add attack shortcut
		shortcut = new L2ShortCut(0,0,3,2,-1,1);

  • 0
Posted

Paidia to stirting level poy m edoses einai gia gracia kati allo ??

δοκίμασε και με αυτό http://www.maxcheaters.com/forum/index.php?topic=56064.0 άλλο δε νομίζω να έχει γίνει share διαφορετικά κάνε search custom start(ing) level
  • 0
Posted

Paidia to stirting level poy m edoses einai gia gracia kati allo ??

 

Ola ta codes mporoun na ginoun adapt gia ola ta clients.

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


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