Jump to content

HomoErectus

Members
  • Posts

    60
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Posts posted by HomoErectus

  1. Mpa pali ta idia vgazei :

     

    Buildfile: D:\MavisCreations\workspace\GameServer\L2J_Server\build.xml

    clean:

    checkRequirements:

    getChangelogDateVersion:

     

    BUILD FAILED

    D:\MavisCreations\workspace\GameServer\L2J_Server\build.xml:183: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, ??? ????? ?????? ? ?????? ??? ???????????? ??????? ??? ?? ???????

     

    Total time: 409 milliseconds

  2. Prwta eixa auto to problem!!... --> http://maxcheaters.com/forum/index.php?topic=225084.0;topicseen

     

    Meta apo ena rr sto pc....anoiksa to eclipse kai me vgazei auto!!!! (simeiosa meta red!!) ----->

     

    Buildfile: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build.xml

    clean:

      [delete] Deleting directory D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build

    checkRequirements:

    getChangelogDateVersion:

        [exec] Result: 1

        [exec] Result: 1

    init:

        [mkdir] Created dir: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build

        [mkdir] Created dir: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\classes

    compile:

        [javac] Compiling 1546 source files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\classes

    jar:

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\login\l2jlogin.jar

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\game\l2jserver.jar

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\tools\dbinst_cs.jar

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\tools\dbinst_gs.jar

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\tools\dbinst_ls.jar

    dist:

        [copy] Copying 64 files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist

        [copy] Copying 5 files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\game

        [copy] Copying 17 files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\libs

        [copy] Copying 5 files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\login

          [zip] Building zip: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\L2J_Server.zip

    BUILD SUCCESSFUL

    Total time: 32 seconds

     

     

    Kai panw pou nmza oti douleuh ston server me vgazei ayto kai kati errors alla!!!! ===>>>

     

    wtfcj.png

     

    Ti sto -beep- simvainei!!

  3. Well First i had this error... --> http://maxcheaters.com/forum/index.php?topic=225084.0;topicseen

     

    After rr the pc the eclipse show me this ----->

     

    Buildfile: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build.xml

    clean:

      [delete] Deleting directory D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build

    checkRequirements:

    getChangelogDateVersion:

        [exec] Result: 1

        [exec] Result: 1

    init:

        [mkdir] Created dir: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build

        [mkdir] Created dir: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\classes

    compile:

        [javac] Compiling 1546 source files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\classes

    jar:

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\login\l2jlogin.jar

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\game\l2jserver.jar

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\tools\dbinst_cs.jar

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\tools\dbinst_gs.jar

          [jar] Building jar: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\tools\dbinst_ls.jar

    dist:

        [copy] Copying 64 files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist

        [copy] Copying 5 files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\game

        [copy] Copying 17 files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\libs

        [copy] Copying 5 files to D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\dist\login

          [zip] Building zip: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build\L2J_Server.zip

    BUILD SUCCESSFUL

    Total time: 32 seconds

     

     

    And i though it would work and now i see THIS ===>>>

     

    wtfcj.png

     

    Wtf Is going Guys???

  4. It's about if you are mage , there must send " Cong......Master of Dark Magic " and if you're fighter , there must send " Cong ... Invincible knight of holy "

     

    Can you edit it ?

     

    well my eclipse don't work ://

     

    try it like this

     

           

        if (newChar.isMage())
            	{
    			newChar.setTitle(Config.ADD_CHAR_TITLE_M);
    			newChar.getAppearance().setNameColor(244, 14, 203);
    			newChar.sendMessage("Congratulations , you are born to be Master of Dark Magic \n  !");
            	}
            else
            	{
            		newChar.setTitle(Config.ADD_CHAR_TITLE_F);
            		newChar.getAppearance().setNameColor(26, 135, 205);
            		newChar.sendMessage("Congratulations , you are born to be a Invincible Knight of Holy .   \n !");
            	}

     

     

    cause maybe the "isWearingMagicArmor"  isnt working.. type isMage.. and try it!!!

  5. Hmm what aboy this??

     

    Index: java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java
    ===================================================================
    @@ -19,6 +19,7 @@
    
    import com.l2jserver.Base64;
    import com.l2jserver.Config;
    +import com.l2jserver.L2DatabaseFactory;
    import com.l2jserver.gameserver.Announcements;
    import com.l2jserver.gameserver.GmListTable;
    import com.l2jserver.gameserver.LoginServerThread;
    @@ -477,9 +478,42 @@
    
           TvTEvent.onLogin(activeChar);
    
    +
           if (Config.WELCOME_MESSAGE_ENABLED)
    -         activeChar.sendPacket(new ExShowScreenMessage(Config.WELCOME_MESSAGE_TEXT, Config.WELCOME_MESSAGE_TIME));
    
    +         if (activeChar.getLevel() == 85)
    +         {
    +            activeChar.sendPacket(new ExShowScreenMessage("Welcome Back!", 10000));
    +         }
    +         else
    +            switch(activeChar.getRace()){
    +            
    +            case Human:
    +            activeChar.getAppearance().setNameColor(244, 14, 203);
    +            activeChar.sendMessage("Congratulations , you are born to be Master of Dark Magic \n  !");
    +
    +            case DarkElf:
    +            
    +            activeChar.getAppearance().setNameColor(244, 14, 203);
    +            activeChar.sendMessage("Congratulations , you are born to be Master of Dark Magic \n  !");
    +            break;
    +
    +            case Dwarf:
    +            
    +            activeChar.getAppearance().setNameColor(244, 14, 203);
    +            activeChar.sendMessage("Congratulations , you are born to be Master of Dark Magic \n  !");
    +            break;
    +
    +            case Elf:
    +            
    +            activeChar.getAppearance().setNameColor(244, 14, 203);
    +            activeChar.sendMessage("Congratulations , you are born to be Master of Dark Magic \n  !");
    +            break;
    +
    +            case Kamael:
    +            
    +            activeChar.getAppearance().setNameColor(244, 14, 203);
    +            activeChar.sendMessage("Congratulations , you are born to be Master of Dark Magic \n  !");
    +            break;
    +
    +            case Orc:
    +            
    +            activeChar.getAppearance().setNameColor(244, 14, 203);
    +            activeChar.sendMessage("Congratulations , you are born to be Master of Dark Magic \n  !");
    +            break;
    +
    +            }
           L2ClassMasterInstance.showQuestionMark(activeChar);
           
           int birthday = activeChar.checkBirthDay();

     

    Correct me if i made any Errors!! :) Hope you like it!

  6. Thelw ligo help gt dn me kanei ant to build!!!Lete na ftaiei i L2j giauto??? Na exoun ena prob ta Svn toyS??? ti Ginetai!!

     

    Buildfile: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build.xml

    clean:

    checkRequirements:

    getChangelogDateVersion:

     

    BUILD FAILED

    D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build.xml:183: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, ??? ????? ?????? ? ?????? ??? ???????????? ??????? ??? ?? ???????

     

    Total time: 463 milliseconds

     

    On clean :

    	<target name="clean" description="Remove the output directories">

     

    On Check Requirements :

    	<target name="checkRequirements" description="Check Requirements">

     

    and on GetChangeLogDataVersion :

    	<target name="getChangelogDateVersion" description="Get Changelog, Date, Version">

     

     

  7. I installed from the beggining the eclipse with subclipse and etc...and still get these errors!!

     

     

    Buildfile: D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build.xml

    clean:

    checkRequirements:

    getChangelogDateVersion:

     

    BUILD FAILED

    D:\MavisCreations\Mavis Creation Pack\Trunk_Dp\L2J_Server\build.xml:183: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, ??? ????? ?????? ? ?????? ??? ???????????? ??????? ??? ?? ???????

     

    Total time: 463 milliseconds

     

    On clean :

    	<target name="clean" description="Remove the output directories">

     

    On Check Requirements :

    	<target name="checkRequirements" description="Check Requirements">

     

    and on GetChangeLogDataVersion :

    	<target name="getChangelogDateVersion" description="Get Changelog, Date, Version">

     

    Wtf are thes Problems with eclipse...Maybe the svns of L2jServer SUX?

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