Toribash
Real Challenge
REALLY BIG CHALLENGE!!!

Stand up script like in sumotori dreams game stand up is always same. I want someone to make a script with something like this. No ground detection or any other scripted detection required atleast you want to make it better. Tori or uke should stand up by only moving joints of course...

http://www.youtube.com/watch?v=O8KAUoW0Juo

e: reward 1000tc for good working script
Last edited by dainiusb; Aug 9, 2011 at 03:21 PM.
Can someone find what needs to be changed in the atmospheres script to make it work for 3.91? probably just an update of older commands.
Attached Files
Atmospheres.lua (7.7 KB, 7 views)
aight im back with another request. im loving the chatscript but now i ask, a script to skip to a certain frame of a replay (dunno if its possible)
A dueler is only a good as his finest lift.

I love many people on this forum such as ...
Uric|Internet|Stellar|Wesley|Boonana|AJ|FireBolty|iRookie|Brucia|Kristis133|Liquidoom|Lightningkid
[type=noob]monk[noob]
I respect...
@Dr0pK1ck: Done. Tells you what to do when you load it. If you do it while playing it enters replay mode.

e: the second one jumps faster but clears your chat (because it spams it prior to that)
Attached Files
jumpFrame.lua (487 Bytes, 22 views)
jumpFrame2.lua (1.1 KB, 21 views)
Last edited by psycore; Aug 6, 2011 at 02:04 PM.
Signature temporarily out of order.
ahhh. thank you good sir, another good script. spamming chat aint a biggy



edit: it dont spam my chat?

also, this is so fricking cool, it''d be epic to use in a toribash video
Last edited by DropKick; Aug 8, 2011 at 06:29 PM.
A dueler is only a good as his finest lift.

I love many people on this forum such as ...
Uric|Internet|Stellar|Wesley|Boonana|AJ|FireBolty|iRookie|Brucia|Kristis133|Liquidoom|Lightningkid
[type=noob]monk[noob]
I respect...
Perhaps I should mention you need DeScript for atmospheres.lua to work.
Maybe that will help whoever is trying to figure it out.. figure it out.
okay next script suggestion...


something like to go directly to a replay.

eg. /replay ukeplosion

then it starts up the replay titled "ukeplosion"
A dueler is only a good as his finest lift.

I love many people on this forum such as ...
Uric|Internet|Stellar|Wesley|Boonana|AJ|FireBolty|iRookie|Brucia|Kristis133|Liquidoom|Lightningkid
[type=noob]monk[noob]
I respect...
Originally Posted by Dr0pK1ck View Post
okay next script suggestion...


something like to go directly to a replay.

eg. /replay ukeplosion

then it starts up the replay titled "ukeplosion"

Why not use the command /loadreplay or /lr <replayname>.rpl?
~knight zero~
Lua code:

add_hook('command', '', function(cmd)
_, _, replayname = cmd:find('^replay (.+)$')
if (type(replayname) == 'string') then
run_cmd('loadreplay ' .. replayname .. '.rpl')
return 1
end
end)
-- Not required for the script to function; this merely stops echoing of "loadreplay [replay].rpl\n".
add_hook('console', '', function(str)
if (str:find('loadreplay')) then
return 1
end
end)


Note: If you decide to actually use this over /lr [replay].rpl, you should be ashamed. I only made it to demonstrate how simple it is to do things if you put the effort to learn in. If you need a bunch of little scripts for your personal use, you'll find that in the long run it is much more beneficial to know how to make and edit them yourself.
<TthunderR> eminem is best raper alive