Everything posted by Valkyr
-
Better Magic API
Okay, so I've had this knocking around for a while. It uses my Context class but replacing it with Script should work fine. Handles casting on different types of entity, checks for runes etc. Easy to add banking for also, loop through requirements and withdraw accordingly using. Usage: final Spell highAlch = new Spell(context, Spells.NormalSpells.HIGH_LEVEL_ALCHEMY, SpellTarget.SPELL_ON_ITEM, "Oak longbow (u)", new ItemRequirement("Nature rune", 1), new ItemRequirement("Fire rune", 5)); if (highAlch.canUse()) { highAlch.canUse(); } else { for (ItemRequirement rune : highAlch.getRunes()) { String name = rune.getName(); int amount = rune.getCount(); if (context.getInventory().getAmount(name) < amount) { context.log("Not enough " + name + "!"); } } } magic.zip
-
Kill me ft. Valkyr
http://www.wikihow.com/Tie-a-Noose
-
if you like kinks / other shit
- Introvert or extrovert?
Isn't the Myers-Briggs Type Indicator used to distinguish between those? The critique is that the differentiation between introversion and extraversion is down to a preference as opposed to an absolute i.e. an introvert may prefer to be isolated as opposed to spending their life in isolation, which would be torture.- Introvert or extrovert?
- Introvert or extrovert?
Same here as well, to a lesser extent. I love going out but can only bear it for a few hours before I wanna be elsewhere. Definitely introvert.- Launching a JavaFX Application from Script
No prob, now have fun w/ styling- Launching a JavaFX Application from Script
ikr- Launching a JavaFX Application from Script
You need to encapsulate it within a JFrame. public class YourGui extends JFXPanel { ... public static JFrame create() { JFrame frame = new JFrame(); YourGui gui = new YourGui (); Platform.runLater(() -> { gui.init(); frame.setContentPane(gui); }); } public void init() { final BorderPane container = new BorderPane(); container.setTop(someComponent); container.setCenter(someOtherComponent); final Scene scene = new Scene(container); setScene(scene); } ... } Edit: You might only need to wrap the GuiClass.launch in a Platform.runLater- [Zen Scripts] FAQ | Request Trials Here
fixed- We Are Elite Snipers Join us
except that one time- Action needs to be taken.
It's pretty much the same scenario as how the 1% laughs at poor people. "HAHA NICE 401K" etc etc- [Zen Slayer Pro] Dev Blog
- How to piss off the community
- [Zen Slayer Pro] Dev Blog
Project has been halted for now...- [Zen Scripts] FAQ | Request Trials Here
Set your inventory and equipment loadouts, enable banking. This does not pick up any items you may have dropped.- [Zen Scripts] FAQ | Request Trials Here
Zen Fighter is included with Combat Plus. Descriptions are more in-depth in the threads, will update store pages asap :p- [Zen Scripts] FAQ | Request Trials Here
Pest Control isn't currently on the SDN.- Mod weath has bots running in osrs
Edit: Fixed it- Mod weath has bots running in osrs
- [Zen Scripts] FAQ | Request Trials Here
They're the same thing :l- OmniSlayer confirmed?
no i copyrighted that feature- OmniSlayer confirmed?
TIL OmniSlayer = Equipment selector- VPickerAIO [WEBWALKING] [FLAX] [POTATOES]
kek no- VPickerAIO [WEBWALKING] [FLAX] [POTATOES]
Was never released... Should I? - Introvert or extrovert?