Everything posted by Valkyr
-
Want a free script? Click here!
Hi all, Valkyr here. As you may or may not have seen, I have been working on mapping out the Runescape world in order to produce scripts that can find spots that even the most seasoned players have missed. In order to do this, I need a hefty list of requirements to access all of the cities, dungeons and minigames that I need; which done alone would be long and arduous task considering my only account is level 10 and F2P. That said, I am looking for members of the OSBot community kind enough to loan me their accounts for maybe 20 or 30 minutes while I map out a couple of regions and connect them up. In return for this, I am happy to give out copies of any premium script I have produced thus far (including my upcoming AIO fighter). Located below is a list of locations I still have yet to map out: --Dungeons - Slayer Tower - Kalphite Hive - Pollinveach Slayer Dungeon - Waterfall Dungeon - Ancient Cavern - Brimhaven Dungeon - Karamja Dungeon --Cities - Canifis - Port Phasmatys - Burgh De Rott - Pollinveach - Sophanem - Brimhaven - Tai Bwo Wannai - Shilo Village - Lletya --Regions - Morytania - Lunar Isles - Fremmenik Isles Any help is welcome and much appreciated! If you are concerned for the security of your account, you may always change your password before and after, as well as keeping all of your valuables in a pin-secured bank or even on another account. Note: If this isn't allowed, just remove the topic.
-
FREE PAINT FOR BOT SCRIPTS
180x180 icon involving the Valknut (three triangles) as well as something related to the script, not particularly fussed about colours. Sorry if that's too vague.
-
FREE PAINT FOR BOT SCRIPTS
I will! My premium scripts need some nice logos and your work is awesome :P
-
OSBot 2.3.29 - Banking, ItemDefinitions, Trading and more
Wicked! Loving this update guys!
-
Can't seem to connect to the cb. Any ideas why?
Hope you fix it m8
- Need help with Walking!
-
What happens when...
eat max cash stack then eat yourself geepee dupe confirmed
-
FREE PAINT FOR BOT SCRIPTS
Damn awesome graphics dude, any chance you could make me a 180x180 for one of my scripts or a generic PSD I could edit slightly? Would be wicked!
-
How nice can you be?
Profile pic made me lol
-
Is your script using too much RAM? Here's the SOLUTION
Its an old snippet I found lying around from when I was trolling rune-server :P I guess a mod could move it to spam/off-topic
-
Is your script using too much RAM? Here's the SOLUTION
So I noticed one of my scripts was using stupid amounts of RAM, but at the cost of a little CPU usage, I solved it! I present to you... *drumroll* THE ULTIMATE GARBAGE COLLECTOR /* * @author: Valkyr * * This class is a replacement for the default JVM garbage collection. * The factory of GarbageCollectors is used to * create a constant flow of garbage collection. The ArrayList of * GarbageCollectors are like an army which get sent back in time to * destroy the garbage before it's able to harm. * */ import java.util.ArrayList; import java.util.Iterator; public class GarbageCollector { static ArrayList<GarbageCollector> collectors = new ArrayList<GarbageCollector>(); public GarbageCollector() { new Thread(new Runnable() { @Override public void run() { while (true) { GarbageCollector.collectors.add(new GarbageCollector()); // Creates a new GarbageCollector Iterator<GarbageCollector> it = collectors.iterator(); while (it.hasNext()) { GarbageCollector gc = it.next(); // Assign's the GarbageCollector's role try { Thread.sleep(-1); // Sends the GarbageCollector back in time } catch (InterruptedException e) { e.printStackTrace(); } ((GC) gc.getGet().getGC().get().getGet()).gc(); // Activate's the GarbageCollector's internal hardware and eradicates the garbage } } } }).start(); } public GarbageCollector getGet() { return new GarbageCollector(); } public GC getGC() { return new GC(); } public static class GC extends GarbageCollector { /* * The GC. Core of every GarbageCollector. It is vital to fight and defend against the garbage. */ public GC getGet() { return new GC(); } public GarbageCollector get() { return new GarbageCollector(); } public void gc() { Runtime.getRuntime().gc(); // Destroys the garbage. } } } Note: Don't actually use this, I posted it as a joke because I'm bored.
-
is there a wc/fletcher out there free or buyable?
Oh nice! PowerChopper or AIO? :P
-
is there a wc/fletcher out there free or buyable?
http://osbot.org/forum/topic/64015-vpowerfletcher/?hl=vpowerfletcher Edit: Oops. VPowerFletcher doesn't bank.
-
Post your taskbars!
- Scripting Framework - WebWalking, API
Its diabolical but its also the only way- Chatbox down
- Scripting Framework - WebWalking, API
Thanks ;o Not gonna lie using text IO instead of serialization has actually fixed a couple of performance issues- LocalScripts in Linux don't get seen
Never use root as your primary account. OT: If you're not logging in with root, move it to the user's home folder.- Post your taskbars!
Noobuntu I'll edit with mine l8r m8- SDN Scripter to Java Poet change?
If this happened I'd have to change my name to Skald. Viking master race! (Skald = poet)- Scripts
- Best pest control bot?
I have one in the store, the one in the downloadable script section has had a broken link for a long time now.- Firing butler.
I think he's getting misclicks when unnoting via butler and its accidentally firing it- Using more than one client
Correct, non-VIPs can have up to 2 tabs, unless they've changed it.- Scripting Framework - WebWalking, API
Valkyr's AIO Framework As those active in the CB may know, I've been working on a WebWalking framework for a short while now, to work in conjunction with my existing framework that I have been using and working on since before OSB1. The purpose of this project is to make scripting as simple and manageable as possible, such that there will not really be much that the script will need to handle itself (such as Dialogues, not worth implementing unless I were to write a questing script); also making debugging far easier and efficient. Anyway, I'm going to be recording my progress here so that everyone can see what I have in store for the foreseeable future. When this project is completed my plan is to release at the very least an AIO Fighter and Woodcutter (*groan*), either for free or a very low price, mainly to gauge/demonstrate the ability of my framework. Current Features WebWalker Pathfinding (A*) - 100% Find/interact Closest (Bank/NPC/Object/Ground Item) - 100% Regional Web Builder - 100% City Locations - 100% Dungeon Locations - 0% Minigame Locations - 0% Teleporting - 0% Walker Class - 100% Obstacle Handling - 100% Serialization - 100% <-- Unsupported .txt I/O - 100% Script Framework Tree/Node Structure - 100% Tabbed GUI - 100% Anti-ban - 100% Anti-pattern - 100% Loot Tracker w/ Zybez prices - 100% Media - Scripting Framework - WebWalking, API