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!

How to compile? Atlas emulator TERA

Newbie Spellweaver
Joined
Jan 25, 2012
Messages
23
Reaction score
0

Pls say me how to compile this is emulator



i'm download Visual Studio 2015 and appeared new error.
Error CS0122 'TcpClient.Dispose(bool)" inaccessible due to its protection level. GameServer C:\Users\Cat\Desktop\atlas-tera-master\GameServer\Network\Connection.cs 317 Actively

public void Dispose()
{
m_Client.Dispose();
m_Stream.Dispose();
m_Address = null;
m_Buffer = null;
}
 
Last edited:
Newbie Spellweaver
Joined
Jan 25, 2012
Messages
23
Reaction score
0
hi, you should mark comment to

then try to compile, any way i using same vs 2015 and don't have this problem

Yes, working. But how connection to server.
You can share a client? And the connection informatio?



Correctly?
Faken - How to compile? Atlas emulator TERA - RaGEZONE Forums
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Yes, working. But how connection to server.
You can share a client? And the connection informatio?



Correctly?
Faken - How to compile? Atlas emulator TERA - RaGEZONE Forums

using tera eu client

and use this starter to localhost extract file to "GBR_eng\TERA\Client"
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 25, 2012
Messages
23
Reaction score
0


using tera eu client

and use this starter to localhost extract file to "GBR_eng\TERA\Client"




Say me pls why not files server after compilation.



Not file data with files and config for DB
 
Last edited:
Newbie Spellweaver
Joined
Jan 25, 2012
Messages
23
Reaction score
0
using tera eu client

and use this starter to localhost extract file to "GBR_eng\TERA\Client"

i',m started server and download client and use this starter to localhost extract file to "GBR_eng\TERA\Client", but him not found TLS.exeis to run as administrato.

If just run:
Error occured:
endPopup (65809)
 
Last edited:
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
i',m started server and download client and use this starter to localhost extract file to "GBR_eng\TERA\Client", but him not found TLS.exeis to run as administrato.

If just run:
Error occured:
endPopup (65809)

you need to setup http for serverlist file please read setup at old release tera emu in an old topic first
 
Newbie Spellweaver
Joined
Jan 25, 2012
Messages
23
Reaction score
0
you need to setup http for serverlist file please read setup at old release tera emu in an old topic first

Edit TeraStarter.bat on my adress?



i'm used global link, not localhost and error now endPopup (10)
My link "start TLS -serverlist:http://mydomen.ru/server/serverlist/server_list.en"
 
Last edited:
Joined
Feb 2, 2012
Messages
412
Reaction score
249
look at the Emulator State... (Packets)
there are only ~10 of them this Emulator is in Development stage...
seems there is only the Lobby done... no Enter_World Packet or else exist...
You have to wait for Updates...
I dont think you can do more then Creating a Character!

 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Yes, it's only in lobby state, i need time to analyze character list packet, it's change so much from version 3xxx
 
Back
Top