XenoBot Forums - Powered by vBulletin

User Tag List

Page 2 of 11 FirstFirst 1234 ... LastLast
Results 11 to 20 of 103

Thread: DarkstaR's Lua Scripts

  1. #11
    Lifetime Subscriber Stusse's Avatar
    Join Date
    Dec 2011
    Location
    solid-scripts.com
    Posts
    3,523
    Mentioned
    346 Post(s)
    Tagged
    1 Thread(s)
    Nice job DarkstaR! Will be exciting to see more from this!

  2. #12
    Banned
    Join Date
    Apr 2012
    Location
    Tennessee, USA
    Posts
    252
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is amazing. I love you for this! Very fantastic job.!!!

  3. #13
    tirfup's Avatar
    Join Date
    Jun 2012
    Location
    South Florida
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks fo the loot sorter sir ^_-

    and i do mean it , i just sorted roughly 40ish bp's of loot... would have taken me hours..
    Last edited by tirfup; 06-15-2012 at 06:50 AM.

  4. #14
    Monthly Subscriber
    Join Date
    Jun 2012
    Posts
    185
    Mentioned
    22 Post(s)
    Tagged
    0 Thread(s)
    20:00 [XenoScript] loot sorter.lua: unexpected symbol near 'ď'

    WTF?! Anyone can help me?

  5. #15
    Banned
    Join Date
    Jan 2012
    Posts
    345
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Can i put different colors of backpacks inside blupe, green or orange?
    I mean
    first bp blue, then golden in it, pirate and others?

  6. #16
    Banned
    Join Date
    Dec 2011
    Posts
    1,142
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice

  7. #17
    Danny_'s Avatar
    Join Date
    Jun 2012
    Location
    Bermuda Triangle
    Posts
    164
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works like a charm!

    Regards
    Danny

  8. #18
    Lifetime Subscriber
    Join Date
    Dec 2011
    Posts
    994
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Anti-Push

    The script works by trashing the space underneath your character with gold coins, vials, and worms.

    note: This script is by darkstar. It was released by him during his live update session.


    [highlight=lua]function dropItem(id, count)
    local cont = Container.GetFirst()
    while (cont:isOpen()) do
    for spot = 0, cont:ItemCount() do
    local item = cont:GetItemData(spot)
    if (item.id == id) then
    cont:MoveItemToGround(spot, Self.Position().x, Self.Position().y, Self.Position().z, count)
    return true
    end
    end
    cont = cont:GetNext()
    end
    return false
    end

    local last = 1
    local trash = {3031, 285, 284, 283, 3492}
    while (true) do
    local thisone
    while (thisone == last) do
    thisone = math.random(1, #trash)
    end
    if (dropItem(trash[thisone], math.random(1, 2))) then
    wait(700, 1500)
    else
    wait(20)
    end
    last = thisone
    end[/highlight]

  9. #19
    forumname's Avatar
    Join Date
    Jun 2012
    Location
    Tennessee, Usa
    Posts
    186
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you possibly tell me how i can use this script :P? i dont see a download link on it :P also id like to download that anit push script
    There are 3 types of people.
    1) Those who can count.
    3) Those who can not.

    Rook and money maker service. Check it out!
    http://forums.xenobot.net/showthread...-on-any-server
    My Scripts
    http://forums.xenobot.net/showthread...mNames-Scripts
    162 rp for sell on open pvp no criminal record and transferable
    http://forums.xenobot.net/showthread...hlight=selling

  10. #20
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Put it in a .lua file in Documents/XenoBot/Scripts.

Posting Permissions

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