Grabbing

Post your ideas and suggestions here
Post Reply
Avaeth
Posts: 66
Joined: Mon Mar 15, 2010 7:25 pm
Location: Alzoc III Enclave

Grabbing

Post by Avaeth »

The current grabbing to ledges when jumping or so is done automaticly, which sometimes is annoying. It is, especially to small characters, which are small enough to grab to anything. I'm sure this happens to the 'grown ups' too. So what I'm asking for is it being able to be done manually, by pressing a button. Togglable, so everybody's happy.
Last edited by Avaeth on Tue May 25, 2010 2:48 am, edited 1 time in total.
User avatar
Fane Ornn'ila
Lost One
Posts: 567
Joined: Sun Jun 28, 2009 7:58 am

Post by Fane Ornn'ila »

Think you can turn it on and off with /rpclientconfig
Image


Fane Ornn'ila - Jedi Knight
¦ Mentor: Kaelen Sekura ¦

Avaeth
Posts: 66
Joined: Mon Mar 15, 2010 7:25 pm
Location: Alzoc III Enclave

Post by Avaeth »

Oh, yes. You can. Posting a script for those, who are having the same issue. Thanks.
Last edited by Avaeth on Tue May 25, 2010 3:20 am, edited 1 time in total.
Avaeth
Posts: 66
Joined: Mon Mar 15, 2010 7:25 pm
Location: Alzoc III Enclave

Post by Avaeth »

Code: Select all

bind xx "vstr toggleledge"
set toggleledge	"vstr toggle2"
set toggle1		"set toggleledge vstr toggle2;rpclientconfig ledgegrab 1"
set toggle2		"set toggleledge vstr toggle1;rpclientconfig ledgegrab 0"
Post Reply