- ComputerCraft | Programmable Computers for Minecraft
- → oWave's Content
oWave's Content
There have been 41 items by oWave (Search limited from 10-February 22)
#132809 Corrupt-A-Wish!
Posted by
oWave
on 11 July 2013 - 07:23 AM
in
Forum Games
I wish that this would finally work
#132656 Fully automated 2x2 Tree Chopper
Posted by
oWave
on 10 July 2013 - 02:28 PM
in
Turtle Programs
It's nearly fully rewritten and there's no complex stuff in it. I think this are good conditions if you're new and want to rewrite a program.
I also removed the other version, because it didn't work
#132593 'attempted to call nil' at existing function
Posted by
oWave
on 10 July 2013 - 06:41 AM
in
Ask a Pro
I'm getting the error '65:attempted to call nil' even if the function in that line exists.
I already renamed the function and tried to move it, but I'm still getting the error.
Line 65 is the line with 'GetMid()'
Here's the part of the code that errors:
[/size]
local function Update(Status)
if Called == false then
GetMid()
Update1()
Called = true
end
term.setCursorPos(MidX, MidY2) term.clearLine() term.setCursorPos(MidX,MidY2) -- Clear the 'Status' line and set the Cursor on the line again
print("Status: " .. Status)
end
local function Update1() -- Only called once
term.setCursorPos(MidX,MidY1)
if bm == false then
print "Bonemeal: Disabled"
else
print "Bonemeal: Enabled"
end
end
local function GetMid()
MaxX, MaxY = term.getSize()
MidX = MaxX / 2
MidY = MaxY / 2
MidY1 = MidY - 3
MidY2 = MidY + 3
end
[size=4]
(For some reason it doesn't paste the indents. Look at the pastebin code. The part begins at line 63 and goes to line 88)
And if you need the full code: Pastebin
#132436 The ban game
Posted by
oWave
on 09 July 2013 - 11:31 AM
in
Forum Games
The 'Mark Forum as read' button
#132080 King of the Hill
Posted by
oWave
on 08 July 2013 - 04:51 AM
in
Forum Games
#132079 Corrupt-A-Wish!
Posted by
oWave
on 08 July 2013 - 04:49 AM
in
Forum Games
I wish I would know what to wish now...
#132078 Hurt/Heal Forum Staff & Members
Posted by
oWave
on 08 July 2013 - 04:46 AM
in
Forum Games
Heal Cloudy
Cloudy: 3 (+1)
Dan200: 6 (-2)
Let's try making this as long as possible
#132077 The ban game
Posted by
oWave
on 08 July 2013 - 04:42 AM
in
Forum Games
A fly
#131956 Corrupt-A-Wish!
Posted by
oWave
on 07 July 2013 - 04:47 PM
in
Forum Games
Granted, but it's invisible
I wish my the videos on my 'watch later' list would load instantly (If you can't watch videos for 2 weeks, there'll be lots of them)
#131941 Hurt/Heal Forum Staff & Members
Posted by
oWave
on 07 July 2013 - 03:00 PM
in
Forum Games
Hurt: nitrogenfingers
AfterLifeLochie: 3
Cloudy: 5 (+1)
dan200: 7
nitrogenfingers: 3 (-2)
#131940 Corrupt-A-Wish!
Posted by
oWave
on 07 July 2013 - 02:57 PM
in
Forum Games
I wish my current connection would be better (at least 200 kb/s. 10 kb/s are really not enough...)
#131936 The ban game
Posted by
oWave
on 07 July 2013 - 02:54 PM
in
Forum Games
Dirt
#131897 The ban game
Posted by
oWave
on 07 July 2013 - 01:03 PM
in
Forum Games
Bottles
#131896 War.
Posted by
oWave
on 07 July 2013 - 01:00 PM
in
Forum Games
#131691 The ban game
Posted by
oWave
on 06 July 2013 - 01:58 PM
in
Forum Games
Toast
#131482 War.
Posted by
oWave
on 05 July 2013 - 04:10 PM
in
Forum Games
#131481 King of the Hill
Posted by
oWave
on 05 July 2013 - 04:04 PM
in
Forum Games
It's mine...( And I'll die in the next post
#130442 Advanced Mining Turtle - Ore Quarry
Posted by
oWave
on 30 June 2013 - 03:09 PM
in
Turtle Programs
I terminated the program. Now every time I place the turtle again , it wants to resume were it stopped.
#130412 Attempted to call number
Posted by
oWave
on 30 June 2013 - 01:20 PM
in
Ask a Pro
I've writen this program, but randomly it gives me the error: 115: attempted to call number
115 is the Saplings() line
The errors seems to happen randomly. Sometimes the program loops fine. Sometimes it errors right at the beginning. I can't see a pattern there...
Here the code: http://pastebin.com/AtR0aCfF
#130384 Fully automated 2x2 Tree Chopper
Posted by
oWave
on 30 June 2013 - 10:53 AM
in
Turtle Programs
I'm still working on it
#130206 Fully automated 2x2 Tree Chopper
Posted by
oWave
on 29 June 2013 - 03:20 PM
in
Turtle Programs
#130121 Fully automated 2x2 Tree Chopper
Posted by
oWave
on 29 June 2013 - 05:56 AM
in
Turtle Programs
I used tonumber(turtle.getItemCount(16)) because without it, it was only a string.
I will use os.pullEvent. Thanks for that. Just didn't know it was there.
And prefueling is a little bit difficult, because the trees aren't at the same size every time. I don't want to create function for every movement I do. At least not in this program.
- ComputerCraft | Programmable Computers for Minecraft
- → oWave's Content


