More binds
|
2016-02-22, 15:16
Post: #1
|
|||||||
|
|||||||
More binds
Hello guys,
Is is possible to use more than the binds (and binds with multiple messages after each other), like with Mary? Or can i write such programs (i can't program very good myself, but if i know what i can do, it'll work (like copying a part of the source of LFSRelax))? Regards, [CSR] Wouter |
|||||||
|
|||||||
2016-02-22, 15:29
Post: #2
|
|||||||
|
|||||||
RE: More binds
Hi
I use Clavier+, then set up LFS scripts. For example, ALT+3 for me is a bind which says how to send money to other players. Clavier+ script: Code: [T] [{Wait,25}] //send_money [ENTER] //send_money script: Code: /say ^1[^7To send money type: ^6!send <Amount> <LFS Username>^1] Or, binds with multiple messages after eachother, like in the case of my "how to send a private message" bind: Clavier+ script: Code: [T] [{Wait,25}] //pm_1 [ENTER] [{Wait,550}] [T] [{Wait,25}] //pm_2 [ENTER] //pm_1 script: Code: /say ^7To send a private message, type ^1!pmto <recipient username> //pm_2 script: Code: /say ^7Then to send a message, type ^1!pm <your message> |
|||||||
|
|||||||
2016-02-22, 18:28
Post: #3
|
|||||||
|
|||||||
RE: More binds
Thank you very much!
|
|||||||
|
|||||||
2016-02-23, 02:33
Post: #4
|
|||||||
|
|||||||
RE: More binds
Is there any alternative & easy application?
|
|||||||
|
|||||||
2016-02-23, 10:03
Post: #5
|
|||||||
|
|||||||
RE: More binds | |||||||
|
|||||||
2016-02-23, 10:39
Post: #6
|
|||||||
|
|||||||
RE: More binds
(2016-02-23 10:03)Dan Wrote:(2016-02-23 02:33)KooKoo Wrote: Is there any alternative & easy application? I did what you mentioned, I set a bind for numpad 4 to "/say !x turn left" and I have to click "T" in game and then click numpad 4. Can you help me? |
|||||||
|
|||||||
2016-02-23, 13:20
(This post was last modified: 2016-02-23 13:23 by Barney.)
Post: #7
|
|||||||
|
|||||||
RE: More binds
of course you do have to press "t", how would your script know where to put the "/say blabla"? according to dans post:
(2016-02-22 15:29)Dan Wrote: Clavier+ script:you can either do that, replacing send_money with x_left like Clavier+ script: Code: [T] [{Wait,25}] //x_left [ENTER] //send_money script: Code: /say !x turn left] the send_money script is a lfs-script. using lfs scripts is only necessary when you want multiple lines, because you need a around 0,5 second delay to get the second line to be sent. if you only want one line, i bet theres a way like: Code: [T] [!x turn left] but im not familiar with clavier. i use autoit. there you'd do something like: Code: HotKeySet("{NUMPAD7}","_num7") either way you need to tell the script to press t to open the textbox. lfs scripts use /say to do this, other programms need to do it on their own. |
|||||||
|
|||||||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies: | Views: | Last Post | |
TC Binds [v1.18] | Adrian | 68 | 74,734 |
2024-07-12 16:03 Last Post: Adrian |
User(s) browsing this thread: 1 Guest(s)
Powered By MyBB, © 2002-2024 MyBB Group