Jump to content

Botre

Members
  • Posts

    5883
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Botre

  1. Mirror client is next level. Gl with this ;)
  2. Why would you campaign for this when you don't even know why he got it the first place? He's a very nice chap though.
  3. In case your bank interaction misclicks ^^ //close collectionbox (by Botre) RS2Widget collectionBox = getWidgets().get(402, 2, 11); if (collectionBox != null && collectionBox.isVisible()) { collectionBox.interact("Close"); } And this one by @Novak //close noticeboard (by Novak) RS2Widget noticeBoard = script.getWidgets().get(220, 16); if(noticeBoard != null && noticeBoard.isVisible()) { noticeBoard.interact("Close"); }
  4. All scripts are mirror-compatible :x The fact is that the mirror client refreshes (updates, fetches, ...) objects / npcs / etc... much more slowly :p Which is why some scripts are so god damn slow :p
  5. object / entity scanning tends to be much slower in mirror mode try more widget based scripts like cooking / fletching, those will probably suffer less from that ^^
  6. Been there, I feel your pain. Never fixed it, I gave it away to a gipsy and now I'm cursed. Gf me.
  7. 10/10 would pick up girls with this.
  8. I bet his students love him and that he gets more class attendance than the average teacher. If a teacher bores me / doesn't have an interesting personality then I usually stick to the book version of the course, no point in spending energy to got to class if the teacher is nothing but an audio book :p But that's just me.
  9. Botre

    Overlay

    The mirror client's notice overlay is really not well situated imo :p If you could move it or make it toggleable that would be great ^^ (I know there are other ways to debug, but still, it's annoying)
  10. Botre

    Coffee

    Do you drink it ? How many ~ cups/day? How do you take it? Yes, about 10, with milk :| I once had a caffeine overdose and it was really horrible :x
  11. Botre

    Mirror Madness

    I've had this happen too and I just BSOD'd :p
  12. Wheel chairs are for the physically disabled.
×
×
  • Create New...