Jump to content

joe500

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by joe500

  1. Hello crafters, I've started a tekkit lite server with my friend and we are now at the point to enter the nether YEAH But when we went through the portal we weren't in the nether. We spawned just 300 blocks away from the portal. I did some research and tryed the following: -stop server -delete DIM-1 & DIM1 folder -buid a new portal Bam same thing as before. I'm very sad about that cause we've put a lot of work in this world and now I'm afraid of loosing this world. I've also used simplebackup plugin for bukkit but the backups are also not working. It would be very nice and AWESOME if someone could help us greez Joe
  2. Hi guys, I try to set up a decent GPS system to navigate alle my stuff with it. The core system is up and running, and i can locate all my positions. The only problem that I've is that I cant send my coordinates over rednet. For example I wrote some code: rednet.open("top", 1) x, y, z = gps.locate(3) vec={ value1=x, value2=y, value3=z} svec=textutils.serialize(vec) rednet.send(1, svec) Now on the receiver side: rednet.open("top", 1) id, msg, dist=rednet.receive() vec=textutils.unserialize(msg) x=vec.value1 y=vec.value2 z=vec.value3 I cant access the transmited values 1-3 It just crashes with attempt to call nil... Pls help me I'm getting crazy about this :-D PS:I've checked svec and it was created correct I think the problem is in the gps.locate function, cause if I hardcode the values 1-3 and then transmit the array everything works like a charm.
×
×
  • Create New...