This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
RiRoxX's profile picture

Turtles not attacking in multiplayer.

Started by RiRoxX, 08 July 2013 - 03:07 PM
RiRoxX #1
Posted 08 July 2013 - 05:07 PM
First off i play on the mindcrack Feed the beast.

So my problem is that i cant a any kind of a turtle to attack.
Im currently trying to get an attack turtle to kill some mobs for a mob farm, but the turtle wont attack in multiplayer, but it works fine in singleplayer, even with the same code.

I have tried opping computercraft, and opping myself.
There is no permission plugin or anything like that active. Just a normal clean server with all the mindcrack ftb mods

There is one strange thing tho, in singleplayer and multiplayer, in lua, when i type; turtle.attack() it says false.

Here is the code i use:


while true do
  turtle.attack()
  sleep(1)
end
Lyqyd #2
Posted 08 July 2013 - 08:08 PM
Split into new topic.

Is PVP disabled? Are you in peaceful/creative mode?
RiRoxX #3
Posted 09 July 2013 - 02:48 AM
Pvp is disabled and im peacefull mode.
I'll try turn pvp on when i get on a computer
RiRoxX #4
Posted 09 July 2013 - 04:27 AM
Split into new topic.

Is PVP disabled? Are you in peaceful/creative mode?

Wow, thanks. It works fine now, all i had to do was turning pvp on.. Thanks man! :D/>