LATEST -=AiON 4.5=- NA CLIENT ONLY

Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    L][Files ROhanFiles Dev soulsimbol is offline
    MemberRank
    Apr 2010 Join Date
    Ro-RULocation
    360Posts

    cool LATEST -=AiON 4.5=- NA CLIENT ONLY

    Thank you all for waiting as this is my final release here make it worth something guys. I will keep updating it just to fix your problems from time to time and yes i accept pm's

    Login Server: https://www.mediafire.com/?a24aza73llhioua

    Game Server: https://www.mediafire.com/?grdgap79cycdluv

    Geodata 4.x: https://www.mediafire.com/?s7pdzru0g0t4val

    Chat Server: https://www.mediafire.com/?s4apz9br7hpicc8

    no-ip Check: http://www.mediafire.com/download/63...o_ip_check.zip

    Coment it ~ Rate it ~ Like it ~

    - - - Updated - - -

    DOWNLOAD the CLIENT updater and FULLy UPDATE it. :
    http://download.gameforge.com/aion/c...-Setup-PTS.exe
    Last edited by soulsimbol; 09-05-14 at 09:27 AM. Reason: Client link added


  2. #2
    Novice Pepejson is offline
    MemberRank
    Nov 2013 Join Date
    2Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    What's not working?

  3. #3
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    got a little error on executing the al_server_gs.sql

    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'security_token(32) NOT NULL default '',
    PRIMARY KEY (`id`),
    UNIQUE KEY `n' at line 39
    [Err] -- ----------------------------
    -- Table structure for players
    -- ----------------------------

    CREATE TABLE `players` (
    `id` int(11) NOT NULL,
    `name` varchar(50) NOT NULL,
    `account_id` int(11) NOT NULL,
    `account_name` varchar(50) NOT NULL,
    `exp` bigint(20) NOT NULL default '0',
    `recoverexp` bigint(20) NOT NULL default '0',
    `x` float NOT NULL,
    `y` float NOT NULL,
    `z` float NOT NULL,
    `heading` int(11) NOT NULL,
    `world_id` int(11) NOT NULL,
    `world_owner` int(11) NOT NULL default '0',
    `gender` enum('MALE','FEMALE') NOT NULL,
    `race` enum('ASMODIANS','ELYOS') NOT NULL,
    `player_class` enum('WARRIOR','GLADIATOR','TEMPLAR','SCOUT','ASSASSIN','RANGER','MAGE','SORCERER','SPIRIT_MASTER','PRIEST','CLERIC','CHANTER','ENGINEER','GUNNER','ARTIST','BARD','RIDER','ALL') NOT NULL,
    `creation_date` timestamp NULL default NULL,
    `deletion_date` timestamp NULL default NULL,
    `last_online` timestamp NULL default NULL on update CURRENT_TIMESTAMP,
    `quest_expands` tinyint(1) NOT NULL default '0',
    `npc_expands` tinyint(1) NOT NULL default '0',
    `advenced_stigma_slot_size` tinyint(1) NOT NULL default '0',
    `warehouse_size` tinyint(1) NOT NULL default '0',
    `mailbox_letters` tinyint(4) unsigned NOT NULL default '0',
    `title_id` int(3) NOT NULL default '-1',
    `bonus_title_id` int(3) NOT NULL default '-1',
    `dp` int(3) NOT NULL default '0',
    `soul_sickness` tinyint(1) unsigned NOT NULL default '0',
    `reposte_energy` bigint(20) NOT NULL default '0',
    `online` tinyint(1) NOT NULL default '0',
    `note` text,
    `mentor_flag_time` int(11) NOT NULL default '0',
    `last_transfer_time` decimal(20,0) NOT NULL default '0',
    `custom_points` int(11) NOT NULL default '0',
    `security_token` security_token(32) NOT NULL default '',
    PRIMARY KEY (`id`),
    UNIQUE KEY `name_unique` (`name`),
    KEY `account_id` (`account_id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

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

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    You could put the guide on how to use the goedata and no-ip chek, I mean as engaging with the server. thanks

  5. #5
    Novice Creed Handler is offline
    MemberRank
    Apr 2014 Join Date
    4Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    Waiting for the 1-click weewee

  6. #6
    L][Files ROhanFiles Dev soulsimbol is offline
    MemberRank
    Apr 2010 Join Date
    Ro-RULocation
    360Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    Quote Originally Posted by 4pLay View Post
    got a little error on executing the al_server_gs.sql



    made this one specially 4u
    https://www.mediafire.com/?c2vzbzo7lsrm844


    You need a clean database becouse it's not compatible with aion engine...

    al_server_ls.sql
    al_server_gs.sql

    Here the al_server_ls.sql

    CREATE TABLE `veteran_rewards` (
    `id` int(11) NOT NULL auto_increment,
    `player` varchar(255) NOT NULL,
    `type` int(11) NOT NULL,
    `item` int(11) NOT NULL,
    `count` int(11) NOT NULL,
    `kinah` int(11) NOT NULL,
    `sender` varchar(255) NOT NULL,
    `title` varchar(255) NOT NULL,
    `message` text(0) NULL,
    PRIMARY KEY (`id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

    Copy this query in your editor and save as "veteran_rewards.sql" like i said in the post.

    Run the sql file in your al_server_ls db

    - - - Updated - - -

    Quote Originally Posted by Kaelthas View Post
    You could put the guide on how to use the goedata and no-ip chek, I mean as engaging with the server. thanks
    You could go to the newbe zone ...

    - - - Updated - - -

    Quote Originally Posted by Creed Handler View Post
    Waiting for the 1-click weewee
    same goes for this cheerleader here

    - - - Updated - - -

    Quote Originally Posted by Pepejson View Post
    What's not working?
    it's up to to test

    Last edited by soulsimbol; 09-05-14 at 09:23 AM.

  7. #7
    Enthusiast luckyjackz is offline
    MemberRank
    Sep 2012 Join Date
    47Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    i'm confused to run this server... can you write the tutorial ? what is the minimum RAM ?

  8. #8
    Apprentice KelvinTran is offline
    MemberRank
    Jun 2012 Join Date
    Bern, SwitzerlaLocation
    15Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    can you please show me a list detail of bugs are fixed ?

  9. #9
    Member aissoubenzo is offline
    MemberRank
    Dec 2013 Join Date
    86Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    Quote Originally Posted by 4pLay View Post
    got a little error on executing the al_server_gs.sql




    you need Navicat for MySQL

  10. #10
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    Quote Originally Posted by soulsimbol View Post
    made this one specially 4u
    https://www.mediafire.com/?c2vzbzo7lsrm844


    You need a clean database becouse it's not compatible with aion engine...

    al_server_ls.sql
    al_server_gs.sql

    Here the al_server_ls.sql

    CREATE TABLE `veteran_rewards` (
    `id` int(11) NOT NULL auto_increment,
    `player` varchar(255) NOT NULL,
    `type` int(11) NOT NULL,
    `item` int(11) NOT NULL,
    `count` int(11) NOT NULL,
    `kinah` int(11) NOT NULL,
    `sender` varchar(255) NOT NULL,
    `title` varchar(255) NOT NULL,
    `message` text(0) NULL,
    PRIMARY KEY (`id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

    Copy this query in your editor and save as "veteran_rewards.sql" like i said in the post.

    Run the sql file in your al_server_ls db

    - - - Updated - - -



    You could go to the newbe zone ...
    thanks! & regarding the video guide you were asking me, im sorry have not yet started it yet maybe for this version i could after i have settled my own setup.

    thanks!!!
    god bless!!!

    - - - Updated - - -

    Quote Originally Posted by aissoubenzo View Post
    you need Navicat for MySQL
    thanks! buts!

    I AM! already using NAVICAT? can't you see?

  11. #11
    Novice Deathshow is offline
    MemberRank
    May 2014 Join Date
    Las Vegas, NevaLocation
    4Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    am stuck at Quest Engine Load.... what should i do?

  12. #12
    Member Wandi Budiana is offline
    MemberRank
    Oct 2013 Join Date
    BandungLocation
    61Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    Quote Originally Posted by luckyjackz View Post
    i'm confused to run this server... can you write the tutorial ? what is the minimum RAM ?
    atleast you need 3G, according to StartGS.bat you need 2G (more if you plan to use Geodata) for Java and 1G for Windows OS.

    If you want to tes Aion locally, just add 1G for Aion Client.
    Last edited by Wandi Budiana; 10-05-14 at 06:13 AM.

  13. #13
    !Unhandled Exception 0xFF ROSLAW is offline
    MemberRank
    Dec 2009 Join Date
    .\..\SysWOW64Location
    340Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    wow good share... i will test it

  14. #14
    Enthusiast luckyjackz is offline
    MemberRank
    Sep 2012 Join Date
    47Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    are this : http://en.aion.gameforge.com/website/ and this http://na.aiononline.com/en/ are a different aion ?
    can i use the http://na.aiononline.com/en/ client ?
    thanks before

  15. #15
    Member aissoubenzo is offline
    MemberRank
    Dec 2013 Join Date
    86Posts

    Re: LATEST -=AiON 4.5=- NA CLIENT ONLY

    Quote Originally Posted by 4pLay View Post
    got a little error on executing the al_server_gs.sql





    server aion 4.5.0.13 download
    pass rar : aion


    -----
    Name : root
    passs : aion
    id : 127.0.0.1
    <span class="export-link-gray-txt file-key" style="outline: none; color: rgb(153, 153, 153); display: inline; font-family: 'Open Sans', Arial; line-height: 21px; white-space: nowrap;">




Page 1 of 3 123 LastLast

Advertisement