Jump to content

Silent

Members
  • Posts

    340
  • Joined

  • Last visited

Everything posted by Silent

  1. Real smooth man, nobody is just going to admin you for no reason mate
  2. Games ok, but I couldn't get into it
  3. Well Minecraft is constructed on Oracle Java, and I've just had better performance on it. I have to agree I found WinSCP way better than FileZilla
  4. Why did you revive this thread? Post your own report. As a solution clear your cache
  5. Did nobody notice the quadriple post?
  6. My local computer is VERY solid and wouldn't lagout with no amount of plugins :p
  7. What they hell is wrong with Ubuntu? I find it very functional
  8. McMyAdmin is a nice web management program. And seriously do some googling yourself I'm not going to give you all of the answers.
  9. Silent

    The turtle

    The easiest way to get programs from Notepad++ into the game is by enabling the HTTP API in the config, then using the pastebin command
  10. I wish haha, I would snap that up fast!
  11. Silent

    The turtle

    turtle.detect() returns a true if there is something there, false if not, so in this case: if there is something in front of me dig it end if move forward
  12. Oh no the latest version is way too bloated regarding ores and mobs.
  13. If you are annoyed by the ores in FTB, you should play DNS ;)
  14. I use ChicagoVPS as I have a nice code which gets me their 2GB VPS for $7, I host my IRC Bouncer, website and mc server on and and I have to say very good quality and support
  15. Write a turtle program that will remove all the gravel in the world! :D
  16. You should be launching it as such First cd into the dir then screen ./launch.sh
  17. If you're using the desktop only for hosting install Ubuntu on it
  18. Silent

    The turtle

    It's actually pretty simple, I managed to learn it without any tutorials, just by looking at other peoples programs. if turtle.detect() then turtle.dig() end turtle.forward() Or if turtle.detect() then repeat turtle.dig() until turtle.forward() == true else turtle.forward() end The first option is clearly much more simple, but it'll bug out on sand/gravel I'm not 100% sure the second option works, but it should account for gravel
  19. Log to the user and install the server to the users /home directory AS the user, or else it wont have permissions. Use cron to start tekkit at boot, using something along the lines of @reboot screen /home/start.sh Note, something like that, I don't think that's 100% correct
  20. I'm going to be blunt, if you can't even do the smallest amount of googling for these simple tasks, I'm not sure if you're ready to program.
  21. It costs money? When I played it a few months ago it was free Edit actually heaps has changed by the looks of it, may get it
×
×
  • Create New...