[Release] Tera-Shock Java-Server | Rev. 218413

Page 1 of 39 12345678911 ... LastLast
Results 1 to 15 of 577
  1. #1
    Apprentice Skkont is offline
    MemberRank
    Jun 2010 Join Date
    19Posts

    [Release] Tera-Shock Java-Server | Rev. 218413





    Thanks to @gda123123 for the video.


    The private free server (http://teraonline.org/) is closed now, and they free the source.

    Here is:

    Ready Server + Database (rev.218413):
    https://yadi.sk/d/CgJOSfaWg5ZWS

    Repository:
    https://bitbucket.org/JavaSabr/stera/src

    Recent fixes:
    Code:
    Warrior:
    1. Poison Blade - reduced chance
    3. Raised mana regen
    4. Fixed skill Staggering Counter
    
    Lancer:
    1. Spring Attack - damage increased by 10%
    2. Lockdown Blow - Increased the damage by 10%
    3. Onslaught - Increased the damage by 20%
    
    Slaer:
    1. Added a chance of overturning
    2. Fixed the skill Measured Slice
    
    
    Mystic:
    1. Thrall of Wrath:
    The lifetime of the pet - 3 minutes
    Rollback - 5 minutes
    
    2. Thrall of Life:
    The lifetime of the pet - 30 seconds
    Rollback - 3 minutes
    
    3. Raised mana regen
    
    Archer:
    
    1. Incendinary Trap - Increased the damage by 20%
    2. increase the thickness of the arrows at all skill of the archer
    3. Raised mana regen
    4. Slow Trap set immediately
    5. Chance Paison Arrow reduced
    
    Berserk:
    
    1. Increased the movement speed in combat by 5%
    2. Increased the attack speed by 5%
    3. Raised mana regen
    
    Source: http://teraonline.org/247-obnovlenie...ev-405711.html

    Client + Patch:
    http://teraonline.org/uploads/Tera_shock.rar


    Localhost Tutorial:

    Spoiler:
    1.- Download "Ready Server + Database".

    2.- In this, create a database, for example: terax1.

    3.- Upload terax1.sql to terax1 database.

    4.- Goto serverfolder/config/database.xml and edit:


    Localhost is the host of MysqlServer and terax1 the name of the Database.


    Value = username of the MySQL Server.


    Value = password of the MySQL Server.

    5.- Then, Run the StarGameServer in the main server folder. Wait until the "Gameserver Started" appear.

    6.- Ready, the server is ON.

    7.- Now, in the htdocs/www folder (Necessary a WAMP Server, ex: XAMPP), create a folder "server" and create a new TXT with this inside:

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <serverlist>
          <server>
            <id>1</id>
            <ip>127.0.0.1</ip>
            <port>14752</port>
            <category sort="1">PVE</category>
            <name raw_name="Tera Project">
                <![CDATA[Tera Project]]>
            </name>
            <crowdness sort="1">No</crowdness>
            <open sort="1">Low</open>
            <permission_mask>0x00000000</permission_mask>
            <server_stat>0x00000000</server_stat>
            <popup>
                <![CDATA[Unable to access the server at this time.]]>
            </popup>
            <language>en</language>
        </server>
    </serverlist>
    8.- Then save the file with ".en" extension, and rename it to "serverlist", the final file is "serverlist.en".

    NOTE: IMPORTANT, THE PATH OF THIS IS %WAMPSERVER%/www/server, so this links "http://127.0.0.1/server/serverlist.en" must be works to you, if not, something you did wrong.

    7.- For enter in the server is necessary the Client, this is in "Client + Patch" link.

    8.- If all is downloaded, put this two files in the Client Folder.
    BAT-FILE
    Client
    Thanks to @TieLay for those files.

    9.- You can edit the BAT-FILE with yours user and password hash. All works, because the "autocreate account" is ON by default.

    10.- Execute the BAT-FILE, and enjoy.


    Multiplayer tutorial:

    Spoiler:
    Do all the same of Localhost Tutorial, but edit this files:

    1.- The database.xml file, edit with the respective Host, database name, user, and password.

    2.- Upload this web:

    Edited WebSite for Tera-Shock
    Patch to Fix Change-Pw and Profile
    Thanks to @nicolasn1 for this.

    3.- Go to WebFolder/core/connect/ and edit database.php file:



    Host = IP of MySQL Server.
    Username = Username of MySQL Server.
    Password = Password of MySQL Server.
    dbname = The name of DataBase.

    4.- Go to Navicat or PhpMyAdmin, and execute this SQL Query in your database, ex: terax1.

    Code:
    -- ----------------------------
    -- Table structure for `accounts`
    -- ----------------------------
    DROP TABLE IF EXISTS `accounts`;
    Create TABLE `accounts` (
    `AccountId` int(11) NOT NULL AUTO_INCREMENT,
    `login` varchar(32) NOT NULL DEFAULT '',
    `password` varchar(256) CHARACTER SET latin1 DEFAULT '',
    `email` varchar(45) CHARACTER SET latin1 DEFAULT 'null@null',
    `access_level` smallint(6) NOT NULL DEFAULT '0',
    `end_pay` bigint(15) NOT NULL DEFAULT '0',
    `end_block` bigint(15) NOT NULL DEFAULT '0',
    `last_ip` varchar(15) NOT NULL DEFAULT '',
    `allow_ips` varchar(255) NOT NULL DEFAULT '*',
    `comments` varchar(255) NOT NULL DEFAULT '',
    `LastOnlineUtc` bigint(64) NOT NULL DEFAULT '0',
    `EmailVerify` varchar(256) NOT NULL,
    `PasswordRecovery` varchar(128) NOT NULL,
    `Coins` int(11) NOT NULL DEFAULT '0',
    `Ip` varchar(64) NOT NULL,
    `Membership` int(1) NOT NULL DEFAULT '0',
    `isGM` int(1) NOT NULL DEFAULT '0',
    
    PRIMARY KEY (`AccountId`),
    KEY `access_level` (`access_level`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
    Thanks to @nicolasn1 for this.

    4.- Edit the serverlist.en file with the Public IP, not localhost or 127.0.0.1 and upload it to %WAMPSERVER%/www/server. Same in Localhost Tutorial, the http://YOUR.IP.HERE/server/serverlist.en must be work, if not, you did it something wrong.

    5.- Then, you must download this launcher:

    Launcher for Tera-Shock
    Thanks to @gda123123 for this.

    6.- Extract in Client Folder, and execute "Generator.exe".



    In this, edit to you ServerPath, I recommend: http://YOUR.IP.HERE/server/serverlist.en.

    7.- Start you server, wait until "Gameserver started".

    8.- Go to url for the Web, uploaded in the step 2.

    9.- Register a New Account.

    10.- If you want a GM Account, go to your database, ex: terax1, characters tab, and edit access level to 100.

    11.- Start teraLauncher.exe, put your username and password, click in Play.

    12.- Enjoy.




    Tools for Tera-Shock:

    Spoiler:
    English Distance Control

    How to Use:

    1.- In serverfolder/config/DistanceControl.xml



    2.- Verify this:
    DIST_CONTROL_ENABLED = Must be in "True".
    DIST_CONTROL_PORT = Port of the distance control, default "2101".
    DIST_CONTROL_LOGIN = Username for distance control, default "root".
    DIST_CONTROL_PASSWORD = Password for distance control, default "df1sdf7d852cs".

    3.- When you change whatever you need, download:

    Fixed and Translated Distance Control
    Thanks to @Bola for this release.

    4.- Extract, and open config.xml.



    DEFAULT_HOST = The host of your server.
    DEFAULT_LOGIN = Username of DistanceControl.xml,
    DEFAULT_PASSWORD = Password of DistanceControl.xml.
    DEFAULT_PORT = Port of DistanceControl.xml.

    5.- When you edit all of this, open Teramanager.jar.

    6.- All ready, control your Server.

    [COLOR="#FF0000"]I will write a detailed info about this Distance Control... someday.[/COLOR



    Commands:

    Code:
    Resourse Commands (Access Level: 100)
             --around_resourse
             --spawn_resourse
             --set_export_file
             --add_resourse
             --export_resourse
    
    Config Commands (Access Level: 100)
             --config_reload
             --config_set
    
    World Commands (Access Level: 100)
             --loc
             --region
             --territory
             --goto
             --recall
    
    Skill Commands (Access Level: 100)
             --start_skill
             --add_skills
             --learn_next_skills
             --reload_skills
             --clear_skills
             --get_base_skills
             --effect
             --charm
    
    Heal Commands (Access Level: 100)
             --set_hp
             --set_mp
             --heal
    
    Developer Commands (Access Level: 100)
             --event_reg_all_players
             --change_class
             --kick
             --check_geo
             --send_event
             --send_system
             --send_state
             --add_attack
             --start_event
             --sub_attack
             --start_gc
             --reload_dialogs
             --send_packet
             --set_access_level
             --get_access_level
             --set_heart
             --set_level
             --send_bytes
             --send_file
             --get_my_id
             --invul
             --set_ower_dist
             --my_funcs
             --save_point
             --a
             --save_all
             --gm_speed
    
    Item Commands (Access Level:100)
             --item_info
             --create_item
             --spawn_item
             --reload_items
    
    User Commands (Access Level: 0)
             --event_reg
             --restore_characters
             --player_info
             --help
             --version
             --end_pay
             --time
             --kill_me
             --online
             --restore_skills
    
    Censore Commands (Access Level: 40)
             --chat_ban
             --chat_unban
    
    Summon Commands (Access Level: 100)
             --reload_summons
             --summon_cast
             --around_summon_cast
    
    Quest Commands (Access Level: 100)
             --quest_cond
             --quest_state
             --quest_cancel
             --quest_remove
             --quest_accept
             --quest_movie
             --quest_reload
             --quest_start
             --quest_info
    
    Var Commands (Access Level: 100)
             --set_player_var
             --get_player_var
    
    NPC Commands (Access Level: 100)
             --go_to_npc
             --send_dialog
             --test_spawn
             --stop_spawns
             --start_spawns
             --npc_cast
             --around_npc_spawn
             --around_npc
             --reload_npcs
             --reload_spawns
             --spawn
             --around_npc_cast
             --around_npc_long_cast


    Tera-Shock Server Tutorial by Kaze is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
    Last edited by Skkont; 29-05-15 at 02:34 AM.


  2. #2
    Would You Kindly? Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,763Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org


  3. #3
    Proficient Member gorhan2009 is offline
    MemberRank
    Mar 2011 Join Date
    brazilLocation
    178Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    how to compile this source?

  4. #4
    Account Upgraded | Title Enabled! Elssair is offline
    MemberRank
    Dec 2013 Join Date
    334Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    Thanks guys :)

    This link is correctly? http://teraonline.org/247-obnovlenie...ev-405711.html is in russian or I don't know, and I don't find any source :(

    How I can put my ip hosts, and how I can log into gameserver for play in tera?

    Regards,
    Elssair.
    Last edited by Elssair; 21-05-15 at 12:49 PM.

  5. #5
    Proficient Member gda123123 is offline
    MemberRank
    May 2011 Join Date
    150Posts

    happy Re: [Release] Tera Server Java (v218413) teraonline.org

    Quote Originally Posted by Elssair View Post
    Thanks guys :)

    This link is correctly? http://teraonline.org/247-obnovlenie...ev-405711.html is in russian or I don't know, and I don't find any source :(

    How I can put my ip hosts, and how I can log into gameserver for play in tera?

    Regards,
    Elssair.

    You can host it by exactly the same old way
    just remember to match the server port
    Already Host this source and play with friends for 2 days
    Incredible battle experience, just like official server
    Skill,Quest,Mob, almost everything work fine(haven't find any issue so far)
    except climbing and achievement
    but Tera-Shock already remove any quest that you need to climb
    so..basically, You can play through the game process and story without major issue.
    totally enjoyable
    tera_screenshot_20150521_193157.jpg

    I was playing Witcher III 2 days ago
    but now,I Play Tera all day, nice game
    Last edited by gda123123; 21-05-15 at 01:46 PM.

  6. #6
    Account Upgraded | Title Enabled! Elssair is offline
    MemberRank
    Dec 2013 Join Date
    334Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    thanks @gda123123 but I like set ip of java gameserver to 192.168.x.x and I don't find this option. And for a localhost login I don't know what I need to have a correct connection :(.


    I'm playing GTA V in 4k, max specs, a funny game :).

  7. #7
    Account Upgraded | Title Enabled! cintapw is offline
    MemberRank
    Apr 2011 Join Date
    279Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    Quote Originally Posted by gda123123 View Post
    You can host it by exactly the same old way
    just remember to match the server port
    Already Host this source and play with friends for 2 days
    Incredible battle experience, just like official server
    Skill,Quest,Mob, almost everything work fine(haven't find any issue so far)
    except climbing and achievement
    but Tera-Shock already remove any quest that you need to climb
    so..basically, You can play through the game process and story without major issue.
    totally enjoyable
    tera_screenshot_20150521_193157.jpg

    I was playing Witcher III 2 days ago
    but now,I Play Tera all day, nice game
    what client are you using? and what launcher are you using?

  8. #8
    Proficient Member gda123123 is offline
    MemberRank
    May 2011 Join Date
    150Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    Quote Originally Posted by Elssair View Post
    thanks @gda123123 but I like set ip of java gameserver to 192.168.x.x and I don't find this option. And for a localhost login I don't know what I need to have a correct connection :(.


    I'm playing GTA V in 4k, max specs, a funny game :).


    of course you can host a public server
    like I said, I host a public server and play with my friends.
    you don't have to set any ip in game server file
    just make client connect to your server

  9. #9
    Valued Member snkdemon is offline
    MemberRank
    Jun 2009 Join Date
    Brasov, RomaniaLocation
    104Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    Do you have any luncher and web author? Please share whit us.

  10. #10
    Enthusiast drost is offline
    MemberRank
    Sep 2013 Join Date
    BelarusLocation
    49Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    Help with connect the client to the server.
    Sorry for my English

  11. #11
    Account Upgraded | Title Enabled! TieLay is online now
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    675Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    Yep, a catch problem too
    So i use launchers from neighborhood projects on RAGEZONE, but can't launch client correctly/
    So question still open - how launch TERA Client correctly ?

    P.S. Sorry 4 my bed Inglish.

  12. #12
    Proficient Member gorhan2009 is offline
    MemberRank
    Mar 2011 Join Date
    brazilLocation
    178Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    @Skkont where do I find the commands to Adm GM this source friend


    You can also help post a tuturial on how to compile this source

  13. #13
    Enthusiast drost is offline
    MemberRank
    Sep 2013 Join Date
    BelarusLocation
    49Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    Here the GM commands ( java\game\tera\gameserver\scripts\commands )

  14. #14
    Proficient Member gda123123 is offline
    MemberRank
    May 2011 Join Date
    150Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    Ready Server + Database (rev.218413) is already the latest version.
    you can just run the server without compile the source
    Every nessasary files are already appear in Tera-Release section
    You need to modify the old laucher and web documents to match this server
    I'm re-coding a new launcher and new website for this server
    but not ready yet (busy playing)
    Or I'll just post a simple tutorial for setting up this server(maybe someone would do that before I do it myself)
    everyone care about battle system,I uploaded a video for it.



    you can really enjoy those attack and skill combo, evasive mob's attack, perfect battle experience

    BTW..map climb works

    tera_screenshot_20150522_023649.jpg

  15. #15
    Enthusiast KatKat is offline
    MemberRank
    Nov 2014 Join Date
    FranceLocation
    25Posts

    Re: [Release] Tera Server Java (v218413) teraonline.org

    Hello, I am concerned about this emulator. I want to use this emulator in the French language, should I make changes directly on the servers files or should I use a French client.

    Sorry for my english.
    cordially



Page 1 of 39 12345678911 ... LastLast

Advertisement