Page 1 of 1

Grabbing

Posted: Tue May 25, 2010 2:40 am
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.

Posted: Tue May 25, 2010 2:46 am
by Fane Ornn'ila
Think you can turn it on and off with /rpclientconfig

Posted: Tue May 25, 2010 2:51 am
by Avaeth
Oh, yes. You can. Posting a script for those, who are having the same issue. Thanks.

Posted: Tue May 25, 2010 3:00 am
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"