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 Up to date EMU Server Files

Status
Not open for further replies.
Experienced Elementalist
Joined
Feb 19, 2007
Messages
254
Reaction score
70
Here is a new up to date emu, i have no idea how to get a client connect to the server so have fun.

Loads of things work in this emu.

SRC:


Data:


Github:


Client:
 
Last edited:
Newbie Spellweaver
Joined
Jul 27, 2012
Messages
26
Reaction score
7
So basically this needs only launcher?
And ps, on which client it works?
 
Newbie Spellweaver
Joined
Jul 27, 2012
Messages
26
Reaction score
7
I have 1 launcher which worked for me earlier, I will try it and if it will be good, I will put it here ^^
 
Skilled Illusionist
Joined
Sep 29, 2006
Messages
398
Reaction score
32
Here is a new up to date emu, i have no idea how to get a client connect to the server so have fun.

Loads of things work in this emu.

SRC:


Compiled:


Data:



Web launcher:


Some info i found that might help find out how to get the client connect to server
Code:
[COLOR=#000000]D [/COLOR][COLOR=#666600]=[/COLOR][COLOR=#666600]&[/COLOR][COLOR=#000000] P1 [/COLOR][COLOR=#666600]=[/COLOR][COLOR=#000000] K_TERA [/COLOR][COLOR=#666600]&[/COLOR][COLOR=#000000] P3 [/COLOR][COLOR=#666600]=[/COLOR][COLOR=#000000] http[/COLOR][COLOR=#666600]:[/COLOR][COLOR=#880000]//newteraonline.ru/test/real/
[/COLOR][COLOR=#1C2837]Пример: F:\TERA\TERA_REL\ExLauncher.exe D=&P1=K_TERA&P3=http://newteraonline.ru/test/real/[/COLOR]

Code:
[COLOR=#880000]# Include "windows.h"[/COLOR]
[COLOR=#880000]# Include "shellapi.h"[/COLOR][COLOR=#000000]
[/COLOR][COLOR=#000000]
[/COLOR][COLOR=#000088]void [/COLOR][COLOR=#000000]main [/COLOR][COLOR=#666600]()[/COLOR][COLOR=#000000]
[/COLOR][COLOR=#666600]{[/COLOR][COLOR=#000000]
           SHELLEXECUTEINFO shExecInfo [/COLOR][COLOR=#666600];[/COLOR][COLOR=#000000]
           shExecInfo [/COLOR][COLOR=#666600]. [/COLOR][COLOR=#000000]cbSize [/COLOR][COLOR=#666600]= [/COLOR][COLOR=#000088]sizeof [/COLOR][COLOR=#666600]( [/COLOR][COLOR=#000000]SHELLEXECUTEINFO [/COLOR][COLOR=#666600]);[/COLOR][COLOR=#000000]
           shExecInfo [/COLOR][COLOR=#666600]. [/COLOR][COLOR=#000000]lpVerb [/COLOR][COLOR=#666600]= [/COLOR][COLOR=#000000]NULL [/COLOR][COLOR=#666600];[/COLOR][COLOR=#000000]
           shExecInfo [/COLOR][COLOR=#666600]. [/COLOR][COLOR=#000000]lpFile [/COLOR][COLOR=#666600]= [/COLOR][COLOR=#008800]"ExLauncher.exe" [/COLOR][COLOR=#666600];[/COLOR][COLOR=#000000]
           shExecInfo [/COLOR][COLOR=#666600]. [/COLOR][COLOR=#000000]lpParameters [/COLOR][COLOR=#666600]= [/COLOR][COLOR=#008800]"D = & = K_TERA P1 & P3 = http://newteraonline.ru/xlauncher.php" [/COLOR][COLOR=#666600];[/COLOR][COLOR=#000000]
           [/COLOR][COLOR=#000088]if [/COLOR][COLOR=#666600](! [/COLOR][COLOR=#660066]ShellExecuteEx [/COLOR][COLOR=#666600](& [/COLOR][COLOR=#000000]shExecInfo [/COLOR][COLOR=#666600]))[/COLOR][COLOR=#000000]
           [/COLOR][COLOR=#666600]{[/COLOR][COLOR=#000000]
                [/COLOR][COLOR=#660066]MessageBox [/COLOR][COLOR=#666600]( [/COLOR][COLOR=#006666]0 [/COLOR][COLOR=#666600], [/COLOR][COLOR=#008800]"Unable to run TERA." [/COLOR][COLOR=#666600], [/COLOR][COLOR=#008800]"Error" [/COLOR][COLOR=#666600], [/COLOR][COLOR=#006666]16 [/COLOR][COLOR=#666600]);[/COLOR][COLOR=#000000]
                [/COLOR][COLOR=#000088]return [/COLOR][COLOR=#666600];[/COLOR][COLOR=#000000]
           [/COLOR][COLOR=#666600]}[/COLOR][COLOR=#000000]
           [/COLOR][COLOR=#000088]else[/COLOR][COLOR=#000000]
           [/COLOR][COLOR=#666600]{[/COLOR][COLOR=#000000]
                [/COLOR][COLOR=#000088]return [/COLOR][COLOR=#666600];[/COLOR][COLOR=#000000]
           [/COLOR][COLOR=#666600]}[/COLOR][COLOR=#000000]
[/COLOR][COLOR=#666600]}[/COLOR]

from where did you get this files whit source code?
 
Initiate Mage
Joined
Oct 11, 2011
Messages
4
Reaction score
0
tera - Tera Up to date EMU Server Files - RaGEZONE Forums
how to fix:?:
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top