Cheap Shot Posted January 17, 2013 Posted January 17, 2013 I know this Raine the owner of sapphire craft has banned all turtles Just 1 question how do u make monitors work The mining turtles can bypass protections.
warpspeed10 Posted January 17, 2013 Posted January 17, 2013 I know this Raine the owner of sapphire craft has banned all turtles Just 1 question how do u make monitors work Use the function peripheral.wrap("right") and have it assign a peripheral to a variable. -- This is a comment. The compiler will ignore anything on the same line after a double dash. --The monitor is connected to the top of the computer. Defining this variable here allows us --to quickly change what side the monitor is actually on if we want to move things around. --If we didn't do this, we would have to change the side (for example from "right" to "top" --every single place we typed it in this program. --if you miss one instance, the computer will yell at you, so it's best to do it like so. local side = "top" --A variable used to store the handle returned by the peripheral.wrap() function. --mon is short for monitor, but you can name this whatever you like as long as it is a valid variable name. local mon = 0 if peripheral.isPresent(side) and peripheral.getType(side) == "monitor" then mon = peripheral.wrap(side) else print("No monitor detected on the ".. side .." of the computer." end --Now you can use mon just like you would use term (stands for terminal). --Instead of typing this, peripheral.call(side,"write", "The mining turtles can bypass protections!") --you just have to type this. mon.write("The mining turtles can bypass protections!") --Both of these do the same thing, though the second option is easier to read and quicker to type. Note, the monitor does not have print(), only write(). Here are all the APIs for ComputerCraft. http://computercraft.info/wiki/index.php?title=Category:APIs
Crashsamcoot Posted January 20, 2013 Posted January 20, 2013 I know this Raine the owner of sapphire craft has banned all turtles Just 1 question how do u make monitors work Woah we've got a stupid newbie on our hands! EDIT: You plug it into your computer -troll face removed-
EzioA Posted January 23, 2013 Posted January 23, 2013 I think it's wonderful that people like this post here. There should totally be a weekly contest about it.
Cheap Shot Posted January 23, 2013 Posted January 23, 2013 I think it's wonderful that people like this post here. There should totally be a weekly contest about it. I do not have that kind of cash.
jzpelaez Posted March 3, 2013 Posted March 3, 2013 · Hidden Hidden I knwo the anser. You gotta bash your monitor with your face, then take a crap on on your hard drive and then cut the red wire so your computer will deffinently NOT explode :P
Viologen Posted March 16, 2013 Posted March 16, 2013 I still can't get tekkit to launch can someone explain in english what I need to do to fix it
holymage! Posted March 16, 2013 Posted March 16, 2013 thread nerco...the best thing since low effort posts
spiekman168 Posted March 16, 2013 Posted March 16, 2013 No it cant. I cleared the cache and got the same thing. well have you tried updating your launcher did a few test's apparently update only fails if your using a lower version of the Technic launcher while trying to update a higher version of a mod pack that was updated with the newest version of the launcher. So as far as i am concerned try deleting any mod pack your trying to update or download and re install the launcher should be fixed.
lukeb28 Posted March 16, 2013 Posted March 16, 2013 .... *Face Palm* .... (Removed in fear of warning)
spiekman168 Posted March 16, 2013 Posted March 16, 2013 I still can't get tekkit to launch can someone explain in english what I need to do to fix it well heres a few suggestions: delete your .technic launcher and clear cache then delete your launcher and re install it. disable your anti virus if it's a hello problem teats how you fix disable your anti virus and do it apparently anti virus won't allow you to download some stuff. (learned that by my friend having to deactivate his and it worked) or just plain old delete your .techniclauncher folder works for me most of the time. (also don't know why but a lot of people have problems with AVG but i don't maybe it's the type of OS that has AVG)
spiekman168 Posted March 16, 2013 Posted March 16, 2013 .... *Face Palm* .... I'll tell you before a mod does, continuing an old thread is not the way to go. helping people with issues not bumping threat and if i did sorry i like helping and still no i'll take my bisness to the tekkit lite error forums
spiekman168 Posted March 16, 2013 Posted March 16, 2013 thanks for telling me i won't do it again.meant edit not reply sorry
Xylord Posted March 16, 2013 Posted March 16, 2013 .... *Face Palm* .... I'll tell you before a mod does, continuing an old thread is not the way to go. Mods have many times advised against jumping on necroers, since it's a grey area of the rules, AND also against talking in their place. What you're doing, Luke, very much looks like backseat modding.
holymage! Posted March 16, 2013 Posted March 16, 2013 Mods have many times advised against jumping on necroers, since it's a grey area of the rules, AND also against talking in their place. What you're doing, Luke, very much looks like backseat modding. - removed- EDIT: decided that its not my place to say what is and isn't backseat modding
lukeb28 Posted March 16, 2013 Posted March 16, 2013 Mods have many times advised against jumping on necroers, since it's a grey area of the rules, AND also against talking in their place. What you're doing, Luke, very much looks like backseat modding. It was more a warning to him I thought. If it make you feel better I'll edit it.
Xylord Posted March 16, 2013 Posted March 16, 2013 It was more a warning to him I thought. If it make you feel better I'll edit it. Not so much about me feeling better as you avoiding trouble. ;)
babbaj Posted March 20, 2013 Posted March 20, 2013 The proper way: download voltz file and tekkit like folder and move them to the techniclauncher folder
FireHunterX Posted April 6, 2013 Posted April 6, 2013 Oh my good god people... 1) "Java 8" noob 2) "pc as operating system" noob 3) This report is totally fake and the sole intent of it is to make people mongrel over it for no good reason. 3) I repeated 3. Deal with it. 4) Old ass launcher. Hope this helps!
The_DarthMoogle Posted April 11, 2013 Posted April 11, 2013 Oh my good god people... 1) "Java 8" noob 2) "pc as operating system" noob 3) This report is totally fake and the sole intent of it is to make people mongrel over it for no good reason. 3) I repeated 3. Deal with it. 4) Old ass launcher. Hope this helps! Oh the humanity! I'm afraid there is no hope for you.
FireHunterX Posted April 12, 2013 Posted April 12, 2013 Exactly what do you mean by "Oh the humanity!"? I'm stating everything wrong about this report. Deal with it, like I said for you to deal with it when I repeated step 3.
Recommended Posts