Jump to content

Vilius

Scripter II
  • Posts

    1495
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Vilius

  1. Its a google bot impersonator, the real google bot is just "Google"
  2. Logo size has to be 180x180px and upload it to imgur and use the direct link too.
  3. You could use color overlay in blending options if you use photoshop, then there wouldn't be coloring problems :P
  4. Looks great, really simple more like flat design. : ) Although the S has some jagged edges :P
  5. http://ux.stackexchange.com/questions/10312/are-carousels-effective
  6. Looks dope. Although you can make it one line with a lambda expression. VERTICAL_DROP.forEach(s -> api.getInventory().interact(s, "Drop"));
  7. "ind" is your indice number, the array[ i ], i means the position in the array which accompanies an element in the array. Say you have: int array[] = { 9, 8, 7, 6}; and then you type array[0] it will return the number 9 in the array list. Maybe this will help you visualize easier:
  8. Nice update and I like the bug reporters names next to the bugs
  9. It will be big numbers tho not 0-3 so you need to divide that by 512 if I recall correctly
  10. It is worth it if you get them for the right price and those who said they lag, must be running like 258mb ram and 1.2ghz vps's
  11. Look at the api page at the top if the forums, look in the tutorial section I have a tutorial about the APIs documentation. Plus if you know oop look at my guide about tasks or someone elses taks tutorials. Because Apeacs tutorial is a bit outdated :\ Goodluck :p
  12. The issue is that you are creating the inoderoutefinder every time you walk. You need to make one only onStart() once. Then maybe add it to your class that contains your variables public class test extends Script{ INodeRouteFinder nrf; public void onStart(){ nrf = INodeRouteFinder.createAdvanced(); } }
  13. Please provide a portfolio for people interested to see and evaluate your work
  14. Upload to imgur and use the direct link, osbot doesnt allow people to upload images directly to the site. Let me know if you need more help :p
  15. Man, this bloke @ProjectPact is making top notch scripts, who knew 99 cooking was so easy :p Much luv
×
×
  • Create New...