PDA

View Full Version : How can i make xenobot use a Lever (The lever going from farmine to Lizards)



Fatality
04-19-2014, 06:19 PM
How can i make xenobot use a Lever (The lever going from farmine to Lizards)?

slaweksor
04-19-2014, 06:55 PM
local pos = Self.Position()
Self.UseItemFromGround(pos.x + 1, pos.y, pos.z)

only4tibia
04-21-2014, 09:36 AM
How can i make xenobot use a Lever (The lever going from farmine to Lizards)?

Also:


Self.UseLever(x, y, z)


Repeat this twice with a wait between in case the lever is flipped the wrong way.

Regards,
O4T