Jump to content

DarkCore

Members
  • Posts

    260
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by DarkCore

  1. 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

  2. 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.

  3. 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;

  4. 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;
    

×
×
  • Create New...