Everything posted by Team Cape
-
Reasons for why you should still post in Spam/Off Topic after the recent post count change.
wait do you not get postcount for posting here anymore
- Can't join chatbox
-
SELLING 07 GP CHEAPEST GP GUARANTEED UKBT ONLY
yes
-
[Stable] OSBot 2.4.109-110 Draynor Mansion Trees + Debug
yeeees alek implementing the fixes we need
-
World hopping with limits
public boolean shouldHop() { return getPlayers().filter(p -> p != null && myPlayer().getArea(5).contains(p)).size() > 1; }
-
[100 FEEDBACK] OOH YEE
gross. way too high. 50-60 is the ideal number here, people
-
*grabs popcorn*
im gonna start offering for $10 suck it
-
Wired thing happens when I download OSbot
you said it downloads as a white page, correct? if I'm not mistaken, that means that it's not recognizing the file type (.jar). when you try to open it, what message do you get?
-
Wired thing happens when I download OSbot
https://java.com/en/download/
-
What would happen if Jagex made botting legal
gold prices would plummet to an all-time low
-
[FEBRUARY] SPAMMERS FEEDBACK
Member @Anne:Feedback on activity: meh, didnt include me in the listShitposts or qualityposts: a solid 5/7What could @Anne improve on?: including me in the listAnything else?: the gameOverall Rating 1/10: 5/7
-
|||||||||||||||||||||||||||||||||||||||||||||
nub
-
Math courses?
ive found that mcdonalds is very fulfilling if you're up for it
-
Script Wont run but shows up ?
chris is right. you can have the Player muleaccount; definition at the top, but you can't have any references to Script before onStart(), so you need to put the assignment in onStart() your onStart() should look like this: public void onStart() throws InterruptedException { startTime = System.currentTimeMillis(); muleAccount = getPlayers(...); log("Welcome to beef slave"); log("This is a quick money making method"); log("Please post errors to thread"); }
-
Area array help
private boolean containsMe(Area[] areas) { for(Area a: areas) { if(a.contains(myPlayer()) { return true; } } return false; }
-
Winners announced for vip give away!
i should win because i think i should win
-
Option to switch back to old layout?
Is this a possibility? The option to switch between the new/old layouts of the OSBot forums?
-
Checking if other players are in a certain Area?
can i see the context in which you're using it? i am 100% sure the code is correct.
-
Checking if other players are in a certain Area?
public boolean areaContainsPlayers(Area a) { return getPlayers().closest(p -> p != null && !p.equals(myPlayer()) && a.contains(p)) != null; }
-
New Forum Design
I made an edit regarding crossing out banned names before, though I feel like there still needs to be some larger indication of a negative (and perhaps neutral) feedback, so people are more aware of who they're dealing with.
-
New Forum Design
The new forum design is pretty cool; I know people have been ragging on it, but I think I'm starting to like it. However, there is one fairly big issue. Negative feedback now does not look nearly as bad as it did before. Before, there used to be a shade of red that was very hard to miss behind the number of negative feedbacks, and the huge grey bar indicating less than 100% positive feedback was incredibly obvious. This will prove to be a major flaw that will result in a higher rate of scamming and needs to be fixed. Edit: I actually did not even see the dispute thread where literally this just happened with Sahand like 20 minutes ago. I only saw it after I clicked off this thread. Regardless, it just further proves my point. Just as well, apparently banned people aren't crossed out anymore? Think that needs to change...
-
[Help] Math in Java
since you know that its not gonna be greater than 2b, just cast it to an int.
-
Buying 1-35 Cooking 1M
click on my signature for skype SERVICER FOUND
-
Should Ex Staff and CBA's be able to edit posts from new members
very good idea, support
-
Scripting Help --> Programming Section?
Seems like a consistent problem that people don't see the 'Scripting Help' section when they look down there, so they just end up posting in tutorials and fogging up the whole section. Scripting Help should probably be moved to the Programming Section