Aion Private Server

Page 50 of 143 FirstFirst ... 40424344454647484950515253545556575860100 ... LastLast
Results 736 to 750 of 2140
  1. #736
    Valued Member Sataniceaden is offline
    MemberRank
    Nov 2007 Join Date
    AustraliaLocation
    130Posts

    Re: Aion Private Server

    Quote Originally Posted by Onishakal View Post
    I know very well, im one off aion-unique helpers, and u is a fcking thief, taking creditis for AU works. grow up kid!!!

    Give the rights to real owners, i cant see any credits for AU in that post.
    And Sataniceaden, my son can compile the server, u only need a brain.
    Onishakal i never said we couldn't compile it i said we cant be bothered compiling
    having a brain has nothing at all with the fact that we cant be stuffed doing it
    as for compiling i do compile my own i mainly come here to grab files if there is an update that i have not been able to code myself and as i am busy riping the client apart to get afk timers and modifying armors to make my own its easy to get pre compiled files inset of having to recompile the files over and over again

    as i work for 12 hrs not including travel time i find it easyer and less time consuming.

  2. #737
    Atlantica dannybest is offline
    MemberRank
    May 2006 Join Date
    RomaniaLocation
    486Posts

    Re: Aion Private Server

    Code:
    
    - ae_gameserver      - updated to 2200
    
    - Some missing spawns added 
    - Poeta quest 
    - Obelisk Fix 
    - Increase drop chance of Corby's Necklace on Flinch mob
    - fixed time appearance of Kunberunerk in Sanctum
    - Removed npc Crios from Eltnen
    - Wailing Moroch time/day fix
    - fixed time appearance of Ragenon Souleater (only day)
    - [Skill engine] basic paralyze effect implemented (cant move/cant attack)
    - Item Remodel
    - Fix for item duplication exploit using forced logout after lock/confirm. Saving of trade operation now occurs immediately (similar to broker).
    - Need complete retest of trading process.
    - Added Azoturan Fortress instance
    - Fixed Azoturan Fortress portal
    - Little Taha portal fix
    - Added Sliver of Darkness
    - Added Aerdina and Sanctum Underground Arena loc.
    - Server-side item cooldowns
    - Added Kysis Chamber, Miren Chamber and Krotan Chamber instances
    - Abyss TP price fix 
    - Some spawn fix 
    - Quest fix for : 
    * A Mountain of Trouble
    * Gigrite's Drakie Problem
    * Killing for Castor 
    * Earning Marana's Respect 
    - retail-like messages for Kisks
    - Improved broker category tree filtering:
    - stigma stones and skill manuals will be separated based on player class
    - added masks for "Consumables - other" category: stigma shards, verteron pepper, power shards, kukuru powder etc.
    - added masks for "Other" category: lepharist crest, krall ration, coins, medals, balaur hearts & scales etc.
    - added class/level restrict data to item templates (will be used for additional filtering in broker)
    - Added Dredgion instance
    - Tahabata portal level fix;)
    

  3. #738
    Enthusiast voltez01 is offline
    MemberRank
    Apr 2010 Join Date
    46Posts

    Re: Aion Private Server

    hi danny thanks for this awesome tut...question about xammp, it comes with mysql and apache...and for what i understand i need it to publicly run my server...my question is can i just use mysql and navicat to run my server since im the only one playing?
    Last edited by voltez01; 26-05-10 at 12:29 PM.

  4. #739
    Valued Member Sataniceaden is offline
    MemberRank
    Nov 2007 Join Date
    AustraliaLocation
    130Posts

    Re: Aion Private Server

    Hi danny thanks for the update however something is broken items no longer save and you cannot load items previously had
    Code:
    [WARN] 2010-05-27 00:15:45 - Error executing select query com.mysql.jdbc.excepti
    ons.jdbc4.MySQLSyntaxErrorException: Unknown column 'isSoulBound' in 'field list
    '
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'isSou
    lBound' in 'field list'
            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:409)
            at com.mysql.jdbc.Util.getInstance(Util.java:384)
            at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
            at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
            at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
            at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
            at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja
    va:2105)
            at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
    2264)
            at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
    gatingPreparedStatement.java:96)
            at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
    gatingPreparedStatement.java:96)
            at com.aionemu.commons.database.DB.select(DB.java:190)
            at com.aionemu.commons.database.DB.select(DB.java:167)
            at mysql5.MySQL5InventoryDAO.loadEquipment(MySQL5InventoryDAO.java from
    JavaSourceFromFile:111)
            at com.aionemu.gameserver.services.AccountService.loadAccount(AccountSer
    vice.java:156)
            at com.aionemu.gameserver.services.AccountService.getAccount(AccountServ
    ice.java:90)
            at com.aionemu.gameserver.network.loginserver.LoginServer.accountAuthent
    icationResponse(LoginServer.java:248)
            at com.aionemu.gameserver.network.loginserver.clientpackets.CM_ACOUNT_AU
    TH_RESPONSE.runImpl(CM_ACOUNT_AUTH_RESPONSE.java:97)
            at com.aionemu.gameserver.network.loginserver.LsClientPacket.run(LsClien
    tPacket.java:53)
            at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWr
    apper.java:61)
            at com.aionemu.commons.utils.concurrent.ExecuteWrapper.run(ExecuteWrappe
    r.java:42)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
    java:1081)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:574)
            at java.lang.Thread.run(Unknown Source)
    Ok have fixed but need to modify your updater danny for some reason it is not updating the player database properly
    i had to manualy run sql update "rev2160-inventory"and "rev2193-inventory"
    to get the inventory in sql to match java file


    ok i have either totaly stuffed something or i dunno whats going on

    no campign quests in Eltnen work anymore you get firs quest then hand in then they all stay as ????
    dunno what i did because this was not happening before
    any ideas ?
    thanks again
    Last edited by Sataniceaden; 26-05-10 at 05:36 PM. Reason: fixed error

  5. #740
    Atlantica dannybest is offline
    MemberRank
    May 2006 Join Date
    RomaniaLocation
    486Posts

    Re: Aion Private Server

    Code:
    
    - ae_gameserver      - updated to 2215
    - ae_loginserver     - updated to 2204
    
    - Fixed Right Wing Chamber instance
    - additional change to r2213 that i forgot.
    - default emblems should be saved into db (well, first modified), but further modification still not work
    - Hotfix of item id duplication after exchange.
    - Improved group member movement tracking.
    - Fix item remodel bug to prevent different armor slots (shoes -> pants).
    - item usage restriction based on player class and level
    - npc movement patch
    - Fix item remodel to allow for clothes/costumes.
    - Fix quest dialog (q1928) 
    - Mob lvl fix and spawn lvl split
    - Import cleaning, warn cleaning.
    - dropped installer for gs since its obsolete and not supported
    - Some fixes on ishalgen & Poeta npc/monsters/plants.
    

  6. #741
    Novice DAngel123 is offline
    MemberRank
    Apr 2007 Join Date
    1Posts

    Re: Aion Private Server

    [ERROR] 2010-05-28 00:00:36 - Error while accepting connection: +java.lang.NullP
    ointerException
    java.lang.NullPointerException
    at com.aionemu.commons.network.AConnection.<init>(AConnection.java:102)
    at com.aionemu.gameserver.network.aion.AionConnection.<init>(AionConnect
    ion.java:115)
    at com.aionemu.gameserver.network.aion.AionConnection$$FastClassByGuice$
    $275e1e48.newInstance(<generated>)
    at com.google.inject.internal.cglib.reflect.FastConstructor.newInstance(
    FastConstructor.java:40)
    at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInsta
    nce(DefaultConstructionProxyFactory.java:58)
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorI
    njector.java:80)
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(Constru
    ctorBindingImpl.java:198)
    at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:82
    5)
    at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.ja
    va:871)
    at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:821)
    at com.google.inject.assistedinject.FactoryProvider2.invoke(FactoryProvi
    der2.java:493)
    at $Proxy16.create(Unknown Source)
    at com.aionemu.commons.network.Acceptor.accept(Acceptor.java:107)
    at com.aionemu.commons.network.Dispatcher.accept(Dispatcher.java:168)
    at com.aionemu.commons.network.AcceptDispatcherImpl.dispatch(AcceptDispa
    tcherImpl.java:60)
    at com.aionemu.commons.network.Dispatcher.run(Dispatcher.java:110)

  7. #742
    Apprentice Yamaneko is offline
    MemberRank
    Jul 2007 Join Date
    Posadas - Misiones - ArgentinaLocation
    10Posts

    Problem...

    Ragooga (Hello) guys...

    You see I have this weird problem and I'm not sure what am I supposed to do to fix it....I've followed step by step the tutorials up to the database and server configuration usin' the videos...it was not that hard...but you see..the moment I put the .bat files of the loginserver and gameserver so the Server goes online...the gameserver.bat window shows me the followin' error:



    Starting Aion-Unique Game Server.

    Error ocurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the java virtual machine.

    Server is terminated abnormaly ...

    Server is terminated ...
    Presione una tecla para continuar ... _


    Yeah..I tipped it.....and as you can see by the final line, I'm a spanish speaker..x3

    I get it that there's a problem with the java machine and stuff...but I can't figure put what exactly the problem is...so if anyone have any idea..please tell me.....I bet it might be some stupid mistake I made somewhere...but my english is not that good..so it's a bit hard for me to realize where the error is....I hope you can help me..

    Thanks for your time guys.... =3

  8. #743
    Novice Seclet is offline
    MemberRank
    Nov 2009 Join Date
    4Posts

    Re: Aion Private Server

    how i can make the first account?omg.. the automaticly create account is not funcionally or yes??? i've all functionally but the automcatilly account not... ._. pls help me : /

  9. #744
    Member mazir is offline
    MemberRank
    Jul 2005 Join Date
    SwedenLocation
    54Posts

    Re: Problem...

    Quote Originally Posted by Yamaneko View Post
    Ragooga (Hello) guys...

    You see I have this weird problem and I'm not sure what am I supposed to do to fix it....I've followed step by step the tutorials up to the database and server configuration usin' the videos...it was not that hard...but you see..the moment I put the .bat files of the loginserver and gameserver so the Server goes online...the gameserver.bat window shows me the followin' error:



    Starting Aion-Unique Game Server.

    Error ocurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the java virtual machine.

    Server is terminated abnormaly ...

    Server is terminated ...
    Presione una tecla para continuar ... _


    Yeah..I tipped it.....and as you can see by the final line, I'm a spanish speaker..x3

    I get it that there's a problem with the java machine and stuff...but I can't figure put what exactly the problem is...so if anyone have any idea..please tell me.....I bet it might be some stupid mistake I made somewhere...but my english is not that good..so it's a bit hard for me to realize where the error is....I hope you can help me..

    Thanks for your time guys.... =3
    Did you install java? :)

  10. #745
    Novice Monebu is offline
    MemberRank
    May 2010 Join Date
    德国 - GermanLocation
    1Posts

    Re: Aion Private Server

    Heya all and especially hi Danny,

    I really admire your work you put in this server and
    this thread... but it's damn confusing ^.~

    I tryed to make my server working like you show in
    your tut's but i am prob. to stupid to understand xD

    would be damn nice to talk with you private to get
    some help ^.^

    thanks in advance
    Nany


    EDIT: If anyone here have a working server and got a little time to explain a "newbie" a bit more please PM me ^.~
    Last edited by Monebu; 28-05-10 at 09:27 PM.

  11. #746
    Atlantica dannybest is offline
    MemberRank
    May 2006 Join Date
    RomaniaLocation
    486Posts

    Re: Aion Private Server


    @Seclet - the autocreate account is work perfectly but who know take a close look at your config

    @DAngel123 - you install the sql files from updates folder?

    @Yamaneko - edit the ram memory how much to use from StartGS.bat

    @Monebu - hi and glad for this words :)

  12. #747
    Account Upgraded | Title Enabled! Hemer is offline
    MemberRank
    May 2009 Join Date
    GermanyLocation
    268Posts

    Re: Aion Private Server

    There is no arena(Kolosseum) fix so far?


  13. #748
    Atlantica dannybest is offline
    MemberRank
    May 2006 Join Date
    RomaniaLocation
    486Posts

    Re: Aion Private Server


    @Hemer - the arena is not implement yet, thx for screen
    Last edited by dannybest; 29-05-10 at 06:33 AM.

  14. #749
    Account Upgraded | Title Enabled! Hemer is offline
    MemberRank
    May 2009 Join Date
    GermanyLocation
    268Posts

    Re: Aion Private Server

    I got a problem with my database.
    It says:



    DE:
    "Charakter konnte wegen eines Welt Datenbank Fehlers nicht
    erstellt werden"

    EN:
    "Charakter couln't be created, because of an world database error"

    The server creates a player databse table, but with a way too hight ID



    When I change that ID to a lower one, I can play without any problems.


    Whats wrong?

    thx
    Last edited by Hemer; 30-05-10 at 03:06 PM.

  15. #750
    Cypher WireShark is offline
    MemberRank
    Jun 2009 Join Date
    Planet Earth xDLocation
    950Posts

    Re: Aion Private Server

    Quote Originally Posted by Hemer View Post
    There is no arena(Kolosseum) fix so far?


    Go to http://www.aion-unique.org for some updates



Advertisement