Everything posted by AresScripts
-
getCamera().moveYaw()
Lol k. Not sure what im doing wrong then Its not that important though. Thanks for ur help!
-
getCamera().moveYaw()
private void checkCamera() { if (s.myPlayer().getRotation() == northRotation) { if (s.getCamera().getYawAngle() < 360 - 45 && s.getCamera().getYawAngle() > 45) { s.log("turn north"); int number = s.random(360 - 45, 360 + 45); if (number > 360) number -= 360; s.getCamera().moveYaw(number); } } if (s.myPlayer().getRotation() == eastRotation) { if (s.getCamera().getYawAngle() < 45 && s.getCamera().getYawAngle() > 90 + 45) { s.getCamera().moveYaw(s.random(45, 90 + 45)); s.log("turn east"); } } if (s.myPlayer().getRotation() == southRotation) { if (s.getCamera().getYawAngle() < 90 + 45 && s.getCamera().getYawAngle() > 180 + 45) { s.getCamera().moveYaw(s.random(90 + 45, 180 + 45)); s.log("turn south"); } } if (s.myPlayer().getRotation() == westRotation) { if (s.getCamera().getYawAngle() < 90 + 45 && s.getCamera().getYawAngle() > 180 + 45) { s.getCamera().moveYaw(s.random(180 + 45, 360 - 45)); s.log("turn west"); } } s.getCamera().toTop(); }
-
getCamera().moveYaw()
Has anyone else had problems with this method not doing anything?
-
localWalker.walkPath issue/error?
I had this problem earlier. You need to make the distance between tiles smaller. Try making it less than 10
-
Do you wish to see more tutorials?
Sweet!
-
Do you wish to see more tutorials?
i would love to know how to make 180x180 pictures like the one in my signature
- #74 OSRS update
-
Thoughts on GE?
I like it alot better. I would flip, but right not im spendinf every waking moment on scripting
- Snapchat
-
Activating Run?
From the mouth of god humself
- A* concept
-
A* concept
Its used for pathfinding. It finds the shortest path around unwalkable areas(like walls or trees)
-
Gun control
It seems to work for Australia, so anyone who argues that it wont work hasnt done their research
-
Botre AIO Woodcutting devlog
This is really cool. Cant wait to see what the future holds for it
-
SMiner II
More people can access your product when its on the sdn
-
Walking doesnt work for me
Nvm
-
Script Bank Organizer
There isnt much of a demand for it and it isnt a script that people would run often. Maybe once a week if they mess up their bank alot
- SMiner II
-
SDN FAQ || Upload Times || Compile Times || General Cleanup
Sounds good thanks
-
SDN FAQ || Upload Times || Compile Times || General Cleanup
Clean up. I really like these progress reports you guys are posting
-
SDN FAQ || Upload Times || Compile Times || General Cleanup
Will you be assessing scripts beased on the feeback from the forums or from running the script yourself
-
Perfect Rock Crabs
Grats on Script Manager
- For oliver
-
Walking doesnt work for me
I fixed it. My problem was that they were too far apart even though the tiles it was supposed to use were on the minimap. If anyone is having this problem just tell them to make a new path without using the minimap
-
Alkarid Warrior script that banks?
If i made one would you do the art?