Jump to content


MysticT's Content

There have been 177 items by MysticT (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#101913 Corrupt-A-Wish!

Posted by MysticT on 26 March 2013 - 03:19 AM in Forum Games

Granted, you can now control the weather in minecraft.

I wish I had a better computer.


Edit: damn ninjas! :P

Granted, you are now a more skilled artist, but just a little.

I wish I had a better computer.



#101582 Corrupt-A-Wish!

Posted by MysticT on 25 March 2013 - 09:59 AM in Forum Games

Granted, but the cookie monster will eat SuicidalSTDz instead

I wish I had more time for my projects



#100099 Corrupt-A-Wish!

Posted by MysticT on 22 March 2013 - 07:06 AM in Forum Games

Granted, but he won't play it correctly anyway :P

I wish I knew what to wish



#139046 [MC 1.7.10] [CC 1.65] Immibis's Peripherals

Posted by MysticT on 09 August 2013 - 12:08 PM in Peripherals and Turtle Upgrades

View Postwrothmonk, on 09 August 2013 - 08:40 AM, said:

Allow me to clarify:
Spoiler
is what I get when I run a program to get the methods for the adventure interface peripheral and the right. When I attempt to call any of the other methods given on page 10 it comes up with either no such method (when calling the methods without wrapping it) or attempt to call nil (when I do wrap it), which to my understanding means the methods dont exist, I'm not wrapping the peripheral properly, or I'm not calling the the method by the right name. I suspect a combination of the last two since it says on the api documentation that the world commands start with 'w.' instead of 'p.' when 'p.' is the peripheral wrap.
Here is an exact copy of what is in the imbibis.cfg
Spoiler
Those methods are not from the peripheral, they are in the world and player "objects" you get calling the "getWorld" and "getPlayerByName" methods from the peripheral. So, if you want to get a player's health you need to do this:
local p = peripheral.wrap("right")
local player = p.getPlayerByName(username)
if player then
  print("Player Health: ", player.getHealth())
end



#107114 [MC 1.7.10] [CC 1.65] Immibis's Peripherals

Posted by MysticT on 07 April 2013 - 07:54 AM in Peripherals and Turtle Upgrades

View PostTableCraft0R, on 07 April 2013 - 07:35 AM, said:

View Postimmibis, on 31 August 2012 - 01:52 PM, said:

Downloads
Download the mod from here.
Archive:
version 51.x.x for MC 1.4.5
version 50.x.x for MC 1.2.5/1.3.2/1.4.2
version 49.x.x for MC 1.2.5

Requirements: Minecraft Forge, ComputerCraft, and Immibis Core (which you can download from the same page).

I need 1.4.7 build because my mods isn't all updated to 1.5.1
Please!
Then go to the download page and get the 1.4.6 version, which works for 1.4.7. No need for a big text like that, it just makes you look bad.



#102798 Idea Exchange

Posted by MysticT on 28 March 2013 - 06:54 AM in General

I started to make an html parser, just for fun, but I never finished it... Why can't I finish a project? :P

View Postelfin8er, on 28 March 2013 - 06:41 AM, said:

View PostremiX, on 28 March 2013 - 01:09 AM, said:

View PostAzhf, on 27 March 2013 - 01:13 PM, said:

Also, can someone make or is there already an html API? That would be awesome :P

html api?
how do you mean?
I think he wants to use html to program computercraft.
Maybe build GUIs, NEVER to program, html is not a programming language. :D



#102806 Idea Exchange

Posted by MysticT on 28 March 2013 - 07:40 AM in General

View PostremiX, on 28 March 2013 - 07:29 AM, said:

View PostMysticT, on 28 March 2013 - 06:54 AM, said:

I started to make an html parser, just for fun, but I never finished it... Why can't I finish a project? :P

May I have a glimpse at it or a description of what it does? :P
It's just an html parser. It reads the html file and gets the tags. I didn't even started with the rendering, so it's pretty useless :P
I'll try to find it and see if I can finish it, or at least release what I have for someone else to continue.



#139626 [1.4.5] NPaintPro

Posted by MysticT on 12 August 2013 - 04:13 PM in Programs

View Postdpd_84, on 12 August 2013 - 03:20 PM, said:

when I try to run 3DPrint I get an error: 3DPrint:18: attempt to index ? (a nil value)

Does anyone know how to fix this??
Are you trying to run it on a computer? You need a turtle to use that program.



#125068 CCDesk PR7.1.1 - CC Networked Emulation Environment

Posted by MysticT on 09 June 2013 - 04:24 PM in APIs and Utilities

View Postbunny365, on 09 June 2013 - 02:35 PM, said:

Either my internet is breaking my downloads again, or the launcher.jar file on the website is missing the Main-Class information in the META-INF.
C:\Users\silly_000\Downloads>java -jar launcher.jar
no main manifest attribute, in launcher.jar
Yeah, I noticed that too. You can start it using:
java -cp ./ccdesk.jar net.deskcc.web.DesktopAppletProxy



#104404 CCDesk PR7.1.1 - CC Networked Emulation Environment

Posted by MysticT on 01 April 2013 - 08:56 AM in APIs and Utilities

View Postspyman68, on 01 April 2013 - 05:05 AM, said:

Give me a reason why I should use this instead of CCEmu and I might download it, what I see from the online version is, it's an exact copy of CCEmu, but takes longer to load. That's pretty much the only difference I see.
Actually, you shouldn't. It's still a pre-release, so you can use it if you want to test and report bugs, but it's not yet suitable to replace CCEmu.
Now, when it gets finished, it will have some more features. Read the op again, there's an explanation of it's features (like the api and peripherals support).

btw, nice work Lochie, really looking forward to see this completed.



#124432 CCDesk PR7.1.1 - CC Networked Emulation Environment

Posted by MysticT on 07 June 2013 - 02:42 PM in APIs and Utilities

View Postcheetah, on 07 June 2013 - 01:07 PM, said:

When I start it, it hangs on "Setting up environment".

OS: Ubuntu 12.04
Java: oracle-java-8
Desktop Environment: Unity
I would recommend using another java version. Java 8 is still in development, so it still has some bugs (last time I tried, sorting didn't work, and some other stuff). I'm not sure if that's the problem you are having, but it's worth trying. Use OpenJDK 7, it works for me (on ubuntu 13.04, should work the same on 12.04).



#104746 Riddles

Posted by MysticT on 02 April 2013 - 04:03 AM in Forum Games

View PostSmiley43210, on 01 April 2013 - 08:33 PM, said:

Where does yesterday come after today, and tomorrow in between?
In the dictonary. If you put them in alphabetical order, it's today, tomorrow, yesterday.



#104406 Riddles

Posted by MysticT on 01 April 2013 - 09:00 AM in Forum Games

View PostEmTeaKay, on 01 April 2013 - 06:45 AM, said:

View PostDlcruz129, on 17 March 2013 - 02:07 PM, said:

A woman shoots her husband. Then she holds him under water for over 5 minutes. Finally, she hangs him. But 5 minutes later they both go out together and enjoy a wonderful dinner together. How can this be?
Shoots him with a camera.
Don't know.
Hangs the picture she took.

View Postspyman68, on 01 April 2013 - 07:39 AM, said:

"A woman shoots her husband." she takes pictures. "Then she holds him under water for over 5 minutes." who said he was actually IN the water? "Finally, she hangs him."that one I'm not sure
Guys, that one was already answered :P
There's still some to answer though. Looks like those were too hard and everyone gave up :P



#98476 Riddles

Posted by MysticT on 18 March 2013 - 02:44 AM in Forum Games

View PostSmiley43210, on 18 March 2013 - 02:38 AM, said:

Joe wants to get a hair cut without leaving town. There are two barbers in town. One is Bill, one is Bob. Bill has nice hair, a nice, clean barber shop, and clean clothes. Bob has ugly cut hair, a messy shop as if it hasnt been sweeped in ages, and unwashed barbers clothes. Where should Joe go to get his hair cut if he wants it to be nice?

That was a pain typing on an iPod ._.
He should go with Bob, since he is the one who cut Bill's hair (and did a good job apparently :P).



#97671 [1.4] Portable Computer or a Personal Digital Assistant(PDA)

Posted by MysticT on 16 March 2013 - 06:19 AM in Suggestions

View PostSuicidalSTDz, on 15 March 2013 - 05:18 PM, said:

I thought it would balance the portability of them a bit.
So, being unable to use redstone and peripherals is not enough balance?



#113932 Necromancy

Posted by MysticT on 30 April 2013 - 02:55 PM in Forum Games

This time I'm sure it's right.
7 days, 13 hours and 16 minutes (wow, a week already)
181 hours (rounded down)



#130490 [Official] CCLite - Lightweight CC Emulator

Posted by MysticT on 30 June 2013 - 06:41 PM in General

View PostKingOfNoobs, on 30 June 2013 - 06:05 PM, said:

View PostMysticT, on 30 June 2013 - 05:55 PM, said:

View PostKingOfNoobs, on 30 June 2013 - 03:11 PM, said:

I just played around with it a little bit and when I tried to edit a file it gave me this error:
[string "edit"]:53:attemp to call field `insert`(a nile value)
The code of the file was(i just made a little program to test this emulator):
table = {"hi", "dude", "hello"}
for i,v in ipairs(table) do
  write(v)
  if i < #table then write(", ") end
end
I hope you can find and fix the bug!
I don't think it's a bug in the emulator. You redefined the "table" table in that program, so any program after that can't use table functions (like table.insert). Just give your table another name, and make it local.
Damn I forgot that! But why should I give it another name or make it local? I just made this to test the emulator.
Well... to avoid that error maybe? :P
I'm just giving you a fix for the problem. If you are not going to use that code, then don't use the fix. But check your code before saying there's a bug (either in CC or some emulator).



#130484 [Official] CCLite - Lightweight CC Emulator

Posted by MysticT on 30 June 2013 - 05:55 PM in General

View PostKingOfNoobs, on 30 June 2013 - 03:11 PM, said:

I just played around with it a little bit and when I tried to edit a file it gave me this error:
[string "edit"]:53:attemp to call field `insert`(a nile value)
The code of the file was(i just made a little program to test this emulator):
table = {"hi", "dude", "hello"}
for i,v in ipairs(table) do
  write(v)
  if i < #table then write(", ") end
end
I hope you can find and fix the bug!
I don't think it's a bug in the emulator. You redefined the "table" table in that program, so any program after that can't use table functions (like table.insert). Just give your table another name, and make it local.



#101569 CC Syntax Highlighting/Code Completions v1.2 - Sublime Text 2

Posted by MysticT on 25 March 2013 - 09:39 AM in APIs and Utilities

Could you make a github repo so we can use Package Control to download/update? That would be so helpfull :D



#131970 Hurt/Heal Forum Staff & Members

Posted by MysticT on 07 July 2013 - 06:04 PM in Forum Games

Heal AfterLifeLochie
Hurt dan200

AfterLifeLochie: 2 (+1)
Cloudy: 6
dan200: 5 (-2)
nitrogenfingers: 3

View PostSymmetryc, on 07 July 2013 - 04:47 PM, said:

hurt ALL.
I see what you did there :P



#128842 Hurt/Heal Forum Staff & Members

Posted by MysticT on 24 June 2013 - 11:42 AM in Forum Games

Hurt PixelToast
Heal Cranium

Advert: 5
AfterLifeLochie: 9
Casper7526: 10
ChunLing: 8
Cloudy: 9
Cranium: 8 (+1)
Cruor: 9
Dan200: 11
FuzzyPurp: 7
Lyqyd: 8
MysticT: 11
nitrogenfingers: 10
PixelToast: 2 (-2)
remiX: 11
theoriginalbit: 10



#131543 Hurt/Heal Forum Staff & Members

Posted by MysticT on 05 July 2013 - 08:43 PM in Forum Games

Oh no, I'm dead!
How dare you! Now I'll have to kill someone...

Heal nitrogenfingers
Hurt theoriginalbit

AfterLifeLochie: 10
Cloudy: 9
dan200: 10
nitrogenfingers: 9
theoriginalbit: 3

Edit: corrected values after above post.



#130575 Hurt/Heal Forum Staff & Members

Posted by MysticT on 01 July 2013 - 07:53 AM in Forum Games

Heal Lyqyd (hang in there lyqyd, I'll heal you)
Hurt theoriginalbit (how dare you hurting me! :P)

AfterLifeLochie: 7
Cloudy: 7
Cranium: 11
Cruor: 9
dan200: 11
Lyqyd: 5 (+1)
MysticT: 9
nitrogenfingers: 11
theoriginalbit: 10 (-2)



#131330 Hurt/Heal Forum Staff & Members

Posted by MysticT on 04 July 2013 - 04:32 PM in Forum Games

Edit: damn ninjas :ph34r: Sorry Cranium, I was too slow to save you.

Lets balance things a little.

Heal Cranium MysticT
Hurt nitrogenfingers

AfterLifeLochie: 8
Cloudy: 10
dan200: 11
MysticT: 6 (+1)
nitrogenfingers: 9 (-2)
theoriginalbit: 6



#133756 [Lua] Highly Secure Door lock

Posted by MysticT on 15 July 2013 - 04:44 PM in Programs

View Postreububble, on 15 July 2013 - 04:21 PM, said:

View Postrhyleymaster, on 15 July 2013 - 01:43 PM, said:

The only way to make it 'Not prone to disk' is to edit the roms, which you cant do on a server unless you edit the resource pack itself.
No, no that is not the only way. Remember how computers can check if there is a disk near them and eject it instantly? Remember how you can ensure the computer is not turned off by the user (most people can do this part), and did you know that you can also stop any computer from turning your computer off also?
If you can't turn it off, can't insert a disk while it's on, and you're not allowed to break the computer/door, then how are you meant to get in without a password?
1) Press Ctrl+S to shut down the computer.
2) Place disk drive next to the computer.
3) Insert disk with blank startup file.
4) Click the computer to turn it on.
5) ????
6) PROFIT!

Also, why was this post revived? O.o