XenoBot Forums - Powered by vBulletin

User Tag List

Page 62 of 65 FirstFirst ... 12526061626364 ... LastLast
Results 611 to 620 of 650

Thread: shAdOwArt's Scripts

  1. #611
    Senior Member quaqua's Avatar
    Join Date
    Oct 2013
    Posts
    433
    Mentioned
    27 Post(s)
    Tagged
    0 Thread(s)
    So scripts are no longer available? @shadowart
    Trade history:
    sold 2 x 80 ek to @Bleed [done]
    sold 176 ED Unregistered to @Makkiiee [done]
    sold 263ED and 210 EK to @Dafuq[done]
    sold 190 MS to @smeg[done]
    sold 105 ED to @Merre[done]
    sold 224 MS to @smeg[done]
    sold 322 EK to @nazze[done]
    sold 340 RP to @nuub[done]
    sold 21KK to @Dafuq[done]
    sold 36kk to @janever[done]
    sold 30KK to @Ispiro[done]
    sold brass set on rook to @Tibian [done]
    sold brass set on rook to @Y2Quake [done]

  2. #612
    Chaldo's Avatar
    Join Date
    Jul 2015
    Location
    Toronto, ON
    Posts
    122
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    @shadowart hey buddy the script used to deposit items in the new tibia ot depot but it won't anymore, any idea why?

  3. #613
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Disabled my pms again since too many idiots are begging me to write them lua scripts. If you need support with a paid product you'll have to post here or add me on Discord (read the FAQ). Sorry for the inconvenience.

  4. #614
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by Chaldo View Post
    @shadowart hey buddy the script used to deposit items in the new tibia ot depot but it won't anymore, any idea why?
    Try adding this tothe beginning of the lua:
    lua code:

    function Self.OpenLocker()
    -- Depot position (defaults to look pos)
    local depotPos = Self.LookPosition(1)
    -- Detect entry
    local pos = Self.Position()
    local adjacentWalkableTiles = Map.GetWalkableTiles(pos, 1)

    if adjacentWalkableTiles then
    for _, entryPos in ipairs(adjacentWalkableTiles) do
    -- Some OTs don't detect our own position as unwalkable, so filter it out
    if entryPos.x ~= pos.x or entryPos.y ~= pos.y then
    depotPos = getPositionFromDirection(pos, Map.GetDirectionTo(entryPos, pos), 1)
    break
    end
    end
    end

    wait(500, 1000)
    local field = Container.New("Browse Field")
    while (not field:isOpen()) do -- locker isn't open
    Self.BrowseField(depotPos.x, depotPos.y, depotPos.z)
    wait(800, 1000)
    field = Container.New("Browse Field")
    end
    while (field:UseItem(0, true) ~= 1) do
    wait(100)
    end
    end


    The method that I have included in my scripts relies on the depot not being trashed, but the above code should work regardless.

  5. #615

    Join Date
    Aug 2016
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you take all the scripts down? I wanted to buy the grimvale. I dont know how long we have left with the bot but I was going to buy it still. However I click on the 6E to pay and download and it's no longer up.

  6. #616

    Join Date
    Aug 2016
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I seen that you said you closed them down. Will they be available as free scripts in the future or just ending them all together?

  7. #617

    Join Date
    Oct 2014
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello shadowart, i want to buy EDRON VAMPIRES for Mages but the link doesnt work, can u help me?

  8. #618

    Join Date
    Dec 2013
    Posts
    82
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hey there shadow, just sent you an email regarding some scripts i lost cuz my pc broke, looking foward for your answer ty.

  9. #619

    Join Date
    Mar 2016
    Posts
    30
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Helloo!

    Been using ur scripts for a very long time now. Loving them.
    I am done with [MS Edron Vampires] now and would like to get glooth bandits access through Oramond Minotaurs.

    Could you please pm me the link to it so I can buy it?

    Thanks alot, and thank you for all the scripts for XB. Looking forward to "working" with you @ windbot when tibia 11 hits.

  10. #620
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    As some of you have noticed, I switched over to Windbot when Tibia 11 was released. Today my store opened there. If you have purchased a Xenobot script from me I will give you a free Windbot script, details here.

    As for what will happen here: My free scripts will be available forever. I might release all the paid scripts for free when 10.98 is discontinued, but for now I want to keep them unavailable so that past customers don't feel cheated.
    Last edited by shadowart; 10-12-2016 at 12:46 PM.

Posting Permissions

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