Joemomma5000
06-13-2009, 01:09 PM
I try to run as minimalist as possible. Ski script, gren/mine toss, waypointer, that's it. I can't find a solo waypointer though.
Plez halp
Plez halp
LF Simple Auto-WaypointerJoemomma5000 06-13-2009, 01:09 PM I try to run as minimalist as possible. Ski script, gren/mine toss, waypointer, that's it. I can't find a solo waypointer though. Plez halp Lemon 06-13-2009, 01:34 PM ctrl-e Joemomma5000 06-13-2009, 02:13 PM Awesome very helpful Dispatch 06-13-2009, 02:42 PM lol... well, how about something a little more in depth. Lemon, i know you have a solution for this one. When tribes loads up, there is a dynamix animation. I have seen this turned of with a certain script pack i used to use, but how do i choose to shut it off stand alone, so i loads right to the first page? Lemon 06-13-2009, 02:52 PM not tested # cycle through teammates and notify if you want bindCommand(keyboard0, make, "e", TO, "Escort();"); bindCommand(keyboard0, break, "e", TO, "sound(\"failpack.wav\");"); bindCommand(keyboard0, make, "r", TO, "EscortNotify();"); bindCommand(keyboard0, break, "r", TO, "sound(\"failpack.wav\");"); function Escort() { $EF++; if($EF > 2099 || $EF < 2049) $EF = 2049; %EscortTeam = Client::GetTeam($EF); if($EF == "" || Client::GetTeam(getManage rId())) { Escort(); return; } if($EF == getManagerId()) { remoteBP(2048, "<jc><f1>No New Target Data", 1); return; } else remoteEval(2048, "IssueTargCommand", 2, "Escort: " @ Client::GetName( $EF ) @ ".~wescfr", $EF - 2048, getManagerId()); } function EscortNotify() { if($EF == getManagerId() || $EF == -1 || $EF == "") remoteBP(2048, "<jc><f1>No Target Data", 1); else { %ename=Client::GetName($E F); say(1, "I Am Escorting "@%ename@".~wready"); } } $pref::skipIntro = "TRUE"; Dispatch 06-13-2009, 11:10 PM awesome, how about the mouse wheel script...it doesnt scroll in both directions for me. Is this common? If it wont work the right way, ill just go back to binding buttons in its place. Lemon 06-13-2009, 11:16 PM you need the new hudbot mem.dll GreyHound 06-14-2009, 12:36 AM Are you sure you want the waypoint to be that simple? I mean why would you press "e" a million times to get the waypoint correct? Joemomma5000 06-14-2009, 12:44 AM I'm just looking for something that when my team grabs the flag will auto-escort him. Lemon 06-14-2009, 12:54 AM Are you sure you want the waypoint to be that simple? I mean why would you press "e" a million times to get the waypoint correct? I used something similar so I could choose who to "escort" not necessarily just the flag carrier joemomma just pull the scripts out of andrews 10k for waypointing Joemomma5000 06-14-2009, 02:40 AM Yeah I was looking into it, but im lazy and don't want to rebind everything/spend the time re-figuring this out after a decade. Waypointing can't be done in a seperate .cs and called to with autoexec can it? GreyHound 06-14-2009, 10:11 AM It could be quite uncomplicated if you want it to work on active servers only. (zAdmin) ManyLith 06-14-2009, 12:34 PM I've always used CTFHud By Ryan... It' has a good size hud with plenty of options..but i just disable all of them but the Escort and score Hud.. Heres a screen shot of the Hud with most of the crap taken away from it. http://www.dynamixwow.com/uploads/CTFHUD.jpg It auto waypoints either the Friendly of the Enemy flag taker when flag is taken. You can switch between Friendly/Enemy/Off. It also has a timer for when the flag is dropped in the field. Joemomma5000 06-14-2009, 01:46 PM I've always used CTFHud By Ryan... It' has a good size hud with plenty of options..but i just disable all of them but the Escort and score Hud.. Heres a screen shot of the Hud with most of the crap taken away from it. http://www.dynamixwow.com/uploads/CTFHUD.jpg It auto waypoints either the Friendly of the Enemy flag taker when flag is taken. You can switch between Friendly/Enemy/Off. It also has a timer for when the flag is dropped in the field. perfect, where do I get it? Dare 06-14-2009, 06:41 PM andrew's 10k has a good one ManyLith 06-15-2009, 07:10 PM Well im on vacation right now in VA Beach so i cant give it to you..might have it on FilePlanet.com. Look for CTFHud 1.14....i think that's what it's called. I'll look around for it later.. Lemon 06-15-2009, 09:36 PM Well im on vacation right now in VA Beach so i cant give it to you..might have it on FilePlanet.com. Look for CTFHud 1.14....i think that's what it's called. I'll look around for it later.. REQUIRES PRESTO PACK UNLESS SOMEONE MADE A PORT ManyLith 06-15-2009, 10:02 PM REQUIRES PRESTO PACK UNLESS SOMEONE MADE A PORT Yes it does require Presto Pack and Zear's NewOpts. Most of the scripts I use require Presto Pack, I just don't use the Huds that come with Presto Pack. Dispatch 06-21-2009, 04:41 PM i have ctfhud.cs version 1.4, i could zip it up for you if i knew where a good place to host it is located | ||