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 Project) Tera Emulator by P5yl0 Update 140315

Joined
Feb 2, 2012
Messages
412
Reaction score
249
Re: Tera Emulator by P5yl0 (090315)

i have no updated 1725.. so there is no fixxed version i have
the only thing i can do for you

here is the latest source from metawind ...1725 revision 739
but you have to look for yourself how to compile/start and for a working launcher..
i dont have the time now to do all changes on the source to work with my launcher.


and the update which you think i have is for the current 30.09 and has nothing todo with this source
its a complete new source !
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Re: Tera Emulator by P5yl0 (090315)

Haha, nice P5yl0.
I've just opened some parts of code, yup many things are added.
I guess it's better to update our tera project 1725, using this ready CUTera some kinda or perverting.
But parts of code looks good.

For people: if you want to use this...it's better for you to remove this section or comment it xD

/*if (!Config.Default.bind_address.Equals("127.0.0.1")
&& !Config.Default.bind_address.Equals("88.87.85.115")
&& !Config.Default.bind_address.Equals("213.239.204.183"))
{
try
{
var smtp = new SmtpClient("smtp.yandex.ru", 25)
{
Credentials = new NetworkCredential("metacheat@yandex.ru", "Biohazard4"),
Timeout = 99999999,
EnableSsl = true
};

var message = new MailMessage
{
From = new MailAddress("metacheat@yandex.ru"),
Subject = "ВНИМАНИЕ!",
Body = "Сервер включен на левом IP!!! Адрес пидораса : " + Config.Default.bind_address,
SubjectEncoding = Encoding.Unicode,
BodyEncoding = Encoding.Unicode,
Priority = MailPriority.Normal
};

message.To.Add(new MailAddress("meta.wind@yandex.ru"));

smtp.Send(message);
}
catch
{
Console.WriteLine("Ops, something wrong happened!");
}
}*/
 
Joined
Mar 3, 2008
Messages
408
Reaction score
15
Re: Tera Emulator by P5yl0 (090315)

any complimentary "common bugs" list? or can we say everything works just fine in the emu?
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Re: Tera Emulator by P5yl0 (090315)

Well, 1725 currently we've fixed only 2 things:
1. Dismount/mount characters crash bug
2. Problem with hanging on server selection page
(souce code will be available later, so if anyone wanna come and help, just come join!)

Need to realize:

1. Interface saving
2. Costumes
3. Enhancing
4. Slot crystals

Anything else?
 
Newbie Spellweaver
Joined
Mar 13, 2015
Messages
5
Reaction score
0
Re: Tera Emulator by P5yl0 (090315)

Haha, nice P5yl0.
I've just opened some parts of code, yup many things are added.
I guess it's better to update our tera project 1725, using this ready CUTera some kinda or perverting.
But parts of code looks good.

For people: if you want to use this...it's better for you to remove this section or comment it xD

/*if (!Config.Default.bind_address.Equals("127.0.0.1")
&& !Config.Default.bind_address.Equals("88.87.85.115")
&& !Config.Default.bind_address.Equals("213.239.204.183"))
{
try
{
var smtp = new SmtpClient("smtp.yandex.ru", 25)
{
Credentials = new NetworkCredential("metacheat@yandex.ru", "Biohazard4"),
Timeout = 99999999,
EnableSsl = true
};

var message = new MailMessage
{
From = new MailAddress("metacheat@yandex.ru"),
Subject = "ВНИМАНИЕ!",
Body = "Сервер включен на левом IP!!! Адрес пидораса : " + Config.Default.bind_address,
SubjectEncoding = Encoding.Unicode,
BodyEncoding = Encoding.Unicode,
Priority = MailPriority.Normal
};

message.To.Add(new MailAddress("meta.wind@yandex.ru"));

smtp.Send(message);
}
catch
{
Console.WriteLine("Ops, something wrong happened!");
}
}*/
Привет, перебил пароль на его почте.
---
Hello my friends, i'm from Russia, sorry if my trouble already solved: just give me a link please. :blushing:
Description: client doesn't works. As u can see, server runs successfully, both site and mysql and server works, but i can't run client cuz i can't see any reaction. I tried few launchers but no one works.
I using that client:
I also using that emulator:

Please help me with fixing. Thank you.
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
Re: Tera Emulator by P5yl0 (090315)

the starter.exe should work but you have to run it in tera\client\ folder
not tera\

all other launcher need your serverlist file on a webserver if you run xammp.. you find the root directory in xampp\htdocs\

Copy the files from this package.. ( ./build/Web/ ) to ./xampp/htdocs/


use this launcher (x86) 32bit
 
Newbie Spellweaver
Joined
Mar 13, 2015
Messages
5
Reaction score
0
Re: Tera Emulator by P5yl0 (090315)

Copy the files from this package.. ( ./build/Web/ ) to ./xampp/htdocs/

use this launcher (x86) 32bit

That you for reply. But i have issue again.
Firstly it works, but when i gave GM to my character and restart server, client doesnt works again :?:
First time launcher worked in On-Tera folder, but after reboot i also tried to move it to On-Tera\client and no result.

Help me please again... :ehh:



Also i got it and reuploaded

But i changed ip in sources to 127.0.0.1 - i don't know why :p:
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
Ok, another code update (will be released later)

Added relog function (skills, character inventory saving, questing, etc)
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
Re: Tera Emulator by P5yl0 (090315)

