Everything posted by Valkyr
-
just bought my first glass rig
So was I...
-
just bought my first glass rig
It's a Marihuana insuffulation device. You use it to inject "bong weeds" into your veins.
- Osbot Auto Login
-
Osbot Auto Login
Try installing the linux version of Java from the website, it's a manual installation but I reckon it could well be an issue in OpenJDK. Also if OpenJDK has a 1.7 or 1.8 version install that because it could also be a nonexistent method in Java 1.6 (OSBot is compiled with/for 1.7) E: Excuse me if I'm wrong, I haven't used OpenJDK/Linux in years.
-
AOL mail temporarily down
Why would you use AOL?
- power chopper/fletcher
-
[Request] Arrow shafts
VPowerFletcher (In my sig) does that
-
CzarRangingGuild
Not sure what it is, but that happens to me even when I'm not botting :L
-
Wheres the pest control bot?
http://osbot.org/forum/topic/63892-vpestcontrol-pest-control-made-simple/ Right here
-
CzarRangingGuild
If you don't want a perm ban don't bot at all, no matter what script it is you always run the risk, though I've only heard good things about Czar's script and its probably the best range guild script out there.
-
OSBot 2.3.16 - Walking patch
Sweet man, much love!
-
OSBot 2.3.16 - Walking patch
Awesome, but it seems to have broken at least one of my scripts Looks like something related to LocalWalker
-
Al alkarid script
Ay? My fighter can do this, when webwalker is done it'll be banking to
-
move threads
could someone please move the threads in my sig to the sdn section?
-
Request Plank Make Magic Script
If you have an account I can use for it, PM me ;)
-
CzarRangingGuild
- What Job To Get?
I hear you can get jobs from the NPCs in Lumbridge- 2 Good Saturdays
Tomorrow I'm flying to Morocco- can some one make a pest control bot? paid/free
Mine should be going on the SDN/store very soon http://osbot.org/forum/topic/63892-vpestcontrol-pest-control-made-simple/?p=702724- Saying Hi in the CB... Wisefish, YOU ARE THE REAL MVP!
- Need expert helpers!
My mate has this problem and nobody can tell me why xD That's not a download progress bar that's RAM usage btw.- Alcohol & Weightlifting - Have you tried that?
I've tried lifting weights while tipsy and it was easier than it would've been sober, though I reckon if you're doing a proper workout you could end up doing some damage to yourself by overworking yourself. You'll definitely feel it once the alcohol's worn off xD- Anyone who has used Kryo HELP
I better change it... xD- Anyone who has used Kryo HELP
So I'm writing a webwalker and using Kryo to serialize the web object. The file (as far as I am aware) saves perfectly fine, but when it loads I am presented with the following error: java.lang.NoClassDefFoundError: com/esotericsoftware/reflectasm/ConstructorAccess I believe this is caused by the lack of a no-args constructor, though all my classes have one for that specific reason. Here is the code I am using to load the file: public static WeightedGraph read(String filename) { WeightedGraph retrievedObject = new WeightedGraph(); try (Input input = new Input(new FileInputStream(filename))) { Kryo kryo = new Kryo(); retrievedObject = (WeightedGraph) kryo.readClassAndObject(input); System.out.println("Retrieved from file: " + retrievedObject.getVertices().size() + " nodes"); } catch (FileNotFoundException ex) { Logger.getLogger(WeightedGraph.class.getName()).log(Level.SEVERE, null, ex); } return retrievedObject; } If anyone has used Kryo and experienced a similar problem please respond.- How to get NPCs hitpoints
getHealth returns the health as a percentage, I think he means to get the actual number of hitpoints remaining. There is no way to do this, only for players by getting the skillTracker.getDynamicLevel(SKILL) method. Maybe someone else needs to read the API - What Job To Get?