Jump to content

DarkCore

Members
  • Posts

    260
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DarkCore

  1. e107 - TVS system. http://e107.org/news.php
  2. Selling this design Price: Design: 20 Euro Theme for e107: 40 Euro Skype: dark.core MSN: l2-carnage@hotmail.com
  3. U were playing in old carnage. This one is more balanced.
  4. 2shared.com: http://www.2shared.com/file/AG7Hu8lf/system.html
  5. www.l2-carnage.tk System: http://www.2shared.com/file/AG7Hu8lf/system.html Server has just started!!! Information Rates # EXP: 5000x. # SP: 5000x. # Adena: 5000x. Enchant # Max: +16 # Safe: +4 # Chanse: 70% # Blessed: 78% Olympiad # Start: 18:00 # End: 22:00 # Heroes every sunday after olympiad. Other # TVT Event every 3 ahours. # Chronicle - Interlude # No CUSTOM items. # Shop (All Grades) # Buffer (All buffs) # Pet Buffer. # Class Changer. # Custom Gatekeeper # Custom Zonoes # 100% working geodata. # 100% working CS/CH # 100% working olympiad # No Sub-Class quest # No Nobless quest Hardware: # 2x Intel Xeon-Harpertown 5430-Quadcore 2.66 GHz # 4 GB DDR2 RAM # dedicated 1000Mbit full duplex port # 4x 15k RPM SCSI
  6. High rates Interlude server with massive PVP's. Web: www.L2-Carnage.tk Video: Information Rates # EXP: 5000x. # SP: 5000x. # Adena: 5000x. Enchant # Max: +16 # Safe: +4 # Chanse: 70% # Blessed: 78% Olympiad # Start: 18:00 # End: 22:00 # Heroes every sunday after olympiad. Other # PVP/PK Nick Color system. # Custom CTF Event. # Chronicle - Interlude # NoCUSTOM items. # Shop (All Grades) # Buffer (All buffs) # Scheme Buffer. # Class Changer. # Custom Gatekeeper # Custom Zonoes # 100% working geodata. # 100% working CS/CH # 100% working olympiad # No Sub-Class quest # No Nobless quest Hardware: # 2x Intel Xeon-Harpertown 5430-Quadcore 2.66 GHz # 4 GB DDR2 RAM # dedicated 1000Mbit full duplex port # 4x 15k RPM SCSI Raid Boss: # Lilith Drop: 1-2 Valakas Necklases, 700-1000 Coins, 700-1000 Festival Adena, 2-4 Book of Giants. # Anakim Drop: 1-2 Antharas Earrings, 700-1000 Coins, 700-1000 Festival Adena, 2-4 Book of Giants. # Golkonda Drop: 1-2 Zaken Earrings, 500-700 Coins, 500-700 Festival Adena, 1-3 Book of Giants. # Galaxia Drop: 1-2 Orfen Earrings, 500-700 Coins, 500-700 Festival Adena, 1-3 Book of Giants. # Shuriel Drop: 1-2 Core Rings, 500-700 Coins, 500-700 Festival Adena, 1-3 Book of Giants. # Ashakiel Drop: 1-2 Baium Rings, 500-700 Coins, 500-700 Festival Adena, 1-3 Book of Giants. # Glaki Drop: 1-2 Ant Queen Rings, 500-700 Coins, 500-700 Festival Adena, 1-3 Book of Giants.
  7. It's very hard for me to do that :(
  8. It's impossible to apply that patch automatically?
  9. Can you tell me, what should i do with this: Index: C:/workspace/L2_GameServer/java/net/sf/l2j/gameservermodel/L2Character.java =================================================================== if (!isTeleporting()) { setIsPendingRevive(false); + if ((this instanceof L2PcInstance) && (((L2PcInstance) this).isdemon() && Config.RELIGION_SYSTEM_ENABLE)) + { + teleToLocation(73056, 142127, -3798); + } else + { + if ((this instanceof L2PcInstance) && (((L2PcInstance) this).isangel() && Config.RELIGION_SYSTEM_ENABLE)) + { + teleToLocation(72954, 143363, -3798); + } + } setIsDead(false); boolean restorefull = false;
  10. But how to know, where to put exactly ? Cuz it's only gives the lines in .diff file. Index: C:/workspace/L2_GameServer/java/net/sf/l2j/gameservermodel/L2Character.java =================================================================== if (!isTeleporting()) { setIsPendingRevive(false); if ((this instanceof L2PcInstance) && (((L2PcInstance) this).isdemon() && Config.RELIGION_SYSTEM_ENABLE)) { teleToLocation(73056, 142127, -3798); } else { if ((this instanceof L2PcInstance) && (((L2PcInstance) this).isangel() && Config.RELIGION_SYSTEM_ENABLE)) { teleToLocation(72954, 143363, -3798); } } setIsDead(false); boolean restorefull = false;
  11. I should add all lines manually? in every single file?
  12. Hey all, i want to ask one thing. I want to integrate religion system in my server. But it only gives .diff file. What should i do with it ? Something with eclipse, or what ? Please, help me.
  13. Yes, something like that, but it's just to block ip manually, how to do it automatically?
  14. Someone in this forum told me, that limiting connections per ip, is usefull against DDOS attacks. So i need a little guide.
×
×
  • Create New...