Everything posted by Team Cape
- Herb Cleaning
-
Team Cape's Agility
i believe the update's been put in and it should be fixed. if it's still not working, tell me and i'll test it out / make another update
-
Herb Cleaning
nah i got over it pretty quick, im down to bury the hatchet we're cool
-
Herb Cleaning
then if it misclicks on one, it needs to go through the whole inventory again. why spend 3 hours debugging this, when you can just use 1 object to make simpler and more efficient code. christ. it is wrong.
-
Herb Cleaning
you dont just learn to code in 10 days m8. i dont know why you're reacting in such an aggressive way, but im not surprised after our initial interaction. look, here's why yours would not work in a straightforward way: yours would clean one, then the inventory wouldn’t contain 28 anymore, and it would bank everything again, then take out another full inventory, then clean one more, then repeat. this doesnt need to be a dispute and i'm not sure why you're disputing it (??). we had an altercation, it ended awhile ago. water under the bridge. idk why you continue acting like this...
-
Herb Cleaning
come back to me when you understand basic day 1 for loops (quote from skype of you asking me): you had a bad solution and i called you out on it. chill lol
-
Herb Cleaning
thats a very roundabout and less stable way of doing the exact same thing and would undoubtedly be prone to far more errors. not efficient.
-
scuffed TriHard cx
damn thats a pretty cold burn
-
Herb Cleaning
Yeah... No... If it started with less than 28 or withdrew less than 28 (maybe the bank didn't have 28 remaining), it'll just be left standing there. @@PlagueDoctor If I were you, I would check if the inventory contains the grimy type herb. If it does, proceed to get its slot, make an InventorySlotDestination out of it (it's documented in the API), and click on the InventorySlotDestination. Then return how much you want to sleep for (maybe 50-150ms).
-
New Ban Evader?
He was banned on pow-her-bot under the exact same username. links shortened because i didnt know if they would be censored. - the last visit to his username page was also by a super mod (can be seen on other page too, this is the super mod's page)
-
huh
oh ok cool. so instead of helping him, you post a thread laughing at your 'friend', particularly after you asked my help for things you couldn't do yourself, then when i refused to spoonfeed it to you, angrily spammed me with obscenities. nah, i'm sure you're a great coder and person though
-
1/2 Accounts banned
khal's woodcutting script is a public script - it's just paid. that's not to say it's not coded amazingly - it's probably fucking amazing. but when you have hundreds, or thousands, of people essentially doing the exact same actions, your banrates will skyrocket because they become easier to detect if they're repeated by multiple people. to some degree, not even antiban of the highest calibre can prevent that.
-
1/2 Accounts banned
flagged ip + (im guessing) public scripts = fast ban time
-
STAFF MEMBERS PLEASE READ THIS!
i'd be really intrigued to see how he helped you because i spent 1hr on the same issue with 0 results maybe post a guide or something that would be really useful
-
OH, GIVE ME THE BEAT BOYS AND FREE MY SOUL I WANNA GET LOST IN YOUR ROCK AND ROLL AND DRIFT AWAY
http://wb.md/1nVTHIa
- Bank tab collapse ?
-
if ur not already watching watch it
ok lets totally disregard the executive branch of government lmao
-
if ur not already watching watch it
- if ur not already watching watch it
- if ur not already watching watch it
http://www.usatoday.com/story/news/politics/elections/2016/2016/09/26/watch-first-presidential-debate-live-clinton-vs-trump/91125052/- Buying Gold
damn you guys must pull in billions- What do you guys recommend to learn programming?
codecademy but then i took a few courses lol codecademy undoubtedly gave me a fantastic boost in my courses though, ended up getting like A+s and As in all of them- What do you guys recommend to learn programming?
codecademy is pretty good.- WebWalkingEvent.SetBreakCondition?
yeah you need to override one of its abstract methods e.g. Condition c = new Condition() { @@Override public boolean evaluate() { return myPosition().getX() >= 9005; } }; WebWalkingEvent w = new WebWalkingEvent(new Position(1, 2, 3); w.setBreakCondition©; or you could just do WebWalkingEvent w = new WebWalkingEvent(new Position(1, 2, 3); w.setBreakCondition(new Condition() { @@Override public boolean evaluate() { return myPosition().getX() >= 9005; } });- Translations
idk russian, but this website has been consistently reliable for me through around 8 years of language classes: (this link is specifically english --> russian) http://www.wordreference.com/enru/ - if ur not already watching watch it