Jump to content

Abuse

Members
  • Posts

    548
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Abuse

  1. As long as there is a way to capture a screenshot of the current state, yes please!
  2. It's asking for a list. List<Position> path = Arrays.asList( new Position(3183, 3431, 0), new Position(3177, 3429, 0), new Position(3171, 3426, 0), new Position(3172, 3416, 0), new Position(3171, 3404, 0), new Position(3173, 3395, 0), new Position(3177, 3388, 0), new Position(3179, 3381, 0), new Position(3182, 3375, 0) );
  3. Makes sense, thank you
  4. for (Entity tree : getObjects().getAll()) { if (tree.getName().equals("Tree")) { self.log(tree.getPosition().getX() + ":" + tree.getPosition().getY()); } } Output: [INFO][Bot #1][12/19 10:06:20 AM]: 3197:3489 [INFO][Bot #1][12/19 10:06:20 AM]: 3197:3489 [INFO][Bot #1][12/19 10:06:20 AM]: 3197:3496 [INFO][Bot #1][12/19 10:06:20 AM]: 3197:3496 [INFO][Bot #1][12/19 10:06:20 AM]: 3197:3489 [INFO][Bot #1][12/19 10:06:20 AM]: 3197:3489 [INFO][Bot #1][12/19 10:06:20 AM]: 3197:3496 [INFO][Bot #1][12/19 10:06:20 AM]: 3197:3496 [INFO][Bot #1][12/19 10:06:20 AM]: 3200:3411 [INFO][Bot #1][12/19 10:06:20 AM]: 3200:3411 [INFO][Bot #1][12/19 10:06:20 AM]: 3201:3409 [INFO][Bot #1][12/19 10:06:20 AM]: 3201:3409 [INFO][Bot #1][12/19 10:06:20 AM]: 3200:3411 [INFO][Bot #1][12/19 10:06:20 AM]: 3200:3411 [INFO][Bot #1][12/19 10:06:20 AM]: 3201:3440 [INFO][Bot #1][12/19 10:06:20 AM]: 3201:3440 [INFO][Bot #1][12/19 10:06:20 AM]: 3201:3409 [INFO][Bot #1][12/19 10:06:20 AM]: 3201:3409 [INFO][Bot #1][12/19 10:06:20 AM]: 3201:3440 [INFO][Bot #1][12/19 10:06:20 AM]: 3201:3440 [INFO][Bot #1][12/19 10:06:20 AM]: 3205:3510 [INFO][Bot #1][12/19 10:06:20 AM]: 3205:3510 [INFO][Bot #1][12/19 10:06:20 AM]: 3205:3510 [INFO][Bot #1][12/19 10:06:20 AM]: 3205:3510
  5. 80m
  6. I see nothing wrong here
  7. Awesome, exactly what I was looking for
  8. Unfortunately getTileHeight always returns 0, and getHeight returns the model height
  9. Hey, I am working on a middle mouse button camera rotation class, I have been able to calculate the required camera yaw angle to get the entity into the gameview however I am having troubles calculating the pitch angle. I need a function that can return me the local 'grid' Z position of an entity, just like getCamera().getZ() does. I've noticed that entities have getGridX() and getGridY() functionality, but I couldn't find anything that returns the Z value (Unless its always the same as position.getZ() Best case scenario would be finding Z position relative to my player (or camera)
  10. It was this or move to Tri-Crap
  11. Launch 10 of them and you'll end up with the same issue
  12. I have the exact same thing, and i've been dealing with it for months now. The only workaround is to have a remote desktop session open at all times, I have a server dedicated to do that I've tried literally everything; - Different OS (Even Linux) - Dummy monitor drivers - VNC server and a loopback connection What did work was a dummy VGA adapter for the physical server, but that's not possible with most datacenters. Spent days looking for a solution and still haven't found one. It's definitely a client issue
  13. It's bad practice in general to store parameter options in a variable Try this: SCRIPT="My\\ Script:null" java -jar "osbot 2.4.101.jar" $OSBOTLOGIN $BOT1 -script $SCRIPT $BOT1WORLD or SCRIPT="My\ Script:null" java -jar "osbot 2.4.101.jar" $OSBOTLOGIN $BOT1 -script $SCRIPT $BOT1WORLD
  14. Linux or windows?
  15. Ez win by view count/post ratio
  16. Abuse

    @Acerd

    After one hour of trying to fix it, reinstalling the client and java, I was finally able to get it to work by reinstalling my windows os
  17. PM me the bin, i'll do it for you later today
  18. I've been running my botfarm, and living excusively off of PayPal without a credit card attached to it. Make sure it verified and in the right currency
  19. Try Script\ Name
  20. Have you tried flax?
  21. There is a split second before that screen shows up where the main script is free to execute
×
×
  • Create New...