Drop All But One Slot - Loop Not Working
#21
Posted 11 January 2013 - 04:42 PM
#22
Posted 11 January 2013 - 04:46 PM
#23
Posted 11 January 2013 - 04:47 PM
#24
Posted 11 January 2013 - 04:58 PM
Hope this helps you with making better logics in your programs
Edited by TheOriginalBIT, 11 January 2013 - 04:59 PM.
#25
Posted 11 January 2013 - 05:01 PM
Heracles421, on 11 January 2013 - 04:47 PM, said:
#26
Posted 11 January 2013 - 05:05 PM
#27
Posted 11 January 2013 - 05:06 PM
TheOriginalBIT, on 11 January 2013 - 05:01 PM, said:
Heracles421, on 11 January 2013 - 04:47 PM, said:
Only 50? ONLY? I usually have like 15 a day, even less
#28
Posted 11 January 2013 - 05:08 PM
marth010, on 11 January 2013 - 05:05 PM, said:
Sometimes errors can arise when doing it with variables since Lua allows any data type in a variable. however if you always make sure you store a boolean in the variable you won't get any errors... unless your logic is wrong...
#29
Posted 11 January 2013 - 05:19 PM
TheOriginalBIT, on 11 January 2013 - 04:35 PM, said:
marth010, on 11 January 2013 - 04:32 PM, said:
you could always do this
turtle.select( 1 ) turtle.drop( turtle.getItemCount( 1 ) - 1 )This would drop all except for 1
Oh and I realize I had tried something like this before. For some reason, passing a parameter to turtle.drop() is bugged and ends up not dropping anything at all. At least in 1.33. Is it fixed in the later versions?
#30
Posted 11 January 2013 - 05:22 PM
marth010, on 11 January 2013 - 05:19 PM, said:
Oh and I realize I had tried something like this before. For some reason, passing a parameter to turtle.drop() is bugged and ends up not dropping anything at all. At least in 1.33. Is it fixed in the later versions?
Yup, I've never had that error on the most rescent versions. You should change your current pack, FTB (Feed The Beast) is way better thy tekkit and is up to date. I assume you're using tekkit
#31
Posted 11 January 2013 - 05:24 PM
marth010, on 11 January 2013 - 05:19 PM, said:
TheOriginalBIT, on 11 January 2013 - 04:35 PM, said:
marth010, on 11 January 2013 - 04:32 PM, said:
you could always do this
turtle.select( 1 ) turtle.drop( turtle.getItemCount( 1 ) - 1 )This would drop all except for 1
Oh and I realize I had tried something like this before. For some reason, passing a parameter to turtle.drop() is bugged and ends up not dropping anything at all. At least in 1.33. Is it fixed in the later versions?
That definitely sounds like a Bukkit issue to me!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











