Having some issues with bot picking up the same Quest Public and Regular Quest is there away to prevent this?
also how can i stand up after changing channels and prevent my bot from looking around? i just want it to stand at a waypoint
Need Some help please
Re: Need Some help please
How you do it?Tempest wrote:Having some issues with bot picking up the same Quest Public and Regular Quest is there away to prevent this?
What do you want?
What don't you want?
Tempest wrote:how can i stand up after changing channels and prevent my bot from looking around? i just want it to stand at a waypoint
Code: Select all
--get up
keyboardHold(key.VK_W);
rest(100);
keyboardRelease(key.VK_W);
Re: Need Some help please
you can do a keypress aswell, less code =)
Assuming W is a movement key, it is forward by default.
Code: Select all
keyboardPress(key.VK_W);
Remember no matter you do in life to always have a little fun while you are at it
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 3 guests