-
Posts
148 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by rallostar
-
Can be done. You willing to pay for it? :p
-
easy and nice. thank for the source too!
-
Sup boys, bit random but what do y'all think of this?
-
Good for long bus /train rides and toilet use haha
-
Production/mix 1/10 Rap 8/10 The adlibs are loud AF and way too wet (too much reverb). You hardly ever should use reverb on rap as it makes it all muddy, however, on adlibs it can be used, but not as fuckin much as you did. Overall though I like your rap. Idk if you did the production yourself but it lacks A LOT :P keep it up tho mate EDIT: Lmk if you need any production tips, I've produced songs for some big names (albeit in EDM, not trap) but have worked with some trap artists as well as released my own music on Armin van Buuren's label Armada.
-
Star Simple Construction Done/to-do list: If you start in Castle Wars area the script will automatically withdraw all supplies. Download: Soon Will finish most features asap
-
Yes I'm using that now! Thanks @Abysm & @HeyImJamie
-
Lol wtf.. I googled it but in RS3 it's duelling and osrs its dueling. Thanks mate !
-
Yes that's true but can't I just check if ring is empty? Would be a smaller code too. I'll try it with isWearingItemThatContains tho to see if that works. EDIT: It worked and logged the No Ring string, but then it logged this error: [ERROR][Bot #1][07/17 01:34:37 AM]: Error in script executor! java.lang.NullPointerException at Main.onLoop(Main.java:190) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(vj:152) at java.lang.Thread.run(Thread.java:745) this error comes after sleeping for 10000 ms dunno where its coming from
-
Hi guys, its me again. Making some progress on my first script but i ran into an issue. I am trying to make the script check if i'm wearing a ring (to check if there are still duelling ring charges). This is my code but it doesn't seem to work if (!equipment.isWearingItem(EquipmentSlot.RING)) { log("no ring"); status = "Withdrawing ring of duelling"; getBank().withdraw("Ring of duelling(8)", 1); new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return inventory.contains("Ring of duelling(8)"); } }.sleep(); bank.close(); sleep(random(500,700)); inventory.getItem("Ring of duelling(8)").interact("Wear"); new ConditionalSleep(10000) { @Override public boolean condition() throws InterruptedException { return getEquipment().isWearingItem(EquipmentSlot.RING); } }.sleep(); } I believe the issue is in the first if statement of isWearingItem
-
Lambda Support for Wait Conditions (Make your code cleaner!)
rallostar replied to The Viking's topic in Snippets
Solid! Will use. Thanks -
Check if inventory contains at least X of an item
rallostar replied to rallostar's topic in Scripting Help
Thanks bro! Appreciate it -
Hi I'm fairly new to this so please don't shoot me What I'm trying to accomplish is to check if my script has at least two or more of an item, if not, it should bank. I currently have this boolean: private boolean hasRequiredItems() { if(!getInventory().contains("Plank") || !getInventory().contains("Hammer") || !getInventory().contains("Saw") || !getInventory().contains("Steel nails")) { return false; } return true; } Would it be something like if(getInventory().contains("Plank", 1) (which is the only number less than 2) But what if I wanna check if the inventory contains at least 10 steel nails. Appreciate the help in advance, I've looked through the API but I find it a bit hard to read
-
how many digits?
-
Pokie's Lobster Karamja Lobster Fisher
rallostar replied to pocketpokie's topic in Resource Collection
Looks nice for f2p -
it idles a lot at Canifis.
-
Yyoyoyoyo bought like 4 of your scripts, really happy. Can you please add the Agility Pyramid?
-
Hi can I have a trial please?
-