Log in

View Full Version : auto drop item on sqm



biff
03-17-2016, 11:18 AM
so i just switched to xeno bot form windbot and i must say alot harder to make scripts on this xenobot...

i want this
Self.DropItem(943, 1058, 13, 3578)
to do it auto and not once and kill the script after..
there is no auto(xxxx) on xeno so i dont know how to make this work.

Fatality
03-17-2016, 07:40 PM
Module.New("drop", function()
Self.DropItem(943, 1058, 13, 3578)
end)

maroxy
03-18-2016, 10:26 AM
Module.New("drop", function()
Self.DropItem(943, 1058, 13, 3578)
drop:Delay(200)
end)

Add a delay else it will be laggy.

biff
03-18-2016, 03:41 PM
Module.New("drop", function()
Self.DropItem(943, 1058, 13, 3578)
drop:Delay(200)
end)

Add a delay else it will be laggy.


16:40 XenoScript Error:
Script: droptest.lua
Line #: 3
Chunk: ...:?Users?Dator?DOCUME?1?XenoBot?Scripts??droptes t.lua
Error: attempt to index global 'drop' (a nil value)
This is an error with user-input and should not be reported as a bug with XenoBot

Getting this error, need to get this to work kinda annoying to have 10k fishes. When been botting over night

maroxy
03-18-2016, 05:07 PM
16:40 XenoScript Error:
Script: droptest.lua
Line #: 3
Chunk: ...:?Users?Dator?DOCUME?1?XenoBot?Scripts??droptes t.lua
Error: attempt to index global 'drop' (a nil value)
This is an error with user-input and should not be reported as a bug with XenoBot

Getting this error, need to get this to work kinda annoying to have 10k fishes. When been botting over night

Module.New("drop", function(drop)
Self.DropItem(943, 1058, 13, 3578)
drop:Delay(200)
end)

Sorry, my bad :p

felipe93
03-23-2016, 08:50 AM
hello dude i want to know why did you change from windbot to xenobot? i was xenobot user from 2013 to 2015
i want to buy a license here but like u say is really hard make scripts here
so why did you left windbot?


regards