[CentOS] Setting up your Aura Kingdom Server

Page 62 of 76 FirstFirst ... 1252545556575859606162636465666768697072 ... LastLast
Results 916 to 930 of 1127
  1. #916
    Cypher WireShark is offline
    MemberRank
    Jun 2009 Join Date
    Planet Earth xDLocation
    950Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by genz View Post
    Spoiler:
    Rewrite this tutorial, merge client files from new to old.

    View this tutorial first if you don't know how to setup the server.

    Data files: Aura Data

    NIF files: New NIF

    1. Download the lastest client from Aeria (new client), and download the client in first page (old client)

    2. Goto new client, use QuickBMS + Aeria script v0.2.1 to extract new PKG.

    3. Copy biology, char, cutscene, effect, item, map, ride, ui from extracted PKG, and paste to old client game folder.

    4. Copy AVITAL, BGM, EMBLEM, MOVIES, SOUND from new client, and paste to old client game folder.

    5. Extract & copy all from data - Client.7z to old client data folder

    6. Extract & upload all from data - Server.7z to server data folder (via WinSCP)

    7. Extract & copy all from biology.7z, char.7z, item.7z, map.7z, ride.7z, ui.7z, uidata.7z, SOUND.7z to old client game folder.

    8. Rename old pkg folder to __pkg (for backup purpose), or delete it, we don't need it anymore.

    9. DONE!

    In this tutorial, I've merged everything, except S_Collection.ini & S_DropItem.ini.

    EXTRA TUTORIAL

    - Class 12 Necromancer already have function. To active it, you should open the database ffdb1 > player_weapon_type > find your character > weapon_type_1 = 2048 (~ 2^11).

    I've not found the way to active it from client yet.

    WHAT'S NEW

    - New eidolons, costumes, mounts, hairstyles, items,...

    - Can use new class skills & weapons in Ravager & Duelist. If you don't like this, copy & overwrite S_Spell.ini from this Backup Data.

    - New map (maybe), I've not tested yet.

    - If you want Date A Live costumes, extract & copy char folder from Date A Live.7z to old client game folder.

    - If you want new Item Mall, add itemmall.sql to database > ffaccount by Navicat.

    WHAT'S OLD

    - No card system.

    - No house system.

    - No other new systems.....

    BUGS

    If the bug have Fixed at the end, go to FIX BUGS section to know how to fix it.

    - Node 19020 (~ Node 20 - Starcrescent Valley) in S_Node.ini. Fixed

    - Animation bugs of new eidolon. Fixed

    - When summoning eidolon Eternia, the game will crash. Fixed

    - The sword of Bealdor don't display. Fixed

    - Can not open item box. Fixed

    - Animation bugs of character.

    - New eidolons from Taiwan don't display, b/c they use NIF 20.3.1.2. If you don't like them, remove them in S_Partner.ini.

    - The teleport Portal Card don't display new Map.

    - Other unknown bugs....

    CONVERT NIF

    - Convert NIF 20.3.1.2 to 20.3.1.1, open the file in Hex Editor, find & replace shorten header into understandable strings, use this NIF Header Table.

    - Convert KF 20.3.1.2 to 20.3.0.9, use this KF Header Table.

    - To export NIF 20.3.1.1 to 20.3.0.9, you can download new NifSkope source (with new Export NIF function) from here. Remember to download nif.xml, kfm.xml too.

    Use QT Creator to run NifSkope in debug mode, put XML files to debug folder outside project (...\build-NifSkope-Desktop_Qt_5_7_0_MinGW_32bit-Debug\debug), the XML will allow you to read NIF 20.3.1.1, then you can export them to 20.3.0.9.

    FIX BUGS

    - About Node 20 (Starcrescent Valley), I changed the id to 19020, it will cause other bug, so you need to return it to 20.

    I've changed it b/c I got a big problem, in the first mission, the character don't go to Dimensional Belt, but go to Starcrescent Valley. I don't know why?

    The other way to fix that bug is go to data\scene, open S020.ini, remove this line:
    Code:
    2,114.856,125.144,34.4004,4,4,BORN,3.92699,鐮刀武器重生點,
    Maybe this change will cause other bugs, but I think it's better than change note 20 to 19020

    - Fix bug eidolon can't move, open .kfm in Hex Editor find Bip01
    Code:
    05 00 00 00 42 69 70 30 31
    Replace with Scene Root
    Code:
    0A 00 00 00 53 63 65 6E 65 20 52 6F 6F 74
    - Fix bug crash when summonning Eternia, open m739.nif in NifSkope 2.0.0 > View > Block List > Show Blocks in List > scroll to block 427 (bump 320) > select & right-click > Block > Remove Branch > then go to File > Save.

    - Fix bug the sword of Bealdor don't display

    Open BiologyList.ini, search for m643 (Bealdor data), you will see the sword ID begin with WD (Ex: WD2501).

    Open Weapon.ini, search the NIF value for the sword (Ex: wd25), change wd (d = 13 ~ Holy Sword) to w1-c, b/c the game can not read weapon value > c (Ex: change wd25 to w3025) (w3 is Axe), goto item\model, rename wd25.nif to w3025.nif ..... (remember to backup the file)

    - Fix bug can't open item box, the items in box is stored in database, not INI files. Connect db with Navicat, goto ffaccount > fortune_bag

    id - box id
    item_id - item in the box

    I don't know what is sequence, set?

    You must manually add items to the box, you can search the name of the box in T_ItemMall.ini & T_Item.ini, get the box id, then search the name & id of items in that box.....

    This bug will take a lot of working time...!!! >.<
    Hin genz maybe move this post to proper section i am finding this helpful i just dont want to browse the whole thread for a guide like this. Thank you for this

    Sent from my ASUS_Z00AD using Tapatalk
    Last edited by Future; 28-06-17 at 08:49 AM. Reason: Minimized quote

  2. #917
    Enthusiast Letmeseeit is offline
    MemberRank
    Jun 2014 Join Date
    30Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Can i run it on Hamachi to play with some friends ? if so which IPs do i need to replace with Hamachi's

  3. #918
    Enthusiast Zortex is offline
    MemberRank
    Jan 2016 Join Date
    41Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    So the server is running just fine for me but when i try to connect with the client i get user account or password error, but i have setup a account

  4. #919
    Valued Member UseresU is online now
    MemberRank
    Nov 2015 Join Date
    GermanyLocation
    115Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Is there any way of removing the "Razor Wind cannot be used in combat" from the razor wind skill? (using @release)

  5. #920
    Member Kaelthas is offline
    MemberRank
    Feb 2014 Join Date
    CubaLocation
    62Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    I have tried several days to install the Aura Kingdom server and it does not work, I have tried and read a lot of your Forum post but I can not find a solution and I would appreciate it if you help me.

    When the server is running and I open the client I think what I leave in the photos, it does not connect to the server.
    I leave attached all the LogFile of the server.

    - In the installation with the Itemmall table I'm an error and did not let me mount it as the guide gives me the error1Itemmall, I tried with the Navicat and it gives me the error2Itemmall. (I do not know if this is the reason for the whole problem, although I doubt it)
    - I also attached the Log of the Client if it serves as a data for my problem.
    - Also in the photo Client_LoadFail on the client side I notice that I am missing files to load. (I do not know if this is the reason, if so could you give me the files mentioned)
    - The Photo Console Error is just the moment I try to join the server.
    - As a secondary option I tried to use the AKTools V2 that I found myself inquiring in the forum if it was another option for my solution, but this gives me the error that I left in the attached photo. (Help how to properly use this AkTools V2, if that is the problem of my subject)

    Once again thank you very much for your attention and I would be very pleased to have your help in solving this problem.
    Attached Files Attached Files

  6. #921
    Member Kaelthas is offline
    MemberRank
    Feb 2014 Join Date
    CubaLocation
    62Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    I already solved the problem, in case another happens to me what happened to me was that I did not use the AKTools correctly, thank you.

  7. #922
    Apprentice Monthaga is offline
    MemberRank
    Aug 2016 Join Date
    17Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Someone PLEASE help me, I set up the server perfectly, I open the CUSTOMER, but when I log in I can not see, in the Images the Servers are Online and operating. I have already reviewed the whole procedure but I do not find the error.
    https://prnt.sc/fx8ik8

    - - - Updated - - -

    Here are some more prints of the problem that is already affecting my neurons
    https://prnt.sc/fx9xe3
    https://prnt.sc/fx9xp8

    - - - Updated - - -

    https://prnt.sc/fx9z7a
    https://prnt.sc/fx9zfp

  8. #923
    Member Kaelthas is offline
    MemberRank
    Feb 2014 Join Date
    CubaLocation
    62Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Monthaga View Post
    Someone PLEASE help me, I set up the server perfectly, I open the CUSTOMER, but when I log in I can not see, in the Images the Servers are Online and operating. I have already reviewed the whole procedure but I do not find the error.
    https://prnt.sc/fx8ik8

    - - - Updated - - -

    Here are some more prints of the problem that is already affecting my neurons
    https://prnt.sc/fx9xe3
    https://prnt.sc/fx9xp8

    - - - Updated - - -

    https://prnt.sc/fx9z7a
    https://prnt.sc/fx9zfp

    After you open the client and get the error, go to the WorldServer folder and put here the Test.log that generates the same to see if I can help you

  9. #924
    Apprentice Myrio0212 is offline
    MemberRank
    Oct 2015 Join Date
    8Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Nozad View Post
    the game worked good but i still have this little problem you will see it below




    and could i make it work with ak.to client ?
    I'm having the exact same issue and I tried installing the fonts in the fonts folder and it didn't work.

  10. #925
    Member Kaelthas is offline
    MemberRank
    Feb 2014 Join Date
    CubaLocation
    62Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Make sure you have this correct: / etc / sysconfig / i18n: LANG = "en_US.ISO88591"
    SYSFONT = "latarcyrheb-sun16"

  11. #926
    Enthusiast idextroyer is offline
    MemberRank
    Apr 2014 Join Date
    31Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by idextroyer View Post
    Is it an animation bug or did I do something wrong. I'm using genz client and whenever I used Crusader skills on Ravager or used mounts it looks a bit weird like whenever I'm moving the animation is still stucked on certain position :)
    Bump can someone help me

  12. #927
    Member Kaelthas is offline
    MemberRank
    Feb 2014 Join Date
    CubaLocation
    62Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by idextroyer View Post
    Bump can someone help me
    That is happening to me too, and I have not seen that they have set a solution, it happens frequently with all classes, in certain powers even if you brew a river.

  13. #928
    Apprentice Monthaga is offline
    MemberRank
    Aug 2016 Join Date
    17Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Kaelthas, Thank you for having committed to help me, I am traveling, as soon as I return to my home I will carry out the procedure that you suggested and I will publish here if it worked or not, thank you right now for the goodwill demonstrated.

  14. #929
    Member Kaelthas is offline
    MemberRank
    Feb 2014 Join Date
    CubaLocation
    62Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Monthaga View Post
    Kaelthas, Thank you for having committed to help me, I am traveling, as soon as I return to my home I will carry out the procedure that you suggested and I will publish here if it worked or not, thank you right now for the goodwill demonstrated.
    It's a pleasure, we're here to help us, it's a shame that the main creators of the post are not present, I have some problems to resover yet, but as far as I could carry it I can help in whatever.

  15. #930
    Valued Member UseresU is online now
    MemberRank
    Nov 2015 Join Date
    GermanyLocation
    115Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Is there a simple method to remove the last character from every line of an .ini file? But it should be only removed, if the last character is an | otherwise the line should be skipped. I tried Excel, the editing works fine, but the saving process messed up the .ini file.



Advertisement