Jump to content

Ke$ha

Members
  • Posts

    285
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Ke$ha

  1. xaxa :D
  2. vote here! and someone unlock it http://www.maxcheaters.com/forum/index.php?topic=136751.0
  3. i will make a poll on spam section ! and we gonna vote
  4. no one deserve second chance! but god was useful for this forum! hi's post's was awesome :D
  5. IN MY OPINION! GIVE SECOND CHANCE TO ALL OF THEM OR TO NOBODY
  6. on the other side if they unban him vorfin,ovenus,blablabla they will ask for a second chance too :D
  7. maybe hi's mind
  8. kk
  9. ok lock it i found :D
  10. godpower was good member and a good dev ! maybe i am angry with him but i think he deserve a second chance :D
  11. if you take second chance that means that all the other who flame before 2 days will get
  12. i dont :D
  13. oh ye! thnx i run it as administrator and works :D thnx you so much :D
  14. ok i will try the server to find out if archid pack is good :D
  15. do you have items on faction or only on pvp?
  16. welcome dude
  17. buy a domain and download templates from this forum! the domain .com cost 8euro here tophost.gr
  18. 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);
  19. pes mas poio einai to provlima sou gia na se voithisoume
  20. region prokali lag! genika vgale olo to community
  21. y dn exeis vali sosti ip sto server.properties i exeis lathos kodiko sto root
  22. wreos!tha prospathisw ston zeus
  23. it dont works on windows 7 64bit
  24. gl with your server
  25. make this or resize them
×
×
  • 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