Spinal
09-01-2003, 02:59 PM
connect("64.94.11.164:28016");
How do you add passwords?
How do you add passwords?
[T1] Quick connect scriptSpinal 09-01-2003, 02:59 PM connect("64.94.11.164:28016"); How do you add passwords? SuperSlug 09-01-2003, 03:09 PM clamconnect function join(%ip, %password) { $Server::JoinPassword = %password; connect(%ip); } NOVA|lam 09-01-2003, 03:11 PM connect("64.94.11.164:28016", "password"); How do you add passwords? like that i think edit:nope Spinal 09-01-2003, 03:21 PM thanks again sluggy! Spinal 09-01-2003, 03:25 PM Is there any way to get the script to keep trying passwords until it finds the right one??? Eg. Sometimes the Match servers pass =june, or 3v3, or scrim, or someothershit. Syntax error on line 5? What's wrong wit it?? function join(%ip, %password) { $Server::JoinPassword = %password; connect(%ip); %ip = 64.94.11.164:28016; %password = june; } SuperSlug 09-01-2003, 09:33 PM I thought about trying to do something like that, but I was too lazy to figure it out. I'm sure it's not that hard. Mafo 09-01-2003, 09:58 PM if you don't want to use any scripts goto a pw'ed server, and attempt to join it with the pw you want to use it won't work, but then type connect("IP"); and it'll join I don't use superIP and sometimes the match servers aren't on the refreshed master list so i've done this since day one Shinigami 09-01-2003, 10:20 PM Or you can just type "$Server::JoinPassword = <password>;" KiLLeR2001 09-02-2003, 12:42 AM does connect("IP:PORT:PW"); work? never tried it but it seems logical to me cyclonite 09-02-2003, 12:45 AM %ip = 64.94.11.164:28016; should probably be %ip = "64.94.11.164:28016"; Jelly 09-02-2003, 01:09 AM Try this, it will change the gui a bit but the quick connect is added with a pw option. Plus it auto demos for you. I believe you need newops though Here ya go (http://www.student.nvcc.vccs.edu/home/cschoenmann/TribesFiles/Big%20Bunnys%20Scripts/newif.zip) *SPAWN* Devil 09-07-2003, 03:47 PM did you also know that you can join a tribes 1 server via s shortcut that you place on your desktop? very very handy as long as the ip doesn't change often i have never thought to give it a password too, not hard i'm shure but here u go. make a shortcut to your tribes.exe by right clicking on it and copy then right click again anywhere and click make shortcut and then for the target change it to say "C:\Dynamix\TRIBES\Tribes. exe +connect ip:209.220.161.110:28001" accordingly (you can probably just add another colon to add a password ) | ||