James

Results 29 comments of James

Just avoid using the term and ya a disclaimer wouldn't hurt. yeah i would do code references too

The WorldArea class, it has some very useful stuff for pathfinding Look at "canMoveToAttack" https://github.com/xKylee/plugins-source/blob/master/inferno/src/main/java/net/runelite/client/plugins/inferno/InfernoNPC.java https://streamable.com/ugzbi Could do a collision map like this then make it map-wide functionality Eg start...

https://github.com/open-osrs/runelite/pull/447/files

Could snap the camera to directions like a compass click clientThread.execute(() -> client.runScript(143, PITCH, YAW)); //pitch = 128-512, yaw = 0-2048

Some 3rd party clients do yes, i think maybe a external plugin in OpenOSRS does this.

https://osbot.org/forum/topic/153397-osbots-mouse-movement-is-easily-detected/ @GigiaJ This has some good infos, should read it over.

Well OpenOSRS has nice features that would complement the bot like extended click distance and more. And a larger API to use with the bot. It might already work ill...

Did not really explain this well, but simply put OpenOSRS destroys RuneLite when it comes to features. Here is one example: https://github.com/open-osrs/runelite/pull/1687 OpenOSRS has a farther click distance, that could...