Everything posted by Team Cape
-
2 more posts
Oh ok. Let me go tell this scumbag who embezzled 5 million dollars from a non-profit organization that she deserves more money for her dutiful work.
-
2 more posts
He's not jackpot's worker. He was fired for scamming. That's like saying an accountant fired for embezzling should still get his weekly paycheck. What the hell?
-
2 more posts
he let over $100 of merchandise get scammed.
-
My cowhide picker script!
Step 1 of many to come ;) Good work bro
- How to know if I picked the item up?
- pc 70/70/70
-
How to know if I picked the item up?
firstly, this isn't a tutorial. next time, post in scripting help. secondly, GroundItem foundHide = groundItems.closest("Cowhide"); if(foundHide != null) { long pastHide = inventory.getAmount("Cowhide"); if(foundHide.interact("Take")) { new ConditionalSleep(5000) { @ Override public boolean condition() throws InterruptedException { return !foundHide.exists(); } }.sleep(); if(inventory.getAmount("Cowhide") > pastHide) { paintCounter++; } } }
-
Youngest child do you know any younger child?
creepy
-
Team Cape's Agility
Problem fixed and uploaded to SDN - It will be on soon (the devs normally get to updates pretty quick) Edit: Also included a walking fix and an interaction fix that will help on all courses
-
whats safe
private scripts are the way to go
-
enum random()
getTabs().open(Tab.values()[random(0, Tab.values().length-1)]); ^ opens a random tab
-
incrementing issue
what? why are you counting freespace? This is all you need to do: GroundItem foundBones = groundItems.closest("Bones"); if(foundBones != null) { long pastBones = inventory.getAmount("Bones"); if(foundBones.interact("Take")) { new ConditionalSleep(5000) { @ Override public boolean condition() throws InterruptedException { return inventory.getAmount("Bones") > pastBones; } }.sleep(); if(inventory.getAmount("Bones") > pastBones) { bonesCollected++; } } } Edit: Also, please never use += 1.
-
Team Cape's Agility
I will look into this. Thanks for reporting
- Clan?
-
I don't understand this, im noob):
Not knowing what '!' means is a pretty hard signal that you don't know much about Java. To be blunt, you need to learn a lot more before you will realistically know what you're doing.
-
jagex macro detectionnnn
Honestly, I feel as though most of this stuff was already pretty basically known (not sure if this is real tbh). Still a pretty interesting read, though.
-
jagex macro detectionnnn
Where did you get this from? There are typos, so I don't believe this was any peer-reviewed article on the RS forums.
-
Victory to Syria
glad we're on the same side that both america and syria are run by genocidal maniacs
-
Im going to apply for CBA
I think I'm gonna apply for CBA too.
-
Why is conflict always present in human nature?
people settle, build up their civilization, develop some 'nice stuff'. then that civilization falls in 1 of 2 ways: 1st way: people want that 'nice stuff', so they come in and take it forcefully 2nd way: people on the inside grow discontent with their cushy lives and revolt, inadvertently destroying their civilization completely then the process repeats thats where the saying 'weak men create hard times, hard times create strong men' comes from
-
All you people buying accounts
You're picking at this analogy really hard m8..
-
All you people buying accounts
Totally agree
-
Team Cape's Agility
Pollniveach has been re-added! Rellekka and Ardougne coming soon! Edit: Also added untested versions of Rellekka and Ardougne (my account is not yet high enough level). If anyone wants to check those out, feel free to! Also improved interaction efficiency. (Update comes out on SDN soon)
-
Team Cape's Agility
I'm not sure that was a problem with the script bro. Apologies
-
Victory to Syria
lol point me to the comment where i said america's foreign policy is good. it's their fault for giving bashar chemical weapons in the first place.