Jump to content

Allen

Members
  • Posts

    350
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Allen

  1. Same here. Just got home and it feels like I haven't stopped working or doing something today since I woke up
  2. That seems like quite a large project for the developers when OSBot 2 seems to be large enough for them.
  3. The black gradient part looks weird to me, like it doesn't fit with the rest of the image. I like the borders and the text though and the rest of it. Colors are a bit dark but I guess it matches a tar collector bot ;p
  4. I hope this is working. The only scripts I've written use osbot 2 ' s api and I've been waiting on it to be fixed to login and continue developing. But.... based on the above comments it doesn't look like it's working yet.
  5. Good for your first signature I guess ;)
  6. Wish I was at uni... just another few months. Anyways, goodluck.
  7. Allen

    Hoi

    Happy b day hopefully your day wasn't as bad as mine
  8. I've noticed a few things. Their is support for mouse listeners but no support at all for keyboard listeners. Even OSBot 2 lacks this: http://osbot.org/osbot2_api/ (Notice you can add mouse listeners but there is not method for adding a KeyListener), perhaps something to suggest to them? There is access to the Keyboard Listener but I don't believe you can actually utilize it. There would need to be a way to add a new key listener.

  9. Allen

    OSBot 2.0.10 BETA

    ^^ This.. Was working until the past day or so.
  10. I'll be home in about an hour and a half and I'll take a look at the keylistener for you. You've tried implementing the KeyListener class in your script class and handling it that way right? (instead of using the bots keylistener)

    1. Swizzbeat

      Swizzbeat

      I'm actually going to bed soon as I have school tomorrow :o but yeah I've tried everything.

  11. "So really multidimmensional arrays are an array of arrays, if that makes sense ;)"The map data multidimensional array was merely an example. I wasn't attempting to tutor him in how map data would be stored, rather how to utilize multidimensional arrays. I see that I left out my "new int[]"'s in my mapData multi array so I see where you thought I went wrong. I'm typing all these replies on mobile so not exactly easy to type them out.
  12. Allen

    Recent Work

    Very nice, I like them
  13. Support, some categories have pages of scripts consisting of multiple skills. It'd be more organized imo to split some of these.
  14. Allen

    v1.7.82-6

    Thanks, again, for .85!
  15. I am emailed a list of 100+ proxys every day at 6 am. So I may contribute to this every now and then.
  16. Allen

    Fantastic bot!

    Nice to see feedback like this Welcome and good luck learning Java and the OSBOT API
  17. Multi dimmensional arrays are using for storing data in data. For example: Imagine if you wanted data for an x y coordinate in a game, you could have: mapData[x][y] So if we had: int[][] multi = new int[][] { {1,2,3,4} {5,6,7,8} {9,10,11,12} }; row 0 or multi[0] = a single array of int[]{1,2,3,4} and row 0 column 2 would equal 3, multi[0][2] = 3 ( int[]{1,2,3,4} ) So really multidimmensional arrays are an array of arrays, if that makes sense . As for scripting, unless you plan on making collision path detection(finding a path to some position and consider collisions when determining the path) or something similar(which I think OSBot 2 will provide anyways), you most likely won't use it. Enums would be more efficient in storing data for a particular script(for example, agility obstacles in an agility script, or potion creation data in a herblore script). If I went wrong anywhere, please someone correct me ;P.
  18. This has been done before and jmods actually showed up and banned some people But gl gl
  19. I actually looked at every reply to this thread lol. http://puu.sh/6S3df
  20. Allen

    v1.7.82-6

    Nice release, thanks!
×
×
  • Create New...