Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
Sunch

Robots couldn't move and couldn't use forward(), up()... commands

Recommended Posts

Hello the dear developer I met a problem on my own server.

When I use the robot Creatix I input these commands:

/home # lua

lua> r = require("robot")

lua> r.forward()

and it moves one block. But The screen doesn't refresh, I couldn't see such as "lua>" on it and I couldn't do anything else.

But if I input like this...

/home # lua

lua> r = require("robot")

lua> r.swing()

true         "block"

lua> r.forward()

true

lua> r.swing()

true         "block"

lua> r.forward()

true

lua> swing()

false         "air"

lua> r.forward()

And it will not work.

I could say, when I put blocks in front of him and it breaks the blocks at first, it could move, or it will strike(if all of blocks are already broken, it will also strike like the second example).

The situation on my computer is not like this. It works perfect and nothing wrong.

 

PS: if I input like this:

lua> while true do r.forward() end

it will just move 1 step. And stay there.

if I create a script with:

r = require("robot")

while true do

    r.forward()

end

and run it. the robot will still move 1 step, and stay there. The screen has also no reaction.

 

PS II: PLZ repair it, this mod excellent and I don't wanna play without it(and CC is not available for 1.12.2), so PLZ repair it. It so interesting.

 

If you need any info, look at here:

Server:

    System: Ubuntu 16 x64

    Infos: 2 CPUs, 4 GiB RAM, 40 GB HDD, 100M Internet

    normal used RAM: ~65%

    normal used CPU: ~50%

    Java version: jdk8u231

    forge version: 1.12.2-14.23.5.2846

    sponge version: 1.12.2-2838

    lua version: 5.2

 

Computer:

    System: Mac OS X 10.15 Beta

     Infos: 2.9GHz Intel Core i5, 8 GB RAM, Intel Iris Graphics 550 1536 MB, 512 GB SSD

    Java version: jdk8u221

    lua version: 5.2

 

And if you need any other infos you could contact with me, here is my E-Mail:

sunch.2k@gmail.com

 

Thank you for the development of this mod, again.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.