XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 6 of 6

Thread: auto drop item on sqm

  1. #1

    Join Date
    Feb 2016
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    auto drop item on sqm

    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.

  2. #2
    Queen Fatality Fatality's Avatar
    Join Date
    Mar 2014
    Location
    Canada
    Posts
    754
    Mentioned
    83 Post(s)
    Tagged
    1 Thread(s)
    lua code:

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

  3. #3
    Senior Member maroxy's Avatar
    Join Date
    Apr 2014
    Location
    EUW
    Posts
    897
    Mentioned
    137 Post(s)
    Tagged
    0 Thread(s)
    lua code:
    Module.New("drop", function()
    Self.DropItem(943, 1058, 13, 3578)
    drop:Delay(200)
    end)


    Add a delay else it will be laggy.


    Remember that the official XenoBot page is www.xenobot.net not xeno-bot.net or similar

  4. #4

    Join Date
    Feb 2016
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by maroxy View Post
    lua code:
    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
    Last edited by biff; 03-18-2016 at 03:55 PM.

  5. #5
    Senior Member maroxy's Avatar
    Join Date
    Apr 2014
    Location
    EUW
    Posts
    897
    Mentioned
    137 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by biff View Post
    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
    lua code:
    Module.New("drop", function(drop)
    Self.DropItem(943, 1058, 13, 3578)
    drop:Delay(200)
    end)


    Sorry, my bad


    Remember that the official XenoBot page is www.xenobot.net not xeno-bot.net or similar

  6. #6

    Join Date
    Feb 2015
    Posts
    35
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •