[T1 Request] Repair Kits by wrEk - TribalWar Forums
Click Here to find great hosting deals from Branzone.com


Go Back   TribalWar Forums > Current Gaming > Tribes Scripting and Modifying
Reload this Page [T1 Request] Repair Kits
Thread Tools
wrEk
VeteranX
Old
1 - 10-21-2002, 22:24
Reply With Quote
I need a script for z0dd that will:
  • Buy, and use, a definable amount of repair kits at an Inv at the press of a button (or 6 repair kits if having the amount definable is too cumbersome)
  • With this same button, if I'm not at an Inv, it would use the one repair kit that I have
Wish I could script, then I could just do it myself Oh well.
 
wrEk is offline
 
Sponsored Links
SuperSlug
VeteranX
Contributor
Old
2 - 10-21-2002, 22:42
Reply With Quote
Code:
bindCommand(keyboard0, make, "h", TO, "z0ddkit::go();");
bindCommand(keyboard0, break, "h", TO, "");
function z0ddkit::go()
{
	for(%cnt = 1; %cnt <= 6; %cnt++)
	{
	    remoteEval(2048, useItem, 39);
	    remoteEval(2048, buyItem, 39);
	}
}
z0dd_hud has mute features which will let you ignore the "you don't have a repair kit to buy" or whatever message it says.
 
SuperSlug is offline
 
wrEk
VeteranX
Old
3 - 10-21-2002, 22:47
Reply With Quote
Dude I'm so retarded nevermind.
 
wrEk is offline
 
snow
VeteranX
Old
4 - 10-22-2002, 01:42
Reply With Quote
i cant get any mute functions to work, ive tried z0dd_hud ones, as well as independant ones, they never mute the messages.
anyideas why?
 
snow is offline
 
g0ds gReeN
VeteranXX
Contributor
Old
5 - 10-22-2002, 01:54
Reply With Quote
z0dd_kit.cs
 
g0ds gReeN is offline
 
blackpeople
REEEEEEEEEEEXV
Old
6 - 10-22-2002, 11:56
Reply With Quote
my brother edited the z0dd_kit so if someone can host it for me that would be very nice. its set up to where you do not need to press a key to buy health kits at an inv, it will automatically do it for you when you choose your load out. its stand alone so it should work with any script packs and what not. talk to my brother "savage" if you have any problems.

dcc me in irc if you need it, nick: valcom, #rez.
 
blackpeople is offline
 
Last edited by blackpeople; 10-22-2002 at 12:49..
random
VeteranXX
Old
7 - 10-22-2002, 14:46
Reply With Quote
open z0ddhud, go down to here

Code:
/////////////////////////////////////////////////////////////////////////////////////////
// Proces and route all client messages
/////////////////////////////////////////////////////////////////////////////////////////
find

Code:
else if (%msg == "Station Access On") {
		z0ddhud::enteredStation(%msg);
		return (!$z0ddhud:filterMsgs);
	}
and change it to

Code:
else if (%msg == "Station Access On") {
		z0ddhud::enteredStation(%msg);
                z0ddkit::go();
		return (!$z0ddhud:filterMsgs);
	}
 
random is offline
 
SuperSlug
VeteranX
Contributor
Old
8 - 10-22-2002, 14:51
Reply With Quote
For the above to work, you need to have z0ddkit::go() functions in a file before z0dd_hud.cs or in z0dd_hud.cs
 
SuperSlug is offline
 
random
VeteranXX
Old
9 - 10-22-2002, 14:52
Reply With Quote
yeah sorry, you need to be using z0ddkit for it to work
i just assumed you were still using z0ddkit wrek

i use my own form of repair kit script, which exec's before z0ddhud
 
random is offline
 
wrEk
VeteranX
Old
10 - 10-22-2002, 18:19
Reply With Quote
z0ddkit works fine i just completely forget about its existence.
 
wrEk is offline
 
Ragnafrak
VeteranX
Contributor
Old
11 - 10-22-2002, 18:29
Reply With Quote
Quote:
Originally posted by SuperSlug
For the above to work, you need to have z0ddkit::go() functions in a file before z0dd_hud.cs or in z0dd_hud.cs
you would just need the function defined sometime before you enter a station in the game, the load order doesn't matter in tribes 1 scripting
 
Ragnafrak is offline
 


Go Back   TribalWar Forums > Current Gaming > Tribes Scripting and Modifying
Reload this Page [T1 Request] Repair Kits

Social Website Bullshit


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


AGENT: claudebot / Y
All times are GMT -4. The time now is 02:06.