Jump to content

IMac

Members
  • Posts

    58
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by IMac

  1. Hello , Gyes  I Need aCis Project Last Rev , With Many Customs . Events :  TvT , CTF , DM , HS.  Custom PvP PK Color System , PvP Kills With Hero Shine , Custom Spawn , Custom Title , SkillsChekOn Enter , Custom Servr Name ,  Balance Class ,  CFG , Donator System ,  GM Audit System ,  Custom LvL System

    # ---------------------------------------------------------------------------
    # Name and Title Settings
    # ---------------------------------------------------------------------------
    
    # Default name color?
    # Default: FFFFFF - White
    DefaultNameColor = 00CCFF
    
    # Default title color?
    # Default: FFFF77 - Half Blue
    DefaultTitleColor = 00CCFF

      << This , Clan Leader Name Colour .  Costum Castle Siege  Evry Week ,.  Announce PvP Pk Kill ,  PvP Reward ,  Use Chat Filter System  , And Special COmmand ,  .rbzone  <<<            Who Can Create aCis project With This Customs Last rev Please , And PM Me I Need Verry Much

  2. Hello Gyes i have Question , I use Indev Pack Really Nice Pack And i dont found Enchant Chance Config Please Help Me How Configure Enchant Chance Config other Wey 

    # ---------------------------------------------------------------------------
    # Enchant Settings - InDev Team
    # ---------------------------------------------------------------------------
    
    # This controls the chance an item has to break if it is enchanted.
    # Default: 50
    EnchantChanceElement = 50
    
    # This is the enchant limit, if set to 0, there will be no limit.
    # Example: If this is set to 10, the maximum enchant will be 10.
    # Default: 0, 0, 0
    EnchantMaxWeapon = 20
    EnchantMaxArmor = 16
    EnchantMaxJewelry = 16
    
    # This is the maximum safe enchant.
    # Notes:
    #	If EnchantSafeMax is set to for 8 the item will be safely enchanted to 8 regardless of the max enchant value set above.
    #	EnchantSafeMaxFull is for full body armor (upper and lower).
    #	These values should always be greater than 0.
    # Default: 3, 4
    EnchantSafeMax = 3
    EnchantSafeMaxFull = 20
    
    # Allow enchant hero weapons?
    # Default: False
    AllowEnchantHeroWeapons = False
    
    
    # ---------------------------------------------------------------------------
    # Augmenting
    # ---------------------------------------------------------------------------
    # These control the chance to get a skill in the augmentation process.
    # Default: 15, 30, 45, 60
    AugmentationNGSkillChance = 15
    AugmentationMidSkillChance = 30
    AugmentationHighSkillChance = 45
    AugmentationTopSkillChance = 60
    # Accessory augmentation skills currently disabled.
    # Default: 0
    AugmentationAccSkillChance = 0
    
    # This controls the chance to get a base stat modifier in the augmentation process.
    # Notes:
    #	This has no dependancy on the grade of Life Stone.
    # Default: 1
    AugmentationBaseStatChance = 1
    
    # These control the chance to get a glow effect in the augmentation process.
    # Notes:
    #	No/Mid Grade Life Stone can not have glow effect if you do not get a skill or base stat modifier.
    # Default: 0, 40, 70, 100
    AugmentationNGGlowChance = 0
    AugmentationMidGlowChance = 40
    AugmentationHighGlowChance = 70
    AugmentationTopGlowChance = 100
    
    # List of non-Augmentable items, currently contains only Grand Boss jewels
    # Shadow, common, time-limited, hero, pvp, wear items are hardcoded, as well as all etcitems.
    # Rods can't be augmented too.
    # Default: 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314
    AugmentationBlackList = 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314
    
    # List of non-Enchant items
    # 7816-7831 - travelers weapons
    # 13034-13036;13042-13044;13052-13054 - Pailakas weapons
    EnchantBlackList = 7816-7831;13034-13036;13042-13044;13052-13054

    << This Is Enchant.cfg And i dont found in chance properties

    Sorry my bad english

  3. Please Help Gyes I Need Fixed This Problem sorry my  english

             #     #####          ##### ##### ##### ##### ##### ##    #
             #         #          #     #   # #   #     # #     # #   #
             #      ###    ####   ###   #   # #   #   #   ###   #  #  #
             #     #              #     ###   #   # #     #     #   # #
             ##### #####          #     #  ## ##### ##### ##### #    ##
    
                                Copyright 2010-2011
    Loaded 31 classes Damages configurations
    Loaded 26 Filter Words.
    ==================================================================-[ Database ]
    MLog clients using java 1.4+ standard logging.
    Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ java.beans
    .IntrospectionException: java.lang.reflect.InvocationTargetException [numThreads
    AwaitingCheckoutDefaultUser] ]
    Exception in thread "main" java.sql.SQLException: Access denied for user 'root'@
    'localhost' (using password: YES)
            at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:934)
            at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4104)
            at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1299)
            at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
            at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2
    371)
            at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
            at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
            at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
            at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
            at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
    :305)
            at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManag
    erDataSource.java:119)
            at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti
    on(WrapperConnectionPoolDataSource.java:143)
            at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnecti
    on(WrapperConnectionPoolDataSource.java:132)
            at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.initializeAu
    tomaticTestTable(C3P0PooledConnectionPoolManager.java:772)
            at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.createPooled
    ConnectionPool(C3P0PooledConnectionPoolManager.java:696)
            at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
    PooledConnectionPoolManager.java:257)
            at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0
    PooledConnectionPoolManager.java:271)
            at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(A
    bstractPoolBackedDataSource.java:128)
            at com.l2jfrozen.util.database.L2DatabaseFactory_c3p0.<init>(L2DatabaseF
    actory_c3p0.java:88)
            at com.l2jfrozen.util.database.L2DatabaseFactory.getInstance(L2DatabaseF
    actory.java:53)
            at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:180)
    
    Server terminated abnormaly
    Send you bug to : http://www.l2jfrozen.com
    
    
    server terminated
    Send you bug to : http://www.l2jfrozen.com
    
    Restart(r) or Quit(q)
    
    
    

  4. Build: 3.7.0

    Chronicle: Interlude

    Basis: l2jcore

    Tracklist: rghost

     

    Fix:

    1. Fix character jumps while running-attack

    2. Fix-run attacks in Lukary (there was a problem - Persian attacks and hits running back, if the attack has not yet passed a lukr or mage did not want to continue running)

    3. Added kansel Zone

    4. In XC sources removed cholesterol buff (need to modify-set which source which removes buffs)

    5. Added Town War

    6. Added Mob TownWar (mob attack on the city, needs work)

    7. Minor improvements nucleus

     

    Login - http://rghost.ru/5292161

    Server - http://rghost.ru/5292143

  5. Hello ALl Please Help Me Enterworld error :( I Have jdk last version but nor resolve problem :(

    Admin Login at 12:14. Beetel logs in game with AccessLevel 1.
    Client: [Character: Beetel - Account: admin - IP: 192.168.1.33] - Failed reading
    : [C] 03 EnterWorld ; C:\Program Files\Java\jre6\bin\awt.dll: Access is denied
    java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre6\bin\awt.dll: Access i
    s denied
           at java.lang.ClassLoader$NativeLibrary.load(Native Method)
           at java.lang.ClassLoader.loadLibrary0(Unknown Source)
           at java.lang.ClassLoader.loadLibrary(Unknown Source)
           at java.lang.Runtime.loadLibrary0(Unknown Source)
           at java.lang.System.loadLibrary(Unknown Source)
           at sun.security.action.LoadLibraryAction.run(Unknown Source)
           at java.security.AccessController.doPrivileged(Native Method)
           at java.awt.Toolkit.loadLibraries(Unknown Source)
           at java.awt.Toolkit.<clinit>(Unknown Source)
           at java.awt.Rectangle.<clinit>(Unknown Source)
           at java.awt.Polygon.calculateBounds(Unknown Source)
           at java.awt.Polygon.getBoundingBox(Unknown Source)
           at java.awt.Polygon.contains(Unknown Source)
           at com.l2jfrozen.gameserver.managers.DimensionalRiftManager$DimensionalR
    iftRoom.checkIfInZone(DimensionalRiftManager.java:500)
           at com.l2jfrozen.gameserver.managers.DimensionalRiftManager.checkIfInRif
    tZone(DimensionalRiftManager.java:303)
           at com.l2jfrozen.gameserver.network.clientpackets.EnterWorld.runImpl(Ent
    erWorld.java:354)
           at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run
    (L2GameClientPacket.java:90)
           at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1
    124)
           at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
    )
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
           at java.lang.Thread.run(Unknown Source)
    
    

     

     

          Server : L2JFrozen Rev 782 Datapack: L2JFrozen Rev 782

  6. Help Me Gyes Please

     [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Blow.java:148: incomparable types: java.lang.Enum<capture#181 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
        [javac] 				boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && (weapon.getItemType() == L2WeaponType.DAGGER ));
        [javac] 				                                                                                                                          ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Pdam.java:134: incomparable types: java.lang.Enum<capture#139 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
        [javac] 			boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);
        [javac] 			                                                                                                                         ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\StrSiegeAssault.java:107: incomparable types: java.lang.Enum<capture#982 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
        [javac] 				boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);
        [javac] 				                                                                                                                         ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:169: incomparable types: java.lang.Enum<capture#695 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
        [javac] 							if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB)
        [javac] 							                                                           ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:169: incomparable types: java.lang.Enum<capture#793 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
        [javac] 							if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB)
        [javac] 							                                                                                                                                            ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestDropItem.java:95: incomparable types: java.lang.Enum<capture#328 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
        [javac] 		if(item.getItemType() == L2EtcItemType.QUEST && !(activeChar.isGM() && Config.GM_TRADE_RESTRICTED_ITEMS))
        [javac] 		                      ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestEnchantItem.java:133: incomparable types: java.lang.Enum<capture#852 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
        [javac] 		if(item.getItem().getItemType() == L2WeaponType.ROD || item.isShadowItem())
        [javac] 		                                ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\RequestPackageSend.java:153: incomparable types: java.lang.Enum<capture#822 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
        [javac] 			if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
        [javac] 			                                             ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\clientpackets\SendWareHouseDepositList.java:164: incomparable types: java.lang.Enum<capture#651 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType
        [javac] 			if(warehouse instanceof ClanWarehouse && !item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)
        [javac] 			                                                                                   ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:162: inconvertible types
        [javac] found   : java.lang.Enum<capture#266 of ?>
        [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
        [javac] 		if(_currentItem.type instanceof L2ArmorType)
        [javac] 		               ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:164: inconvertible types
        [javac] found   : java.lang.Enum<capture#273 of ?>
        [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType
        [javac] 			_currentItem.item = new L2Armor((L2ArmorType) _currentItem.type, _currentItem.set);
        [javac] 			                                                          ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:166: inconvertible types
        [javac] found   : java.lang.Enum<capture#379 of ?>
        [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
        [javac] 		else if(_currentItem.type instanceof L2WeaponType)
        [javac] 		                    ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:168: inconvertible types
        [javac] found   : java.lang.Enum<capture#872 of ?>
        [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType
        [javac] 			_currentItem.item = new L2Weapon((L2WeaponType) _currentItem.type, _currentItem.set);
        [javac] 			                                                            ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:170: inconvertible types
        [javac] found   : java.lang.Enum<capture#375 of ?>
        [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
        [javac] 		else if(_currentItem.type instanceof L2EtcItemType)
        [javac] 		                    ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\DocumentItem.java:172: inconvertible types
        [javac] found   : java.lang.Enum<capture#379 of ?>
        [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
        [javac] 			_currentItem.item = new L2EtcItem((L2EtcItemType) _currentItem.type, _currentItem.set);
        [javac] 			                                                              ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\SkillsEngine.java:152: inconvertible types
        [javac] found   : java.lang.Enum<capture#119 of ?>
        [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType
        [javac] 				list.add(new L2EtcItem((L2EtcItemType) item.type, item.set));
        [javac] 				                                           ^
        [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\skills\funcs\FuncEnchant.java:106: incomparable types: java.lang.Enum<capture#760 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType
        [javac] The system is out of resources.
        [javac] Consult the following stack trace for details.
        [javac] java.lang.OutOfMemoryError: Java heap space
        [javac] 	at java.io.BufferedReader.<init>(BufferedReader.java:80)
        [javac] 	at java.io.BufferedReader.<init>(BufferedReader.java:91)
        [javac] 	at org.eclipse.ant.internal.ui.antsupport.logger.RemoteAntBuildLogger.marshalTaskMessage(RemoteAntBuildLogger.java:309)
        [javac] 	at org.eclipse.ant.internal.ui.antsupport.logger.RemoteAntBuildLogger.processEvent(RemoteAntBuildLogger.java:269)
        [javac] 	at org.eclipse.ant.internal.ui.antsupport.logger.RemoteAntBuildLogger.messageLogged(RemoteAntBuildLogger.java:263)
        [javac] 	at org.apache.tools.ant.Project.fireMessageLoggedEvent(Project.java:2200)
        [javac] 	at org.apache.tools.ant.Project.fireMessageLogged(Project.java:2300)
        [javac] 	at org.apache.tools.ant.Project.log(Project.java:455)
        [javac] 	at org.apache.tools.ant.Task.log(Task.java:294)
        [javac] 	at org.apache.tools.ant.Task.handleErrorOutput(Task.java:261)
        [javac] 	at org.apache.tools.ant.UnknownElement.handleErrorOutput(UnknownElement.java:255)
        [javac] 	at org.apache.tools.ant.Project.demuxOutput(Project.java:1208)
        [javac] 	at org.apache.tools.ant.DemuxOutputStream.processBuffer(DemuxOutputStream.java:172)
        [javac] 	at org.apache.tools.ant.DemuxOutputStream.write(DemuxOutputStream.java:147)
        [javac] 	at org.apache.tools.ant.DemuxOutputStream.write(DemuxOutputStream.java:241)
        [javac] 	at java.io.PrintStream.write(PrintStream.java:430)
        [javac] 	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)
        [javac] 	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)
        [javac] 	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276)
        [javac] 	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122)
        [javac] 	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212)
        [javac] 	at java.io.BufferedWriter.flush(BufferedWriter.java:236)
        [javac] 	at java.io.PrintWriter.newLine(PrintWriter.java:438)
        [javac] 	at java.io.PrintWriter.println(PrintWriter.java:585)
        [javac] 	at java.io.PrintWriter.println(PrintWriter.java:696)
        [javac] 	at com.sun.tools.javac.util.Log.printLines(Log.java:375)
        [javac] 	at com.sun.tools.javac.util.Log.writeDiagnostic(Log.java:546)
        [javac] 	at com.sun.tools.javac.util.Log.report(Log.java:523)
        [javac] 	at com.sun.tools.javac.util.Log.error(Log.java:394)
        [javac] 	at com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:1661)
        [javac] 	at com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1422)
        [javac] 	at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360)
    
    BUILD FAILED
    C:\workspace\L2jFrozen_GameServer\build.xml:64: Compile failed; see the compiler error output for details.
    
    Total time: 2 minutes 33 seconds
    

  7. [iNFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [iNFO] ------------------------------------------------------------------------
    [iNFO] Failed to resolve artifact.
    
    Missing:
    ----------
    1) aionj-hungary:game:jar:0.1
    
      Try downloading the file manually from the project website.
    
      Then, install it using the command:
          mvn install:install-file -DgroupId=aionj-hungary -DartifactId=game -Dversi
    on=0.1 -Dpackaging=jar -Dfile=/path/to/file
    
      Alternatively, if you host your own repository you can deploy the file there:
    
          mvn deploy:deploy-file -DgroupId=aionj-hungary -DartifactId=game -Dversion
    =0.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
    
      Path to dependency:
            1) aionj-hungary:datapack:jar:0.1
            2) aionj-hungary:game:jar:0.1
    
    ----------
    1 required artifact is missing.
    
    for artifact:
      aionj-hungary:datapack:jar:0.1
    
    from the specified remote repositories:
      central repo2 (http://download.java.net/maven/2/),
      central repo3 (http://repo2.maven.org/maven2/),
      central (http://repo1.maven.org/maven2),
      central repo1 (http://download.java.net/maven/1/),
      central aionj-hungary (http://aionj-hungary.googlecode.com/svn/repo/)
    
    
    
    [iNFO] ------------------------------------------------------------------------
    [iNFO] For more information, run Maven with the -e switch
    [iNFO] ------------------------------------------------------------------------
    [iNFO] Total time: 1 minute 22 seconds
    [iNFO] Finished at: Mon May 09 14:17:08 BST 2011
    [iNFO] Final Memory: 10M/18M
    [iNFO] ------------------------------------------------------------------------
    C:\Aion J Hungray Rev 593\DataPack>

    Help Me Gyes Please !

  8. Hello Gyes Anyone Can Help Me ? 

     

    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    
    D:\workspace\trunk\GameServer>
    D:\workspace\trunk\GameServer>buildall
    The path of the LoginServer project is ..\LoginServer
    The path of the GameServer project is ..\GameServer
    The path of the Commons project is ..\Commons
    The path of the ChatServer project is ..\ChatServer
    The path of the DataPack project is ..\DataPack
    ECHO is off.
    Clean Process [DataPack\GameServer\LoginServer\ChatServer]:
    ECHO is off.
    Moving to folder (..\DataPack)
    'mvn' is not recognized as an internal or external command,
    operable program or batch file.
    Moving to folder (..\GameServer)
    'mvn' is not recognized as an internal or external command,
    operable program or batch file.
    Moving to folder (..\LoginServer)
    'mvn' is not recognized as an internal or external command,
    operable program or batch file.
    Moving to folder (..\ChatServer)
    'mvn' is not recognized as an internal or external command,
    operable program or batch file.
    ECHO is off.
    Compile Process [Commons\GameServer\DataPack\LoginServer\ChatS
    ECHO is off.
    Moving to folder (..\Commons)
    'mvn' is not recognized as an internal or external command,
    operable program or batch file.
    Moving to folder (..\GameServer)
    'mvn' is not recognized as an internal or external command,
    operable program or batch file.

     

    Please Help Me :(

×
×
  • Create New...