Hi fellow programmers and Runescape players! During the last few days I've been working on a Runescape Toolkit (inspired to SwiftKit) of my own. It's still a work in progress and I've got lots of stuff to add, but I wanted to share a few screenshots with you all. I don't know whether I can post a link to my website here, so for now I'll just give you some pictures of my client :D By the way, I'm making this in C#.Net, using 4.0 framework, as I thought it was a good and fast way to get results without spending to much time on interface and code mess. I've added a video here so you can see what I'm talking about, since screenshots by themselves don't really make it justice. Skin/Script System RuneBases uses a complex skin system which allows basic scripts (using only a set list of functions, for safety purposes) to be run from interface controls. This is how it works, so without scripts, actually it would not work (they're perfectly integrated with the application itself, so any skin must contain them. Hopefully in less than a week I'll be done with other features and I'll extend the skin/script system to fully support user made addons, and I'm pretty sure that would increase RuneBase's reputation and userbase, and probably would open a door to infinite features. Actual skin file: http://pastebin.com/a7SgdzU7 This should give you an idea of how it works (and how scripts are integrated inside skin/program). I plan to add "styles" to save in a separate file, in order to make the skin file much more lightweight, since as of now it is rather big, and a bit messy. So, what do you think of it? Please consider I began it just a couple days ago, so there's still a lot to do, and I'll do it of course :D [spoiler=Screenshots (OLD)] The new interface with skin system, this is how it looks when it's not active and it's set to "popup" effect. And this is how it looks when it's expanded. The Grand Exchange tab, where you can quickly check prices and even calculate profit/loss for skills (using GE prices of course) A useful map, as you can see behind there's also a calculator in the Misc tab The Skills tab, which allows users to easily check skill recipes, and soon will have calculators as well