Everything posted by Team Cape
-
2.5M Entry - OSBot DH tournament today (All you need is mems account!)
dharok and you win the money that everybody puts in at the start
-
2.5M Entry - OSBot DH tournament today (All you need is mems account!)
Put your skype down below and ill add you to the group chat
-
Why Terrorists continue
Nobody mentioned Muslims. Just you.
- ??????????
-
unban muffins
- unban muffins
I see @DrDu around more than you lol- New cba
- Java Error
- Help me please!
alright, it seems like everything that everybody else has been suggesting isn't working. here's a new suggestion: go into their live chat- Global mod resignation
definitely a tough decision to make. all the best bro- Suggestions & Help
first, i'd take juggles' recommendation and change the script name just to make sure. second, fishing spots are npcs, not objects.- Get bounding tiles of Area
well whats the scenario where you need to get the bounding tiles? there might be a more efficient way around creating this code- Get bounding tiles of Area
would be easy to do this with a rectangular area, but you'd need a little bit of work with a poly area. This was something that I quickly wrote out, but the idea is there. Would be interested to see other peoples' solvencies. might do something like this: class Rectanglarea extends Area { private final int x1, y1, x2, y2; public Rectanglarea(int x1, int y1, int x2, int y2) { super(x1, y1, x2, y2); this.x1 = x1; this.x2 = x2; this.y1 = y1; this.y2 = y2; } public List<Position> getOuterPositions() { List<Position> outerPositions = new ArrayList<>(); for(int y = y1; y <= y2; y++) { outerPositions.add(new Position(x1, y, getZ())); outerPositions.add(new Position(x2, y, getZ())); } for(int x = x1; x <= x2; x++) { outerPositions.add(new Position(x, y1, getZ())); outerPositions.add(new Position(x, y2, getZ())); } return outerPositions; } }- :Boge:
- [Back Open!] §§ Cape's Private Scripts ~ Sleek, GUI/ Advanced CLI ∫ Experienced, Fast, Cheap, Reliable ∫ Fast Delivery §§
My bad, bro. I've cleared my inbox- Need Java Help - paying
- Cashier Type Thingie Needed
^ this they take a gigantic fucking cut of your profits- 2 Forum Suggestions:
- Anyone have a max I can rent?
Renting accounts is not allowed. I told you this in chatbox 20 minutes ago.- Confused about these purchases
@@Maldesto @@Dex- Help Please!
- Checking an area for an object - Help!
RS2Object o = getObjects().closest(AREA, "Door"); if(o != null)... Checks if there's an object with the name 'Door' in AREA- [Back Open!] §§ Cape's Private Scripts ~ Sleek, GUI/ Advanced CLI ∫ Experienced, Fast, Cheap, Reliable ∫ Fast Delivery §§
Scripts cheaper this weekend particularly! Ask me for a quote now- Since this is new the Spam/Offtopic *cough* POSTCOUNT *cought*
still cant enter the chatroom REEEEEEEEEE- 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 - unban muffins