Everything posted by Joseph
-
Free 24+ hours script trial
Done, have fun. A nice proggie would be nice , any bugs please report them in the crafter thread
-
Darkcore ManKiller
if your script support magic use my magic manager snippet that i have in my sig
-
Ds Auto Typer
ill see what i could do about the speed
- Some Errors
-
Some Errors
Im not going to help you out anymore. I already told you to look into the api under Method Provider. If you didnt do it, then that sucks. http://osbot.org/api/org/osbot/rs07/script/MethodProvider.html edit: when you look at the class its self explanatory.
-
Some Errors
Look into the new api. We barley use the client instance now. They organized the api. So anything inventory related, they have it in the inventory class. Which could be then access with the new inventory instance. Go to the api, and look at the MethodProvider class and youll understand what i mean for examples: map.walk...... localWalker.walk........ camera.toEntity........ objects.closest.......
- Bye Guise
- Some Errors
-
Some Errors
The reason why you get error on timer is because you imported the java timer. Rather the importing your class Timer
-
Walking?
How would someone walk using the main screen.
-
Free 24+ hours script trial
The script going to get even better when i finish with version 2.0
-
Free 24+ hours script trial
Done have fun, feedback or poor proggie
-
Free 24+ hours script trial
i updated op a bit
-
Free 24+ hours script trial
i got you, give me like 3 mins. Plus depending on how i feel, and my irl situation. i actually let the trial run longer then 24 hours. ask my past people.
-
Ds Auto Typer
Im looking for a logo, if some one want to make me one. ill appreciate it. This is a simple Auto typer. It doesnt have any anti lure, nor did i add in any antiban. Download link: Supports: Colors & Effects Multiple lines Sleep time, between phrases Stops typing if trade screen is open.
- requesting logo
-
client.selectOption alt
Alright I got you, I'll edit this post with the method edit: public boolean selectMenuOption(String option) { if (script.menu.isOpen()) { List<Option> options = script.menu.getMenu(); for (int i = 0; i < options.size(); i++) { if (options.get(i).action.equalsIgnoreCase(option)) { return script.mouse.click(new RectangleDestination(script.bot, script.menu.getX(), script.menu.getY() + 20 + (i * 15), script.menu.getWidth(), 15)); } } } return false; }
- Legacy API
-
client.selectOption alt
Are you trying to choose an action from a menu list? If so, I got you with a snippet in a little
-
Alternate ways to pay for Scripts and Store items
You can redeem moneypak on paypal
-
Wtf happened to the chatbox?
well everybody doesnt live in the same place
-
Getting the players coordinates
couldnt have said it any better
-
Wtf happened to the chatbox?
Today's the second day of high school, and the Monday coming up is the first day for college/uni
-
Getting the players coordinates
myPlayer().getPosition()
- rs servers down