XenoBot Forums - Powered by vBulletin

User Tag List

Page 32 of 65 FirstFirst ... 22303132333442 ... LastLast
Results 311 to 320 of 650

Thread: shAdOwArt's Scripts

  1. #311

    Join Date
    Oct 2014
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    try

    do
    local monsterCount = monsterCount
    local lureMonsters = {}
    local maxWaitTime

    function isInDirection(creature, dir)
    local dir = dir or Self.LookDirection()
    local sPos = Self.Position()
    local xPos = creature:Position()

    local dx = xPos.x - sPos.x
    local dy = xPos.y - sPos.y

    if dir == NORTH then
    return dy < 0
    elseif dir == SOUTH then
    return dy > 0
    elseif dir == EAST then
    return dx > 0
    elseif dir == WEST then
    return dx < 0
    end
    end

    local function needWait(LongDist, dir)
    for _, monster in ipairs(Self.GetTargets(10)) do
    if table.find(lureMonsters, monster:Name():lower()) and monsteristanceFromSelf() >= LongDist and not isInDirection(monster, dir) then
    return true
    end
    end
    return false
    end

    local isLeaving = false
    local longDist = 3
    local function lureWait(dir)
    if not isLeaving and needWait(longDist, dir) and monsterCount(lureMonsters, 2) < 8 then
    local sTime = os.time()
    while needWait(longDist, dir) and os.difftime(os.time(), sTime) < maxWaitTime and monsterCount(lureMonsters, 2) < 8 do
    wait(50)
    end
    end
    end

    registerLabelHandler("CheckWaits","CheckWaits", function()
    Walker.Goto("NoWaits")
    end)

    -- Config function
    function waitForMonstersWhenLuring(arg)
    if arg.active and arg.monsters then
    lureMonsters = {}

    for _, name in ipairs(arg.monsters) do
    table.insert(lureMonsters, name:lower())
    end

    if arg.dist then
    longDist = arg.dist
    end

    maxWaitTime = arg.maxWaitTime or 3

    registerLabelHandler("s", "s", function()
    lureWait(SOUTH)
    end)

    registerLabelHandler("e", "e", function()
    lureWait(EAST)
    end)

    registerLabelHandler("n", "n", function()
    lureWait(NORTH)
    end)

    registerLabelHandler("w", "w", function()
    lureWait(WEST)
    end)

    registerLabelHandler("Kill", "Kill", function()
    if not Targeting.IsIgnoring() then
    waitAsync(function() return monsterCount(lureMonsters, 5) == 0 end, 60)
    end
    end)

    registerLabelHandler("CheckWaits","CheckWaits", function()
    Walker.Goto("Waits")
    end)

    registerLabelHandler("StartHunt","Enable Lure Waits", function()
    isLeaving = false
    end)

    registerLeaveHandler("Disable Lure Waits", function()
    isLeaving = true
    end)
    end
    end
    end
    Can u make simple script with this wait when luring ?

  2. #312

    Join Date
    May 2014
    Location
    Canada
    Posts
    320
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    I've used [EK] Hrodmir Quara Scouts and [EK] Yalahar Cults so far and they have worked great.

    1. You have scripts for spawns which nobody else has released.
    2. The default config manas/hp potions are set up correctly for the starting level of the script.
    3. Easily customizable with lots of features: soft boots, weapon switcher, optional parts of spawn, ring equipper etc.
    4. Option to stop targeting and run from spawn on low supplies


    The only glitch I've noticed is with the soft boot switcher. Occurs when the backpack containing the non-soft boots is full. It tries to swap them, fails, repeats.

    Great scripts overall, Thanks.

  3. #313
    l4z's Avatar
    Join Date
    Oct 2015
    Posts
    133
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Oramond Communication Tasker
    Script: [Config] Communication Breakdown Mage.lua
    Line #: 9
    Chunk: C:?Users?l4z?DOCUME?1?XenoBot?Scripts??_CCB23?1.LU A
    Error: attempt to call global 'Backpacks' (a nil value)
    Problem with backpacks. Idk how to fix it.. ;(

  4. #314

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

    good

    goood

  5. #315

    Join Date
    Feb 2016
    Posts
    43
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey man, I love your scripts, there very well made, im using the sternum undead one right now, and in walker it says Hardcore path but in config there is no option to turn it on or off

  6. #316

    Join Date
    Jan 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey man have u ever had any complaints that using ur scripts causes deletion? i got deleted on 2 chars one using kazz coryms and one using sternum undeads i wanna know cuz i like ur scripts so much and i have no idea if i was deleted cuz of reports or if there is something in the scripts that triggered it, plz reply to me in a pm if u can

  7. #317

    Join Date
    Jan 2015
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey man i have a question i wanted to ask in private but u dont get pms, have u ever had any complaints that ur scripts cause deletion? i got deleted using the sternum undeads and using kazz coryms i dont know if its the script or the reports, so i just wanted to check with u cuz ur scripts are pretty awesome and i wanna use them but i am too damn scared xD plz pm me with ur response if possible

  8. #318

    Join Date
    Jul 2013
    Posts
    77
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    At morateb it's probaly just because those are very popular free acc hunting/botting places you probaly got tons of reports there

  9. #319

    Join Date
    Mar 2014
    Posts
    47
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    hey shadow you think youll ever release a lizard city script? and or glooth bandits south and west?

  10. #320

    Join Date
    Nov 2014
    Posts
    57
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by shadowart View Post
    ICE WITCH TEMPLE -2
    Download: HERE
    Requirements: 120+
    Rope
    Shovel
    The Barbarian Test
    Start From: Svargrond

    NOTES:
    Your profits will depend a lot on the price of Spider Silks.
    hi there,
    your scripts are awesome but i have a request,
    how can i make the character attack every single monester not just run until it meets 3 monesters???
    i really hate this point.
    please tell me how to fix this.
    Thanks

Posting Permissions

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