XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 3 of 3

Thread: Lootbagger

  1. #1

    Join Date
    Dec 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Lootbagger

    Hiho

    I would like to ask you guys to help me with Lootbagging script.

    For example during the hunt, bot is picking shit items etc, doing a circle on respawn and then drop this items in a one specific sqm.

    How it should look like?

    Please help me

  2. #2
    Senior Member Jontor's Avatar
    Join Date
    Sep 2014
    Posts
    446
    Mentioned
    51 Post(s)
    Tagged
    1 Thread(s)
    Put the code below in one-liner or execute it on a specific label
    Code:
    local list = {"sword", "plate shield", "chain armor"}
    Self.DropItems(Self.Position().x, Self.Position().y, Self.Position().z, list)

  3. #3

    Join Date
    Dec 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you very much Jontor! w

Posting Permissions

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