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

Famous5000

Members
  • Content Count

    5
  • Joined

  • Last visited

Posts posted by Famous5000

  1. I have tried to do multiple things, the only thing that works would be binding it to myself so that it can work. BUT THAT IS VERY ANNOYING AND IT DOESN'T WORK IF I'M OFFLINE. Is there a way to fix it so that it reads from the command block permission? This has happened every single time I've used OpenComputers on a server though. Have not tried Singleplayer as I have no use for it there, because I almost never make adventure maps, but I do use the Debug.runCommand() too frequently.

    Trying to edit the ops.json file adding the OpenComputers' fake UUID and Playername as the arguments. 

    It works, but it still outputs the commands. GRRRRR!!!!

  2. While my attempts to program a drone have so far failed, a quick look at http://ocdoc.cil.li/component:leash gives you the commands you can use with the Leash Upgrade.

     

    Once a creature is leashed (component.leash.leash(sides.bottom) returns true), get it off the ground by moving up. Move normally, making sure you are high enough that the animal won't run into anything. Once done, unleash the animal over a body of water or it may die (long standing Minecraft bug).

    I tried the component.leash.leash(sides.bottom) and it just does nothing. It doesn't even GET to the damn sides variable.

    Full info here: https://oc.cil.li/index.php?/topic/819-leash-upgrade-for-drones-isnt-working/

  3. what exactly are you putting in the prompt? what is the error you get, like comon give us something to work on we are not mind readers

    It was an error with OpenComputers and Mystcraft. It's working when in a vanilla dimension, but not in a Myst-Dimension

     

    BTW, I gave up on this, so topic closed for now.

  4. I decided to work on the drones, and I tried to run this command in my processor for the DRONE:

    L = component.leash

    (RETURNED NOTHING)

    L.leash(5)

    [string "L.leash(5)"]:1: attempt to index a nil value (global 'L')

    And I tried the same thing with just the component:

    component.leash.leash(5)

    [string "component.leash.leash(5)]:1: attempt to index a nil value (field leash)

     

    And yes, I've tried both restarting the drone AND the computer, and even replacing it.

    Before you even ask: YES I HAVE THE LEASH UPGRADE.

×
×
  • Create New...

Important Information

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