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!

[VOIP] Working on AllrightSource

Status
Not open for further replies.
Joined
Aug 6, 2013
Messages
92
Reaction score
66
Extract ts3_server_amosin.rar in C:\WarZ\bin\
Open >HUD_TPSGame.cpp
Search for> ts3client_startConnection(1, identity, "YOUR IP", 9987, plr3msg, NULL, "", "12345678");
compile.
open ts3_server.exe and master and supervisor
Open WarZ and Join Server.
Link ts3_server.exe:


Link Source ts3_server.exe:

Change ip
open ts3server.sln

search 127.0.0.1
replace: YOUR_IP

Change password

search 12345678
replace: YOUR_PASS


Image
Screen_26112013_154549 - [VOIP] Working on AllrightSource - RaGEZONE Forums

WORKING ON ALLRIGHTSOURCE
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
May 15, 2013
Messages
240
Reaction score
19
Add this to you tutorial.
Open >HUD_TPSGame.cpp
Search for> ts3client_startConnection(1, identity, "YOUR IP", 9987, plr3msg, NULL, "", "YOUR PASS ANY PASS");
 
Banned
Banned
Joined
May 4, 2013
Messages
101
Reaction score
7
working thanks



hey slots 8 to slots 32 and 64 help lisance
 
Experienced Elementalist
Joined
May 15, 2013
Messages
240
Reaction score
19
I do this and don't appears nothinhg (if failed or if connected) now '-', and don't work.
 
Last edited:
Custom Title Activated
Loyal Member
Joined
May 18, 2006
Messages
1,425
Reaction score
119
thank you



anyone has TS3 free ?
 
Experienced Elementalist
Joined
Oct 30, 2009
Messages
290
Reaction score
23
Hello im having errors after i compile the source..

Code:
2014-01-18 18:27:25.010747|INFO    |ServerLibPriv |   | TeamSpeak 3 Server 3.0.2 (2012-07-19 10:50:53) SDK
2014-01-18 18:27:25.034748|WARNING |Accounting    |   | Unable to find valid license key, falling back to limited functionality
2014-01-18 18:27:25.559779|ERROR   |VirtualSvrMgr |   | addServer() failed to start VirtualServer, error: unable to bind network port

and

Code:
2014-01-18 18:27:25.552777|ERROR   |VirtualServer |  1| bind failed on 0.0.0.0:9987
2014-01-18 18:27:25.624782|INFO    |VirtualServer |  1| stopped
 
Custom Title Activated
Loyal Member
Joined
May 18, 2006
Messages
1,425
Reaction score
119
my ts3
ts3server://119.59.97.65:10200

do 9987 change to 10200 or not ?
 
Custom Title Activated
Loyal Member
Joined
May 18, 2006
Messages
1,425
Reaction score
119
ts3client_startConnection(
1,
identity,
"119.59.97.65",
9987,
plr3msg,
NULL,
"",
"pass");

how to set up ?
 
Custom Title Activated
Loyal Member
Joined
May 18, 2006
Messages
1,425
Reaction score
119
Code:
// string
ts3client_startConnection(
	serverConnectionHandlerID,
 	identity,
 	ip,
 	port,
 	nickname,
 	defaultChannelArray,
 	defaultChannelPassword,
 	serverPassword);

ts3client_startConnection(
	1, 
	identity, 
	"119.59.97.65", 
	9987, 
	plr3msg, 
	NULL, 
	"", 
	"pass");
 
Experienced Elementalist
Joined
Nov 6, 2013
Messages
251
Reaction score
20

It should not have a ts3 host, must be the source and run the .exe that is in the folder "Bin" at the source teamspeak 3 !!


I have explained you 40 times ! --'
 
Status
Not open for further replies.
Back
Top