Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] Adding mounts to Tera-Shock Java Server

Newbie Spellweaver
Joined
Aug 30, 2014
Messages
46
Reaction score
4
Error:
Dian - [Guide] Adding mounts to Tera-Shock Java Server - RaGEZONE Forums

1.why do you have in the screenshot that revision is not the source files?
2. File configuration to adjust their data
 
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
1.why do you have in the screenshot that revision is not the source files?
2. File configuration to adjust their data

My files are just ready made already from SNKDemon they are the same files. Just mine is already fixed to be just run.


Dian Can you make the mounts work for my files??
 
Newbie Spellweaver
Joined
Aug 30, 2014
Messages
46
Reaction score
4
I clearly wrote that the project source files

- server, mounts work checked
 
Last edited:
Newbie Spellweaver
Joined
Mar 9, 2010
Messages
23
Reaction score
7
I am creating a GIT repository, fixing and update the source in Java, i dedicating to analyze and understand all the operation of the tera-java.
 
Newbie Spellweaver
Joined
Aug 30, 2014
Messages
46
Reaction score
4
you have some sort of error with the database, restore the database clean or repair table
 
Newbie Spellweaver
Joined
Aug 30, 2014
Messages
46
Reaction score
4
I also have it, but the question that you have for the table which in fact should not be
 
Newbie Spellweaver
Joined
Mar 9, 2010
Messages
23
Reaction score
7
Dian - [Guide] Adding mounts to Tera-Shock Java Server - RaGEZONE Forums


Dian - [Guide] Adding mounts to Tera-Shock Java Server - RaGEZONE Forums

Dian - [Guide] Adding mounts to Tera-Shock Java Server - RaGEZONE Forums



Check the serverlist.en

Code:
<?xml version="1.0" encoding="utf-8"?>
<serverlist>
      <server>
        <id>1</id>
        <ip>127.0.0.1</ip>
        <port>10001</port>
        <category sort="1">PVE</category>
        <name raw_name="Tera LOCAL">
            <![CDATA[Tera LOCAL]]>
        </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>
set: <ip>127.0.0.1</ip>

and set: <port>10001</port>
 
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
@sabracx

set: <ip>IPV4 Address Or Global IP</ip>

and set: <port>10001</port>

Remember To Portforward 10001 Port On Your Router.

Open CMD knowed as command prompt and type in ipconifg
and look for ipv4 address and that should be the ip you use.

Or go to and use that ip but with that IP you do haft to open ports.
 
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
i have a question for you guys. Has anyone found out a way to disable that buy tera poop when you start and how to change when it says welcome to tera-europe? It would be nice and could i change the system information from russian into english im willing to do it and release it.
 
Back
Top