autojump interval for v1.4(1) by ~dickschnitzel~ - TribalWar Forums
Click Here to find great hosting deals from Branzone.com


Go Back   TribalWar Forums > Current Gaming > Tribes Talk
Reload this Page autojump interval for v1.4(1)
Thread Tools
~dickschnitzel~
Banned
Old
1 - 05-03-2015, 10:44
Reply With Quote
is there command to set autojump frequency? Ty
 
~dickschnitzel~ is offline
 
Sponsored Links
lemon
Sour++
Contributor
Old
2 - 05-03-2015, 11:04
Reply With Quote
u need unhappyjump
 
lemon is offline
 
~dickschnitzel~
Banned
Old
3 - 05-03-2015, 11:36
Reply With Quote
ok i got it ty
 
~dickschnitzel~ is offline
 
~dickschnitzel~
Banned
Old
4 - 05-03-2015, 12:08
Reply With Quote
ok i've tried plugin with nofix'es script but it just jumps once. i tried script by -liquid- and it does continuously jump, but it still misses tons of jumps :/

EDIT: lol forgot to post scripts

i put them in \config\modules and named them UnHappyJump.acs.cs

nofixes:
Code:
$Jump::Delay = 0.001;
function Jump::Start()
{
	if ((Client::GetTeam(getmanagerid()) == -1)) {
		postAction(2048, IDACTION_MOVEUP, 1);
	}
	else
	{
		function Jump::Jump()
		{
		  $l++;
			postAction(2048, IDACTION_MOVEUP, 1);
			schedule("Jump::Jump();", $Jump::Delay);
		}

		Jump::Jump();
	}
}
function Jump::Stop(){ function Jump::Jump(){} }

this 1 is from -liquid- guy:
Code:
editActionMap("playMap.sae");
bindCommand(keyboard0, make, "space", TO, "ski(1);");
bindCommand(keyboard0, break, "space", TO, "ski(0);");

function ski(%v){
    if(%v != "") $skiing = %v;
    if($skiing) {
        postAction(2048, IDACTION_MOVEUP, 1);
        schedule("ski();", 0.001);
    }
}
 
~dickschnitzel~ is offline
 
Last edited by ~dickschnitzel~; 05-03-2015 at 12:26..
rtcll
VeteranX
Old
5 - 05-03-2015, 17:31
Reply With Quote
why are you touching any of this you ****ing sperg
 
rtcll is offline
 
Kismet
Veteran
Old
6 - 05-03-2015, 17:36
Reply With Quote
Quote:
Originally Posted by rtcll View Post
why are you touching any of this you ****ing sperg
a better question is rtcll y are you raging at some nerdy kid that likes messing around with the scripting of tribes
 
Kismet is offline
 
~dickschnitzel~
Banned
Old
7 - 05-03-2015, 18:33
Reply With Quote
Im not sperging. the reason im messing with this is if i skii too perfectly down the hill i always have my speed significantly reduced or come to dead-stop (if its a big hill) and start going backwards. Until yesterday i thot that was normal and i had too skii more roughly, but tool obs me on skii map and said he also uses 1.4 and i should get it fixed because its not normal.
 
~dickschnitzel~ is offline
 
Last edited by ~dickschnitzel~; 05-03-2015 at 18:36..
groove
VeteranXX
Old
8 - 05-03-2015, 19:00
Reply With Quote
Code:
//Bind for Ski
function PlasSki::addBindsToMenu() after GameBinds::Init
{
	GameBinds::SetMapNoClearBinds( "playMap.sae" );
	GameBinds::addBindCommand( "Plasmatic's Ski", "$Plas::skiing = true;Plas::Ski(true);", "$Plas::skiing = false;" );
}

function Plas::Ski()
{
	if($Plas::skiing)
	{
		postAction(2048, IDACTION_MOVEUP, 1);
		schedule("Plas::Ski();",0.05);	//jump jump jump	
	}
}
?

never used it but looks like it should work
 
groove is offline
 
~dickschnitzel~
Banned
Old
9 - 05-04-2015, 01:39
Reply With Quote
i put it in \config\modules and it appears as bind under inventory tab, but it still won't jump :/
 
~dickschnitzel~ is offline
 
groove
VeteranXX
Old
10 - 05-04-2015, 01:58
Reply With Quote
that + unhappyjump and binding it to space in the menu works for me

its possible another script is conflicting / rebinding your keys etc
 
groove is offline
 
~dickschnitzel~
Banned
Old
11 - 05-05-2015, 12:09
Reply With Quote
i tried it on stock config, plugin loads and bind is under inventory tab but it still doesnt want 2 jump or auto jump.
 
~dickschnitzel~ is offline
 
libra
VeteranXX
Old
12 - 05-05-2015, 12:31
Reply With Quote
can we implement mario triple jump in 2 tribe plz
 
libra is offline
 


Go Back   TribalWar Forums > Current Gaming > Tribes Talk
Reload this Page autojump interval for v1.4(1)

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 06:46.