renegade connection tool for irc [message #320557] |
Wed, 05 March 2008 09:27 |
|
Commandosky
Messages: 19 Registered: July 2007
Karma: 0
|
Recruit |
|
|
For ppl using renegade and irc, i made a small Script to connect to some servers directly from irc
Download here (link is in a post down here)
i also can use some feedback on how you guy's like the tool and the readme.txt file in it
- Commandosky
[Updated on: Wed, 05 March 2008 14:30] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: renegade connection tool for irc [message #320830 is a reply to message #320616] |
Thu, 06 March 2008 11:04 |
|
cmatt42
Messages: 2057 Registered: July 2004
Karma: 0
|
General (2 Stars) |
|
|
Blazer wrote on Wed, 05 March 2008 16:35 | If there is interest I may offer the "RenAway" script that v00d00 created for me. It's a mirc DLL + script that, whenever you join a renegade server, automatically sets you away on IRC with a message saying what server you are playing in (server name).
|
I would love this, actually.
GunKataGaming.net
|
|
|
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: 0
|
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
|
|
|
|
Re: renegade connection tool for irc [message #321197 is a reply to message #321138] |
Sat, 08 March 2008 14:17 |
dr3w2
Messages: 485 Registered: September 2006 Location: Ottawa,Canada
Karma: 0
|
Commander |
|
|
Commandosky wrote on Sat, 08 March 2008 04:18 | the last one, i shall check if i can use that one also.......
|
if you want i can also paste a simple script i wrote which will check your client log file, and output pages
It echo's you the last N pages that were sent to you ingame by reading the client_currentday .txt log files.
I just have random shit like that and some other irc relay things for a script i wrote for moderators @ n00bstories. I personally find the /pages handy for when you miss messages.
n00bstories Server Administrator
|
|
|