Home » General Discussions » General Discussion » renegade connection tool for irc
Re: renegade connection tool for irc [message #320967 is a reply to message #320557] |
Thu, 06 March 2008 21:52 |
dr3w2
Messages: 485 Registered: September 2006 Location: Ottawa,Canada
Karma:
|
Commander |
|
|
Heres a couple mIrc snippets i have:
put these into remotes:
To connect to renegade server:
Toggle Spoiler
alias ren {
/run C:\Westwood\Renegade\game2.exe +connect IPHERE +NetPlayerName YOURNAMEHERE
}
^ the above works as sending an irc command
/ren
-OR-
alias ren {
/run C:\Westwood\Renegade\game2.exe +connect $1 +multi +NetPlayerName " $+ $2- $+ "
}
^^ the above would work as sending an irc command
/ren IPHERE NAMEHERE
To conenct on teamspeak:
Toggle Spoiler
alias teamspeak {
/run teamspeak://ADDRESSHERE:8767/?nickname=NAMEHERE?loginname=LOGINNAMEHERE?password=PASSWORDHERE
}
^ make the proper changes.
For RenLadder:
I realize this script is quite inefficient, and uses a textfile but i wrote it along time ago but it works extremely fast and echo's you all the info you want to know
Info is retrieved from renladder.blackhand-studios.net
Toggle Spoiler
alias renlad {
set %renLadNick $1-
set %renLadCount 0
set %renLadFile c:\renlad.txt
write -c %renladFile
sockopen renlad renladder.blackhand-studios.net 80
}
on *:sockopen:renlad:{
sockwrite -n $sockname GET /player.php?name= $+ %renLadNick HTTP/1.1
sockwrite -n $sockname Host: renladder.blackhand-studios.net $+ $crlf $+ $crlf
}
on *:sockread:renlad:{
if ($sockerr) {
echo -a Error with socket.
halt
}
else {
var %rlTemp
sockread %rgTemp
write %renLadFile %rgTemp
inc %renLadCount
if (%renladCount = 250) {
sockclose renlad
renLadVars
}
if (%rgTemp == Player not found!) {
echo -a [RenLad] Nick %renLadNick was not found in the renladder
}
}
}
alias renLadVars {
set %renLadFile c:\renlad.txt
var %nick $read(%renLadFIle, 14)
var %VehDestroyed $read(%renLadFIle, 50)
var %EnemKilled $read(%renLadFIle, 80)
var %Died $read(%renLadFIle, 68)
var %score $read(%renLadFIle, 44)
var %time $read(%renLadFIle, 56)
var %kd $read(%renLadFIle, 182)
var %buildings $read(%renLadFIle, 110)
var %avgscore $read(%renLadFIle, 201)
var %hit $read(%renLadFIle, 194)
var %tgames $read(%renLadFIle, 209)
var %vehtime $read(%renLadFIle, 62)
var %shotsfired $read(%renLadFIle, 104)
var %vehkills $read(%renLadFIle, 74)
var %headshots $read(%renLadFIle, 120)
var %torsoshots $read(%renLadFIle, 132)
var %crotchshots $read(%renLadFIle, 168)
var %armshots $read(%renLadFIle, 104)
var %legshots $read(%renLadFIle, 144)
var %squishes $read(%renLadFIle, 86)
echo -a $chan 14[RenLadder] [::11 %nick 14 ::]
echo -a $chan 14[RenLadder] 11Total Score: %score || Games: %tgames || Avg. Score: %avgscore || Time Ingame: %time
echo -a $chan 14[RenLadder] 11Kills: %EnemKilled || Deaths: %Died || K/D: %kd || Hit Ratio: %hit
echo -a $chan 14[RenLadder] 11[Shots:] Head: %headshots || Torso: %torsoshots || Crotch: %crotchshots || Leg: %legshots
echo -a $chan 14[RenLadder] 11Vehicles Destroyed: %VehDestroyed || Buildings Destroyed: %buildings
echo -a $chan 14[RenLadder] 11Time InVehicle: %vehtime || Shotsfired: %shotsfired
echo -a $chan 14[RenLadder] 11Kills from Vehicles: %vehkills || Squishes: %squishes
echo -a $chan 14[RenLadder] 11View page: http://renladder.blackhand-studios.net/player.php?name= $+ %renLadNick
}
Works by this command:
/renlad NAMEHERE
for example,
/renlad andr3w282 . Information is echo'd back ( meaning only you can see it )
n00bstories Server Administrator
[Updated on: Thu, 06 March 2008 21:56] Report message to a moderator
|
|
|
|
|
renegade connection tool for irc
|
|
|
Re: renegade connection tool for irc
By: Cat998 on Wed, 05 March 2008 11:35
|
|
|
Re: renegade connection tool for irc
By: BlueThen on Wed, 05 March 2008 13:39
|
|
|
Re: renegade connection tool for irc
|
|
|
Re: renegade connection tool for irc
By: Blazer on Wed, 05 March 2008 14:35
|
|
|
Re: renegade connection tool for irc
|
|
|
Re: renegade connection tool for irc
By: cmatt42 on Thu, 06 March 2008 11:04
|
|
|
Re: renegade connection tool for irc
|
|
|
Re: renegade connection tool for irc
|
|
|
Re: renegade connection tool for irc
By: Lone0001 on Wed, 05 March 2008 14:59
|
|
|
Re: renegade connection tool for irc
By: BlueThen on Wed, 05 March 2008 15:00
|
|
|
Re: renegade connection tool for irc
By: Renx on Thu, 06 March 2008 01:49
|
|
|
Re: renegade connection tool for irc
By: renalpha on Thu, 06 March 2008 03:09
|
|
|
Re: renegade connection tool for irc
By: dr3w2 on Thu, 06 March 2008 21:52
|
|
|
Re: renegade connection tool for irc
|
|
|
Re: renegade connection tool for irc
By: dr3w2 on Sat, 08 March 2008 14:17
|
Goto Forum:
Current Time: Mon Dec 02 01:30:15 MST 2024
Total time taken to generate the page: 0.00821 seconds
|