|
Scripts
|
|
12 Jul 10, 05:57AM
Post: #91
|
|||
|
|||
|
RE: Scripts
Can someone tell me the sniper script. Were after shooting it pulls out your pistol automatically?
|
|||
|
12 Jul 10, 06:16AM
Post: #92
|
|||
|
|||
|
RE: Scripts
That's not allowed ;)
|
|||
|
12 Jul 10, 06:20AM
Post: #93
|
|||
|
|||
|
RE: Scripts
I'm pretty sure with the course of ac 1.1 that they're going to kill the sniper pistol combo soon anyway (a really stupid move imo) so I wouldn't use the sniper pistol combo anymore tbh.
|
|||
|
12 Jul 10, 06:31AM
(This post was last modified: 12 Jul 10 06:32AM by Mael.)
Post: #94
|
|||
|
|||
|
RE: Scripts
I'm pretty sure they won't be killing anything. The devs have mentioned multiple times that with the sniper's reduced damage it will require two pistol shots to kill and unarmored enemy. I doubt the sniper+pistol combo is going anywhere.
Unless that's what you meant by killing it. |
|||
|
12 Jul 10, 09:47AM
Post: #95
|
|||
|
|||
|
RE: Scripts
That is what I meant by killing it. The charm of the sniper pistol combo was that it was one sniper shot, one pistol shot. Not one sniper shot, two pistol shot. In the time it takes to land that extra shot you could have easily missed or the opponent could have killed you.
|
|||
|
12 Jul 10, 05:24PM
Post: #96
|
|||
|
|||
|
RE: Scripts
Code: bind "MOUSE1" [attack; sleep 1000 [suicide]] |
|||
|
12 Jul 10, 06:09PM
(This post was last modified: 12 Jul 10 06:14PM by bballn45.)
Post: #97
|
|||
|
|||
|
RE: Scripts
Wait so im not allowed to use it?
lol DES V-Man didn't work out so great on the hi-skill ladder :P I was like -8 and 8. |
|||
|
12 Jul 10, 07:00PM
(This post was last modified: 12 Jul 10 07:01PM by |BC|Wolf.)
Post: #98
|
|||
|
|||
|
RE: Scripts
Code: "Wait so im not allowed to use it?"Code: "lol DES V-Man didn't work out so great on the hi-skill ladder :P I was like -8 and 8." |
|||
|
12 Jul 10, 07:45PM
Post: #99
|
|||
|
|||
|
RE: Scripts
I was on the NZ server Kiwi.
|
|||
|
12 Jul 10, 08:27PM
Post: #100
|
|||
|
|||
|
RE: Scripts
Soooooo, DES|V-Man, I think I might blame you for my horrible score in some matches I've played recently. My score didn't go negative because I was actually good enough to get headshots.
|
|||
|
12 Jul 10, 08:35PM
Post: #101
|
|||
|
|||
|
RE: Scripts
Protip:
Whenever you see someone suggesting you to bind something to MOUSE1, you should really take a minute to try to figure out what exactly it's going to do. Otherwise you'll find yourself suiciding every second you try to use your weapon. :P bind "MOUSE1" [attack; Watch out for that ; - it's sneaky. :D |
|||
|
12 Jul 10, 09:51PM
Post: #102
|
|||
|
|||
|
RE: Scripts
Protip:
I questioned its viability, so I made my own so he didn't sneak anything in there. It went like Code: bind mouse1 [say [HAHAHAHAHAHA, GOODBYE WORLD]; suicide]. |
|||
|
12 Jul 10, 11:30PM
Post: #103
|
|||
|
|||
|
RE: Scripts
Well you won't get very far without attack; :P
|
|||
|
13 Jul 10, 12:30AM
(This post was last modified: 13 Jul 10 12:30AM by Ronald_Reagan.)
Post: #104
|
|||
|
|||
|
RE: Scripts
Yep, thats why I changed it to mouse2 (I changed it to mouse2 btw), its a good way to train to no-scope, not like I already do no-scope (its hard for me to scope with a trackpad).
|
|||
|
13 Jul 10, 02:42AM
Post: #105
|
|||
|
|||
|
RE: Scripts
lol now that you're mentioning scoping. Don't you just love it when noobs flame at you cause you used scope and they are so proud they don't :D
|
|||
|
13 Jul 10, 02:49AM
Post: #106
|
|||
|
|||
|
RE: Scripts
What I like is when I'm beating everyone else, and the topic of no-scoping comes up, and I tell them I no-scope, when they do.
|
|||
|
13 Jul 10, 03:08AM
Post: #107
|
|||
|
|||
|
RE: Scripts
Does:
Code: bind mouse1 [say [HAHAHAHAHAHA, GOODBYE WORLD]; suicide]Shouldn't it be Code: bind mouse1 [say "HAHAHAHAHAHA, GOODBYE WORLD"; suicide] |
|||
|
13 Jul 10, 03:16AM
Post: #108
|
|||
|
|||
|
RE: Scripts
LOL
<3 |
|||
|
13 Jul 10, 04:39AM
Post: #109
|
|||
|
|||
|
RE: Scripts
hello does anyone have a script to zoom with the mouse wheel with qualguer weapon I had this script he tamnho increase the general aim of reducing the distance and the view was just pressed the scroll
|
|||
|
13 Jul 10, 04:50AM
Post: #110
|
|||
|
|||
|
RE: Scripts
Am i correct V-Man?
Im not very good at scripting. AT ALL. xD |
|||
|
13 Jul 10, 04:51AM
(This post was last modified: 13 Jul 10 04:51AM by Bukz.)
Post: #111
|
|||
|
|||
|
RE: Scripts
Your version is the "proper" one DrauL. :)
Edit: But I'd use: Code: bind "MOUSE1" [say "HAHAHAHAHAHA, GOODBYE WORLD"; suicide] |
|||
|
13 Jul 10, 04:51AM
Post: #112
|
|||
|
|||
|
RE: Scripts
Well. That will do :P
|
|||
|
13 Jul 10, 11:18AM
Post: #113
|
|||
|
|||
|
RE: Scripts
Random Alias
Code: //Put all your aliases here that you want to select at randomRandom Slap Code: slap = [say slaps ($arg1)(at $randomslap (rnd 6))]Thanks to R4 for helping me learn the random and if commands, and putting up with my noobyness! :D |
|||
|
13 Jul 10, 02:41PM
Post: #114
|
|||
|
|||
|
RE: Scripts
@DrauL:
Yes, both of those will actually function. Look in the source code -- "" and [] are practically the same in CubeScript. And ; is just used to separate otherwise ambiguous code blocks (I overuse it to give myself a sense of grammar). @capeta: Code: bind "MOUSE4" [fov (+ $fov 10)] |
|||
|
13 Jul 10, 02:44PM
Post: #115
|
|||
|
|||
|
RE: Scripts
V-Man that destroys editing binds.
Code: bind "MOUSE4" [ if $editing [universaldelta 1] [fov (+ $fov 10)] ] |
|||
|
13 Jul 10, 02:49PM
Post: #116
|
|||
|
|||
|
RE: Scripts
If I thought it actually destroyed them, I'd spew out the binds more carefully.
I just have faith that people know how to make their own editing keybinds. |
|||
|
13 Jul 10, 07:30PM
Post: #117
|
|||
|
|||
RE: Scripts
(12 Jul 10 05:57AM)bballn45 Wrote: Can someone tell me the sniper script. Were after shooting it pulls out your pistol automatically? I made a new script for those of you asking for this one. :P Nothing personal bbaln, we be cool. Code: amialoser = [type /amialoser [response for your friends to hear] |
|||
|
13 Jul 10, 09:26PM
(This post was last modified: 13 Jul 10 11:16PM by |BC|Wolf.)
Post: #118
|
|||
|
|||
|
RE: Scripts
!!! EDIT = This script was found in Bukz CubeScript tutorial, though he claims he didn't make it. If you made it please tell me so I can give you some credit :P !!!
If you ever get the "flag bug" (when you can't see the flag), then simply type /reconnect. Code: // Put the following code into your autoexec.cfg - and use the newly created /reconnect command to quickly disconnect & reconnect to the server that you are currently on. As with any other alias/command, you may bind it to a key. |
|||
|
13 Jul 10, 09:34PM
Post: #119
|
|||
|
|||
|
RE: Scripts
Yeah, you were right, draul, but it does work, and it was scripting on the fly, mostly because I was in a server by myself and I wanted to do it fast. I didn't think about it as much because I kept on putting a space between mouse and 1 (ie "mouse 1")
|
|||
|
13 Jul 10, 09:51PM
Post: #120
|
|||
|
|||
|
RE: Scripts
Actually |BC|Wolf, I did not write that script, just used it as a good example of how to interact with servers in CubeScript. If anyone does know who the original author of that script is, I'd like to give them credit for it on the tutorial we are writing. :)
|
|||
|
« Next Oldest | Next Newest »
|



