Jump to content

Team Cape

Members
  • Posts

    2607
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Team Cape

  1. It triggers me http://osbot.org/forum/topic/106578-can-we-fuckin-stop-making-threads-whenever-someone-scams-or-tries-to/
  2. 1. random and sleep have nothing to do with each other. Script is just a type of thread - sleep stalls the thread (makes it sleep) for a random amount of time, given by an int. random returns an int, so its used to randomize the amount of time that hte bot sleeps for. 2. GroundItem g = groundItems.get(name / id); g.interact("Take"); Explore the API a little more before making scripts. It'll help.
  3. myPlayer() returns your own character, yes. Never others. And yes... It returns a player, hence you can say something like: Player player = myPlayer(); if(area.contains(player)) { // do something } Or if you want, you don't need to define it... if(area.contains(myPlayer())) { // do something } same thing, really
  4. 1. Checking if player is in an area: Area a = new Area(1, 2, 3, 4); Player p = myPlayer(); if(a.contains(p)) { //'contains' in the API refers to all entities - a player is a character, which is a type of entity //do x } 2. Walking / pathing getWalking().webWalk(area or position); //or use a webwalkevent if you want webwalking figures out the pathing for you and deals with common obstacles. If you don't need to deal with obstacles, it will be less intensive to use getWalking().walk() or just a regular walkingevent. if you dont want to do either of those, use explv.github.io (website) to figure out pathing and use getWalking().walkPath(list of positions gathered from the site).
  5. definitely some form of autism or mental deficiency here.
  6. Team Cape

    Typing bug

    its runescape, im around 110wpm and have experienced this when spamming
  7. vote for trump to make runescape hard again
  8. Team Cape

    ok

    i got that too just now (like 1 min before u posted) strange
  9. Team Cape

    Legend,

    give me a pair of scissors and i can make one for you
  10. Team Cape

    Legend,

    show me ur dick first
  11. fite me ill knock u back into ur moms womb
  12. thats 30 spoilers see if u can get thru it lol
  13. i will keep posting until all of the unnamed reward is mine!
  14. yeah i do need an account to make rellekka work. i can check out seers pretty soon. if you wanna pm me about this or skype me, feel free to
  15. If he's not already banned, post this in disputes.
  16. Team Cape

    Amurica

    Edinburgh will soon be eclipsed by America. Everything will soon be America. He is correct.
×
×
  • Create New...