[Release] Full AL 3.9 Source! (100% FREE!)

Page 37 of 46 FirstFirst ... 272930313233343536373839404142434445 ... LastLast
Results 541 to 555 of 690
  1. #541
    Apprentice Aika73 is offline
    MemberRank
    Aug 2011 Join Date
    ItalyLocation
    24Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Thank you I fixed it! Thanks god I didn't have to re-download everything xD

    I've downloaded the bin32 found in this thread,put noip also in this thread,put to "true" autologin and autocreate :)

  2. #542
    Enthusiast cookiehoar is offline
    MemberRank
    Jul 2013 Join Date
    32Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by Aika73 View Post
    Thank you I fixed it! Thanks god I didn't have to re-download everything xD

    I've downloaded the bin32 found in this thread,put noip also in this thread,put to "true" autologin and autocreate :)
    Glad could help. Ask away if need anymore help. o3o

  3. #543
    Member killerzone is offline
    MemberRank
    Mar 2008 Join Date
    76Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    hello need some help thuis erros

    2013-07-20 07:09:42,988 WARN [pool-3-thread-2] com.aionemu.commons.database.DB [DB.java:321] Failed to execute IU query com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'done_count1' in 'field list'
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'done_count1' in 'field list'
    at sun.reflect.GeneratedConstructorAccessor371.newInstance(Unknown Source) ~[na:na]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[na:1.6.0_45]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.6.0_45]
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) ~[mysql-connector-java-5.1.18.jar:na]
    at com.mysql.jdbc.Util.getInstance(Util.java:386) ~[mysql-connector-java-5.1.18.jar:na]
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[mysql-connector-java-5.1.18.jar:na]
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) ~[mysql-connector-java-5.1.18.jar:na]
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) ~[mysql-connector-java-5.1.18.jar:na]
    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002) ~[mysql-connector-java-5.1.18.jar:na]
    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2163) ~[mysql-connector-java-5.1.18.jar:na]
    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2624) ~[mysql-connector-java-5.1.18.jar:na]
    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2127) ~[mysql-connector-java-5.1.18.jar:na]
    at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1362) ~[mysql-connector-java-5.1.18.jar:na]
    at com.jolbox.bonecp.PreparedStatementHandle.execute(PreparedStatementHandle.java:138) ~[bonecp-0.7.1.RELEASE.jar:0.7.1.RELEASE]
    at mysql5.MySQL5LegionDAO$2.handleInsertUpdate(MySQL5LegionDAO.java from JavaSourceFromFile:153) ~[na:na]
    at com.aionemu.commons.database.DB.insertUpdate(DB.java:314) [al-commons-1.3.jar:na]
    at com.aionemu.commons.database.DB.insertUpdate(DB.java:293) [al-commons-1.3.jar:na]
    at mysql5.MySQL5LegionDAO.storeLegion(MySQL5LegionDAO.java from JavaSourceFromFile:120) [na:na]
    at com.aionemu.gameserver.services.LegionService.storeLegion(LegionService.java:145) [NG-Game.jar:na]
    at com.aionemu.gameserver.services.LegionService.storeLegion(LegionService.java:157) [NG-Game.jar:na]
    at com.aionemu.gameserver.services.LegionService.onLogout(LegionService.java:1495) [NG-Game.jar:na]
    at com.aionemu.gameserver.services.player.PlayerLeaveWorldService.startLeaveWorld(PlayerLeaveWorldService.java:159) [NG-Game.jar:na]
    at com.aionemu.gameserver.services.player.PlayerLeaveWorldService$1.run(PlayerLeaveWorldService.java:84) [NG-Game.jar:na]
    at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:46) [al-commons-1.3.jar:na]
    at com.aionemu.commons.utils.concurrent.RunnableWrapper.run(RunnableWrapper.java:38) [al-commons-1.3.jar:na]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [na:1.6.0_45]
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) [na:1.6.0_45]
    at java.util.concurrent.FutureTask.run(Unknown Source) [na:1.6.0_45]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source) [na:1.6.0_45]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [na:1.6.0_45]
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) [na:1.6.0_45]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.6.0_45]

  4. #544
    Apprentice sayachan is offline
    MemberRank
    Feb 2013 Join Date
    10Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Hello guys I have a trouble in database

    here is the error

    [Err] 1067 - Invalid default value for 'level_up_date'
    [Err] CREATE TABLE `towns` (
    `id` INT(11) NOT NULL,
    `level` INT(11) NOT NULL DEFAULT '1',
    `points` INT(10) NOT NULL DEFAULT '0',
    `race` ENUM('ELYOS','ASMODIANS') NOT NULL,
    `level_up_date` TIMESTAMP NOT NULL DEFAULT '1970-01-01 07:00:01',
    PRIMARY KEY (`id`)
    )
    COLLATE='utf8_general_ci'
    ENGINE=InnoDB;
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

  5. #545
    Let It Ride Mantios is offline
    MemberRank
    Nov 2007 Join Date
    TexasLocation
    310Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Good Yob At all

    Databese missing ......
    Last edited by Mantios; 21-07-13 at 12:28 AM.

  6. #546
    Apprentice aionpower is offline
    MemberRank
    Jul 2013 Join Date
    Kyev, UkraineLocation
    6Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    So it can not be edited npc_drop.dat silt ilk can someone that knows how to tell me how to rewrite the engine to read an XML file ?


    There is someone that is not greedy packer-unpacker date

  7. #547
    Valued Member charnolds is offline
    MemberRank
    May 2008 Join Date
    Camaná, PeruLocation
    121Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    spawn event code red part 1

    Code:
    <event name="Code Red" start="2013-06-05T00:00:00+00:00" end="2013-06-26T00:00:00+00:00">
    			<spawns>
    				<!-- Sanctum -->
    				<spawn_map map_id="110010000">
    					<!-- Casre -->
    					<spawn npc_id="831433" respawn_time="295">
    						<spot x="1438.7" y="1494.5" z="573.0" h="21"/>
    					</spawn>
    					<!-- Rella -->
    					<spawn npc_id="831434" respawn_time="295">
    						<spot x="1440.2" y="1493.8" z="573.0" h="20"/>
    					</spawn>
    					<!-- Dalloren -->
    					<spawn npc_id="831437" respawn_time="295">
    						<spot x="1438.3" y="1496.2" z="573.0" h="23"/>
    					</spawn>
    					<!-- Nellina -->
    					<spawn npc_id="831438" respawn_time="295">
    						<spot x="1441.8" y="1494.5" z="573.0" h="21"/>
    					</spawn>
    					<!-- Medical Tent -->
    					<spawn npc_id="831445" respawn_time="295">
    						<spot x="1437.7" y="1490.5" z="573.0" h="21"/>
    					</spawn>
    					<!-- Medical Supplies -->
    					<spawn npc_id="831447" respawn_time="295">
    						<spot x="1434.8" y="1495.4" z="573.0" h="81"/>
    					</spawn>
    				</spawn_map>
    				<!-- Pandaemonium -->
    				<spawn_map map_id="120010000">
    					<!-- Yukita -->
    					<spawn npc_id="831440" respawn_time="295">
    						<spot x="1340.3" y="1417.0" z="208.0" h="65"/>
    					</spawn>
    					<!-- Largos -->
    					<spawn npc_id="831439" respawn_time="295">
    						<spot x="1340.2" y="1415.7" z="208.0" h="61"/>
    					</spawn>
    					<!-- Mazka -->
    					<spawn npc_id="831443" respawn_time="295">
    						<spot x="1338.3" y="1418.3" z="208.1" h="58"/>
    					</spawn>
    					<!-- Komara -->
    					<spawn npc_id="831444" respawn_time="295">
    						<spot x="1338.1" y="1415.2" z="208.0" h="61"/>
    					</spawn>
    					<!-- Medical Tent -->
    					<spawn npc_id="831446" respawn_time="295">
    						<spot x="1343.1" y="1416.2" z="208.1" h="58"/>
    					</spawn>
    					<!-- Medical Supplies -->
    					<spawn npc_id="831448" respawn_time="295">
    						<spot x="1341.8" y="1420.8" z="208.1" h="79"/>
    					</spawn>
    				</spawn_map>
    			</spawns>
    		</event>

  8. #548
    Member bossss201 is offline
    MemberRank
    Jun 2013 Join Date
    Almazora, SpainLocation
    62Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    tx its worck for my jajajaj

  9. #549
    Account Upgraded | Title Enabled! vitala is offline
    MemberRank
    Nov 2005 Join Date
    UkraineLocation
    214Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Hello people (sorry for my english).

    Siege - kill lord , but legion_id not add in siege_locations. Siege Service not see legion_id

    In siege.log see

    2013-07-23 03:10:22,142 [SIEGE] > [FORTRESS:1141] [RACE: ELYOS] [LEGION :0] Legion Reward not sending because fortress was captured(siege boss killed).
    2013-07-23 03:10:22,142 [SIEGE] > [FORTRESS:1141] [RACE: ELYOS] [LEGION :0] Legion Reward not sending because fortress not owned by any legion.

    [LEGION :0] ? !


    In legion DB all right. (legion id != 0 ...)

    What problem ?

    Use 3.7 and 3.9 client not help (not problem in packet(network)

  10. #550
    Apprentice sayachan is offline
    MemberRank
    Feb 2013 Join Date
    10Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by bossss201 View Post
    heare all trophy Screenshot by Lightshot end tx to help my ay go to check it

    not worck Screenshot by Lightshot yes cant fly only to zone fly
    How do you acquire house

  11. #551
    Member bossss201 is offline
    MemberRank
    Jun 2013 Join Date
    Almazora, SpainLocation
    62Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    u must implant all house

  12. #552
    Enthusiast cookiehoar is offline
    MemberRank
    Jul 2013 Join Date
    32Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by sayachan View Post
    How do you acquire house
    From page 12, originally posted by buzz2289, modified by me:

    1) Download file: http://forum.ragezone.com/attachment...3-9-houses.zip
    2) Execute file inside gameserver (al_server_gs).
    3) To get a house go in the door you will get a number like: 10002
    Then target yourself and type: //house acquire HOUSE_10002 Boom you got it

  13. #553
    Enthusiast naniak is offline
    MemberRank
    Jul 2009 Join Date
    Sky IslandLocation
    37Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by charnolds View Post
    spawn event code red part 1

    Code:
    <event name="Code Red" start="2013-06-05T00:00:00+00:00" end="2013-06-26T00:00:00+00:00">
    			<spawns>
    				<!-- Sanctum -->
    				<spawn_map map_id="110010000">
    					<!-- Casre -->
    					<spawn npc_id="831433" respawn_time="295">
    						<spot x="1438.7" y="1494.5" z="573.0" h="21"/>
    					</spawn>
    					<!-- Rella -->
    					<spawn npc_id="831434" respawn_time="295">
    						<spot x="1440.2" y="1493.8" z="573.0" h="20"/>
    					</spawn>
    					<!-- Dalloren -->
    					<spawn npc_id="831437" respawn_time="295">
    						<spot x="1438.3" y="1496.2" z="573.0" h="23"/>
    					</spawn>
    					<!-- Nellina -->
    					<spawn npc_id="831438" respawn_time="295">
    						<spot x="1441.8" y="1494.5" z="573.0" h="21"/>
    					</spawn>
    					<!-- Medical Tent -->
    					<spawn npc_id="831445" respawn_time="295">
    						<spot x="1437.7" y="1490.5" z="573.0" h="21"/>
    					</spawn>
    					<!-- Medical Supplies -->
    					<spawn npc_id="831447" respawn_time="295">
    						<spot x="1434.8" y="1495.4" z="573.0" h="81"/>
    					</spawn>
    				</spawn_map>
    				<!-- Pandaemonium -->
    				<spawn_map map_id="120010000">
    					<!-- Yukita -->
    					<spawn npc_id="831440" respawn_time="295">
    						<spot x="1340.3" y="1417.0" z="208.0" h="65"/>
    					</spawn>
    					<!-- Largos -->
    					<spawn npc_id="831439" respawn_time="295">
    						<spot x="1340.2" y="1415.7" z="208.0" h="61"/>
    					</spawn>
    					<!-- Mazka -->
    					<spawn npc_id="831443" respawn_time="295">
    						<spot x="1338.3" y="1418.3" z="208.1" h="58"/>
    					</spawn>
    					<!-- Komara -->
    					<spawn npc_id="831444" respawn_time="295">
    						<spot x="1338.1" y="1415.2" z="208.0" h="61"/>
    					</spawn>
    					<!-- Medical Tent -->
    					<spawn npc_id="831446" respawn_time="295">
    						<spot x="1343.1" y="1416.2" z="208.1" h="58"/>
    					</spawn>
    					<!-- Medical Supplies -->
    					<spawn npc_id="831448" respawn_time="295">
    						<spot x="1341.8" y="1420.8" z="208.1" h="79"/>
    					</spawn>
    				</spawn_map>
    			</spawns>
    		</event>
    thx :), but where is part 2?

  14. #554
    Apprentice huswif is offline
    MemberRank
    Jul 2013 Join Date
    Irkutsk, RussiaLocation
    6Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Good day everyone!
    I repeatedly confront the following error. Someone could help to solve it? Thanks in advance.

    Starting Aion Lightning Game Server in DEVELOPMENT mode.
    Error occurred during initialization of VM
    java.lang.ExceptionInInitializerError
    at java.lang.System.initializeSystemClass(System.java:1143)
    Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Class j
    ava.util.concurrent.atomic.AtomicReferenceFieldUpdater can not access a member o
    f class java.io.BufferedInputStream with modifiers "volatile"
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
    ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:205)
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
    omicReferenceFieldUpdater.java:69)
    at java.io.BufferedInputStream.<clinit>(BufferedInputStream.java:69)
    at java.lang.System.initializeSystemClass(System.java:1143)
    Caused by: java.lang.IllegalAccessException: Class java.util.concurrent.atomic.A
    tomicReferenceFieldUpdater can not access a member of class java.io.BufferedInpu
    tStream with modifiers "volatile"
    at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:105)
    at sun.reflect.misc.ReflectUtil.ensureMemberAccess(ReflectUtil.java:78)
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
    ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:193)
    at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
    omicReferenceFieldUpdater.java:69)
    at java.io.BufferedInputStream.<clinit>(BufferedInputStream.java:69)
    at java.lang.System.initializeSystemClass(System.java:1143)
    Game Server has terminated abnormaly!
    Для продолжения нажмите любую клавишу . . .

  15. #555
    Enthusiast cookiehoar is offline
    MemberRank
    Jul 2013 Join Date
    32Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by huswif View Post
    Good day everyone!
    I repeatedly confront the following error. Someone could help to solve it? Thanks in advance.
    Last comment didn't get posted. Anyways, go watch this video and it'll clear your doubts.
    http://forum.ragezone.com/f588/cooki...g-aion-945068/



Advertisement