Jump to content

Jeremy_

Members
  • Posts

    257
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Jeremy_

  1. Hello FG.

    I Have a Problem....

    When i compile Without Error.

    i go to.

    C:\Users\USER\workspace\Dc_gameserver\build

    and i cant find the .RAR File.

    can someone tell me WTF Happening ? :@

    P.S Is not my first time to compile

    i have do it up to 10-15 times and first time i have this problem.

    ---------------------------------------------------------------------------------------------------------------

    Buildfile: C:\Users\USER\workspace\Dc_gameserver\build.xml

    clean:

      [delete] Deleting directory C:\Users\USER\workspace\Dc_gameserver\build

    checkRequirements:

        [echo] Verification of your JDK version.

    version:

        [echo] Dc gameserver revision: 65M

    init:

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\classes

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\login

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver

    compile:

        [javac] Compiling 1304 source files to C:\Users\USER\workspace\Dc_gameserver\build\classes

    jar:

          [jar] Building jar: C:\Users\USER\workspace\Dc_gameserver\build\l2jserver.jar

        [copy] Copying 1 file to C:\Users\USER\workspace\Dc_gameserver\build\dist\login\libs

        [copy] Copying 1 file to C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\libs

    dist:

        [copy] Copying 4 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\login\libs

        [copy] Copying 10 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\libs

        [copy] Copying 7 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\login

        [copy] Copying 3 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\log

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\login\log

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\config

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\login\config

        [copy] Copying 9 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\config

        [copy] Copying 4 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\login\config

        [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\data

    BUILD SUCCESSFUL

    Total time: 27 seconds

  2. ### Eclipse Workspace Patch 1.0
    #P L2jFrozen_GameServer
    Index: head-src/com/l2jfrozen/gameserver/GameServer.java
    ===================================================================
    --- head-src/com/l2jfrozen/gameserver/GameServer.java	(revision 986)
    +++ head-src/com/l2jfrozen/gameserver/GameServer.java	(working copy)
    @@ -116,6 +116,7 @@
    import com.l2jfrozen.gameserver.model.L2World;
    import com.l2jfrozen.gameserver.model.PartyMatchRoomList;
    import com.l2jfrozen.gameserver.model.PartyMatchWaitingList;
    +import com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance;
    import com.l2jfrozen.gameserver.model.entity.Announcements;
    import com.l2jfrozen.gameserver.model.entity.Hero;
    import com.l2jfrozen.gameserver.model.entity.MonsterRace;
    @@ -244,6 +245,41 @@
    		ExperienceData.getInstance();
    		DuelManager.getInstance();
    
    +		ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(new Runnable() {
    +
    +			@Override
    +			public void run()
    +			{
    +				
    +				for (L2PcInstance player:L2World.getInstance().getAllPlayers()) {
    +					
    +					if (player.isDonator()) {
    +						
    +						if (player.whichColor == 1) {
    +							player.getAppearance().setNameColor(Integer.decode("0xFF0000"));
    +							player.whichColor++;
    +							break;
    +						}else if (player.whichColor == 2) {
    +							player.getAppearance().setNameColor(Integer.decode("0x0000FF"));
    +							player.whichColor++;
    +							break;
    +						}else if (player.whichColor == 3) {
    +							player.getAppearance().setNameColor(Integer.decode("0x00FF00"));
    +							player.whichColor = 1;
    +							break;
    +						}
    +						
    +					}
    +					
    +				}
    +				
    +				
    +			}
    +			
    +			
    +			
    +		}, 10000, 1000);
    +		
    		if (Config.ENABLE_CLASS_DAMAGES)
    			ClassDamageManager.loadConfig();
    
    Index: head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java
    ===================================================================
    --- head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java	(revision 986)
    +++ head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java	(working copy)
    @@ -294,6 +294,8 @@
    	/** The _last teleport action. */
    	private long _lastTeleportAction = 0;
    
    +	public int whichColor = 1;
    +	
    	/**
    	 * Gets the actual status.
    	 *
    

    i found this... can someone tell me if is this?

  3. A change which opens the conversation multisell to change the variable VAL.

    =================aCis=================

    In SOURCE_CODE\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance

    And add in DB the type NPC "L2CNOM".

    http://rghost.ru/42441972

    =================End=================

     

    ===============L2jFrozen===============

    http://rghost.ru/42423314

    And add in DB the type NPC "L2Test".

    ===============End===============

    aCis

    Dead Link!

  4. Hello Mxc

    If someone can do it, really i will appreciate it. When i will give to someone VIP / DONATOR member, his name will change color automatically to "blue". Then every 1 second his color name will change to other color, like "red" and after 1 second to "green". I mean. When i will give on this character VIP member his name will change to red color, after one second to blue and after one second to green. Then again from begin. So every 1 second his name will change colors. Thank you a lot.

×
×
  • Create New...