Joint Ts without click on link

Tink0

New member
Messages
4
Points
0
Hi guys, 

- script Join Ts -1,{Oncommande: mes "[^6600CC Join Teamspeak ^000000]"; mes "<URL>Teamspeak.<INFO>"+ (.link$) + strcharinfo(0) +"</INFO></URL>"; close; OnInit:bindatcmd "joints",strnpcinfo(3)+"::Oncommande";do {.link$ = "ts3server://IPSERVER?port=PORTSERVER&password=PASSSERVER&nickname="; sleep 1000; } while(1);end;}
Someone know how to joints without click on link? 

> if someone want, you can use this script ^^

 
Last edited by a moderator:
Hi guys, 

- script Join Ts -1,{Oncommande: mes "[^6600CC Join Teamspeak ^000000]"; mes "<URL>Teamspeak.<INFO>"+ (.link$) + strcharinfo(0) +"</INFO></URL>"; close; OnInit:bindatcmd "joints",strnpcinfo(3)+"::Oncommande";do {.link$ = "ts3server://IPSERVER?port=PORTSERVER&password=PASSSERVER&nickname="; sleep 1000; } while(1);end;}
Someone know how to joints without click on link? 

> if someone want, you can use this script ^^
what does this script do sir? 

it will direct you to team speak link? via ingame?

 
Last edited by a moderator:
This script can join teamspeak3 when you click on Teamspeak after u do @joints. 

You join teamspeak3 with your char name.

 
Last edited by a moderator:
Atm i have to click on the link when i see the npc to start teamspeak..
<URL><INFO> is the client method to give you a link, maybe you have to inject some dll to client which when received a specific signal, will open webpage, (Other than that, can't think of any other way)

 
Atm i have to click on the link when i see the npc to start teamspeak..
<URL><INFO> is the client method to give you a link, maybe you have to inject some dll to client which when received a specific signal, will open webpage, (Other than that, can't think of any other way)
ok i try to make it. thank alot
default_smile.png


 
Back
Top