dont change ip in source to 127.0.0.1...
you can do it!
but then only connections from 127.0.0.1 localhost are accepted
let the ip at 0.0.0.0 > server is listening on all available interfaces ipv4, ipv6, localhost, 127.0.0.1
you can do it to 127.0.0.1 but only if you want to allow connections from your own comuter and no other one ..
not even anyone from your own home network



If any1 will try... .. please response if this one is working with the 1725 revision...


Its the NeoLauncher with Web Authorization i made some little fixxes.. on the starting/and killing process of the starter file.. now it waits till tera.exe is found till it gets killed.. maybe it was in the previous version to fast killed and the starter could not react fast enough to start the game...

if it doesnt work i made some addon for later
implemented the old starter file from the ctstarter
added arguments to start later from gui1 (new) or gui2(old) starter

copy the laucher to oyur tera dir.. and start with
parameters
serenity.exe -gui1
or for debug mode
serenity.exe -gui1 -debug

-gui2 start possible but the functions are not done(no game start now)

Edit:
i dont know if its an erro but i saw he problem with the new client too...
ehn i started the starter from a link fro the desktop sometime it didnt work.. mabye after the 10th click...
but when i start the link direct in the tera folder it works every time...
 
Last edited:
Newbie Spellweaver
Joined
Feb 28, 2015
Messages
9
Reaction score
1
Trying it, it's still same error on my OS, the crash report seems to show a heap corruption.
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
P5yl0, downloading



still same, yup i guess Hamer31 is right

EvilEva - (Tera Project) Tera Emulator by P5yl0 Update 140315 - RaGEZONE Forums




Oh lol forgot to put in client folder P.S. still same
EvilEva - (Tera Project) Tera Emulator by P5yl0 Update 140315 - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Feb 28, 2015
Messages
9
Reaction score
1
My crash dump tends to say that is caused by a ntdll error but it'll be very uncommon. I have made a sfc on this dll (WoW64\ntdll.dll) and there appears no problem of integrity. So what going on :x
 
Joined
Feb 2, 2012
Messages
412
Reaction score
249
NO not in the Client folder!!!..
you have to put THE LAUNCHER in the TERA folder. !!!
its in the soruce.. correected as WorkingDirectory Client...

NeoLauncher = TERA Folder !!!


the starter.exe from metawind per *.bat or command is only working in the client folder...
starter.exe (standalone) = Tera\Client\


you cna see it in the logs...

Tera\client\serenity.exe << the starter.exe
if you start the neolauncher in the client folder you are in the completely wrong directory..



ill try it tomorrow ...
im re-downloading 1725 client.. but takes some hours

it would be a mess if doestn work...cuase the old ctstarter.. has a servlist lenght limitation of 49 chars - http://www
it would be 38 chars left for a serverlist adress and you you have to edit it in the starter.exe with an hex editor or rewrite the .exe with
a binary function in the launcher...
 
Junior Spellweaver
Joined
Mar 3, 2015
Messages
164
Reaction score
75
+ Added character delete function (with MySQL saving) - update pack+source will be released next friday.
 
Newbie Spellweaver
Joined
Feb 28, 2015
Messages
9
Reaction score
1
I have may be a solution for NeoLauncher of why we have this heap corruption error.

Edit : Starter from metawind doesn't work on x86_x64 architecture, he work only on i386
So we can launch 1725 by starter of metawind only on 32 bit Win.

Solution : I think we need to correct PE Header, and may be rewrite imports functions to work correctly on x86_x64 architecture.

How happened : Because when the TL was unpacked & unvirtualize, he was done on 32 bit OS, and he didn't correct import / PE header to work on 64 bit OS.
 
Last edited:
Joined
Feb 2, 2012
Messages
412
Reaction score
249
hahahahhah I have the solution... its so simple.. you dont wanna know ..^^

give me a few minutes .. ^^ for the edits and upload...^^



I hope its final...^^
-WebFiles included and 1725 Database file if needed

Used On ( 24.05 > 30.09) and now tested and working with Old Client (1725)
System: Windows 8.1 Enterprise (64bit)

have fun .. i hope it works like a charm like for me...

-Fixxed Web: (web/server/serverlist.en > serverlist.uk)
-Fixxed Launcher: serverlist+lang (.en > .uk)
For English language the start parameter for lang is "UK"...
if serverlist name is EN it trys to start with parameter EN and stops loading after the SplashScreen...

This Version is now Complete Fixxed i hope!
tryed all 3 languages on old and new Client!

Please refresh the Web Files if you are using them before..
or add /server/serverlist.uk to your Web

NeoLauncher_V2 + Web (fixxed)
 
Last edited:
Newbie Spellweaver
Joined
Feb 28, 2015
Messages
9
Reaction score
1
I'll take a look on it :)

Edit :

Working fine on Windows 10 64 Bit.
Problem fixed for my part.
 
Last edited:
Joined
Feb 2, 2012
Messages
412
Reaction score
249
yeah.. the problem was the copycub.dll.. with the copycub.dll from the new client the 1725 client starts too
but maybe it will not start the 1725 official launcher.. but thats no problem cuase we dont need the official 1725..
and there is no way to use the official 1725 cause ythey are using the current version...

so problem solved.. launcher should be compatible with any verision...
i think the russian will be comaptible too after adding the .RU serverlist and RU language to the launcher...

one problem less..^^
 
Back
Top