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!

Tera EMU Server Files (str8killa) discussion thread

Initiate Mage
Joined
Mar 8, 2013
Messages
21
Reaction score
0
you can create a f2p account and download teh setup fiel it wil download first launcher and binaries before the other models and data files


so will you have your files in client\binaries folder

you cant run the tera.exe without the launcher
and would be nice when you get the debugger attached to the game..
it did not work for me...have tryied some plumgins only one what worked was "oly themida 9in1"
but it crashed most times


Why i cant upload you sql dump in my base?
I try upload this and see more errors from table ... "Players"
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
there is no table "players" in revision 1725 its named "characters"

i renamed the table in 2117 to "players" but 2117 is not done now! (only lobby with char creating done!)


1725 should work!!!
its the same i uploaded on github haven´t done any changes since them!!!

 
Last edited:
Experienced Elementalist
Joined
Jul 15, 2006
Messages
224
Reaction score
3
there is no table "players" in revision 1725 its named "characters"

i renamed the table in 2117 to "players" but 2117 is not done now! (only lobby with char creating done!)


1725 should work!!!
its the same i uploaded on github haven´t done any changes since them!!!



I think I'm using old files, sorry where do i should download the latest for this to work ? build , Server2Go and Tera_Launcher please
 
Initiate Mage
Joined
Jul 12, 2013
Messages
3
Reaction score
0
why everytime i try to delete char and after that do log out or quit game but when i log in again that char still in there?
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
char delete is only done server side.. but sql function not done .. so char only gets removed ingame after a relog it loads the char again from database...
 
Experienced Elementalist
Joined
Jul 15, 2006
Messages
224
Reaction score
3
help with it

how can i fix it.?


i am using it of p5y10


Latest Emu,Launcher & Server2Go package


the problem is
this worked (didn't use navicad) I could loged,enter game, player, kill moobs etc. but suddenly stopped working another.
then i try using navicad for mysql,i created database named "tera", execute Sql Files, Tera_Launcher_Source_1725,tera-database.sql but i got a error in line =

-- Table structure for `character_data`
-- ----------------------------
DROP TABLE IF EXISTS `character_data`;
CREATE TABLE `character_data` (
`playerid` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`gender` enum('Male','Female','','') NOT NULL, then i delete it ,'',''

then now mysql worked correct with navicad but....

now i get it error. i create player but i cant enter game

what am i doing bad? please help me.!!
 
Last edited:
Joined
Feb 2, 2012
Messages
412
Reaction score
249
seems your tera-database.sql is corrupt!

i reimportet and createtd a char more then once...
cant redo your error..
seems its only on your side!
cant help you cause there is no error..
have checked more than once..
only i think.. corrupt file!

and when you get an error by importing the database
there you have your problem..
broken sql!
 
Experienced Elementalist
Joined
Jul 15, 2006
Messages
224
Reaction score
3
do u use navicad?

or what can i use for mysql? ( no navicad)
 
Initiate Mage
Joined
Aug 27, 2013
Messages
27
Reaction score
3
so sorry for noob ask

how do i install and config Xampp to work with tera server?

to get you understand how it works.you can just open your tera server folder and check server2go and run the webserver.

then internet will pop out. just type in 127.0.0.1/phpmyadmin

id root

pass:pASSWORD

create database tera -> import sql from tera server

Hi guys got my server online and just need some ideas for editing or change the data for npc/quest/addfriend,duel,guild create/vines path. ok 1st thing 1st how do fix this things? anyone care to teach me? what application i need?

since i just played and its alot of bugs and i just want to contribute with my friends for this project. we cannot proceed finishing the quest till some level :( i want to watch the story T_T
 
Experienced Elementalist
Joined
Jul 15, 2006
Messages
224
Reaction score
3
to get you understand how it works.you can just open your tera server folder and check server2go and run the webserver.

then internet will pop out. just type in 127.0.0.1/phpmyadmin

id root

pass:pASSWORD

create database tera -> import sql from tera server

Hi guys got my server online and just need some ideas for editing or change the data for npc/quest/addfriend,duel,guild create/vines path. ok 1st thing 1st how do fix this things? anyone care to teach me? what application i need?

since i just played and its alot of bugs and i just want to contribute with my friends for this project. we cannot proceed finishing the quest till some level :( i want to watch the story T_T

YES!! YES!! now i can login in thx all !!!

a ask it work with no-ip? or only with number ip external?
 
Initiate Mage
Joined
Feb 29, 2012
Messages
13
Reaction score
0
Put another web server.
"localhost"

Error
User: admin. Authentification failed!
 
Back
Top