Everything posted by Isolate
-
White Screen & Freeze
Was waiting until i caugh an error before posting this but when changing regions the client in browser goes white and then the client freezes [ERROR][03/06 01:46:28 PM]: Uncaught exception! java.lang.RuntimeException: Read timeout at client.nat.stream.Stream.m6(Native Method) at client.emu.event.EmuMouseListener.mouseMoved(Unknown Source) at org.osbot.rs07.input.mouse.ClientMouseEventHandler.generateBotMouseEv ent(qo:166) at org.osbot.rs07.input.mouse.ClientMouseEventHandler.dispatchEvent(qo:2 30) at org.osbot.rs07.input.mouse.ClientMouseEventHandler.mouseMoved(qo:212) at java.awt.AWTEventMulticaster.mouseMoved(Unknown Source) at java.awt.Component.processMouseMotionEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$400(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour ce) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour ce) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour ce) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) java.lang.RuntimeException: Read timeout at client.nat.stream.Stream.m28(Native Method) at client.emu.EmuClient.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
-
Double typing
If i try to type into the client it double any letter i type
-
Problems defining Position[]
private Position[] path = new Position[]{ new Position(3165, 3481, 0), new Position(3164, 3471, 0), new Position(3157, 3462, 0), new Position(3145, 3456, 0), new Position(3131, 3453, 0), new Position(3121, 3451, 0), new Position(3116, 3449, 0) };
-
Taking free F2P script requests :-)
>bots alot >unloads all to mule frequently >mule cant trade off or use ge
-
Taking free F2P script requests :-)
i'm broke af :P my mule still hasnt hit the 24 hour mark since i dont even afk on it
-
Taking free F2P script requests :-)
I don't think all those things are f2p youngin And the only reason there isn't a free one released is because i dont have the essence for a two hour progress report... yet.
-
The Omega Takeover
naaa http://osbot.org/forum/topic/66535-macrosuite-the-ultimate-private-script-environment/ is literally Superscript 2015
-
Dynamic Sleeping
Would be great if things like this were put in api checks though....
-
Dynamic Sleeping
:') i'm sure most people just do this sleep(random(450,3000));
- SMiner II
-
How to take use input decide what cordiantes to use for an area?
General statement ^_^
-
How to take use input decide what cordiantes to use for an area?
More people should use polygon areas.
-
How to take use input decide what cordiantes to use for an area?
something is only final if you don't intend on changing it. The Area bits would go where all your other variables go and the if would go in your on start. the area your script will use in this case is 'mine' which will be defined by which area you are standing in on start. if you want it to be more complicated you could if you're not in an area on start it will wait until you're in one of these two before starting.
-
How to take use input decide what cordiantes to use for an area?
final Area COAL = blah blah blah; final Area IRON = blah blah blah; Area mine = null; if(COAL.contains(myPlayer()){ mine = COAL; }else if(IRON.contains(myPlayer()){ mine = IRON; }
-
Graphics for script request
That would be great I have a temp place holder: only field it's missing is XP
-
OMG NEW CARLY RAE JEPSEN SONG!
I don't think you accounted for the title, things around the actualy lyrics
- One word story
-
How to click local players around you?
Last few days i've been pretty out of it. Didn't think it looked right at all, dunno why i bothere + or - 0's but ay i did :P
-
Player's Health? Bugged?
Really unsure sorry int currentHealth(){ int percperone = (100 / skills.getStatic(Skill.HITPOINTS)); return (percperone * skills.getDynamic(Skill.HITPOINTS)); } I think would do it or just int currentHealth(){ return ((100 / skills.getStatic(Skill.HITPOINTS)) * skills.getDynamic(Skill.HITPOINTS)); }
-
How to click local players around you?
feel free to remove the +0 :')
-
Player's Health? Bugged?
health returns a % and only when in combat. best to compare static/dynamic level of hitpoints
-
How to click local players around you?
Random rand = new Random(); if(getPlayers().getAll() != null) { java.util.List<Player> p = getPlayers().getAll(); int randomNum = rand.nextInt(((p.size()-1) - 0) + 1) + 0; Player randomPlayer = p.get(randomNum); if(randomPlayer != null){ randomPlayer.hover(); } } you could try something like this to get a random one, i dont know how accurate my random function is... i'm not good at it instead of hover you could do whatever you wanted, like right click on him or whatever
-
Working OCR - Thoughts?
Use: to tell when trying to use the auto account login if 1. you've been banned, 2. game updates, stop spamming login
-
Graphics for script request
That does look really good but i was meaning a forum dynamic signature. Which might require bigger fields because it will be the figures of an accumulated total.
- Simple Woodcutter Help (For Personal Use)