i managed to get its only method which is say() and it requires a string, but running my test program it outputs:
parallel:22: dan200.turtle.api.ITurtleAccess.getVisualPosition()Laoj: Press any key to continue
Posted 19 February 2013 - 05:41 PM
parallel:22: dan200.turtle.api.ITurtleAccess.getVisualPosition()Laoj: Press any key to continue
Posted 20 February 2013 - 04:03 AM
Kye_Duo, on 18 February 2013 - 10:30 AM, said:
FredMSloniker, on 18 February 2013 - 09:29 AM, said:
Kye_Duo, on 18 February 2013 - 03:58 AM, said:
launcher.launch(gunpowder, desired star materials, gunpowder for height)
launcher.launch([b]gunpowder, [/b]cactusGreen,dandelionYellow,gunpowder,limeDye,boneMeal,head,glowstoneDust,gunpowder,gunpowder)
launcher.launch (dyes to fade to, gp for height, items for initial star)
Posted 20 February 2013 - 08:55 AM
Posted 20 February 2013 - 10:21 AM
gates:22: java.lang.NoSuchMethodError: dan200.turtle.api.ITurtleAccess.getVisualPosition()Leaj;its the same issue somebody mentioned above..
Posted 20 February 2013 - 10:45 AM
Posted 20 February 2013 - 09:03 PM
Posted 21 February 2013 - 08:34 AM
Posted 21 February 2013 - 10:31 AM
Posted 21 February 2013 - 02:48 PM
RichardG867, on 19 February 2013 - 01:32 PM, said:
Posted 22 February 2013 - 03:59 AM
Posted 22 February 2013 - 05:28 AM
r = peripheral.wrap("right")
print("Current Levels: "..r.getLevels())
print("pre")
r.enchant(30)
print("post")
> test Current Levels: 30 pre >
Posted 22 February 2013 - 03:47 PM
Posted 22 February 2013 - 08:16 PM
Posted 22 February 2013 - 08:23 PM
Posted 23 February 2013 - 04:14 AM
Posted 23 February 2013 - 06:31 AM
local foo = peripheral.wrap("left")
print(type(foo))
for key,value in pairs( foo ) do
print(tostring(key)..": "..tostring(value))
end
print(foo.getAuraNodeDistance())
local auranode = foo.getAuraNode()
for key,value in pairs( auranode ) do
print(tostring(key)..": "..tostring(value))
end
It never gets past the print(foo.getAuraNodeDistance())line and returns an error:
foo:6: java.lang.Integer cannot be cast to thaumcraft.api.AuraNode
Posted 23 February 2013 - 11:11 AM
Posted 23 February 2013 - 02:29 PM
Quote
p=peripheral.wrap("left")
p.setFreq(3010)
print(p.get())
print(p.set(true))
Posted 23 February 2013 - 03:01 PM
0 members, 3 guests, 0 anonymous users