XenoBot Forums - Powered by vBulletin

User Tag List

Page 3 of 19 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 189

Thread: Request a Script here!

  1. #21

    Join Date
    Jul 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what about rookgaard?

  2. #22
    cuckied's Avatar
    Join Date
    Aug 2012
    Location
    Guayaquil, Ecuador
    Posts
    212
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Spawn Name: Lost Dwarves
    Location: Deeper Dwarfs caves inside kazordoon
    Vocation: Royal Paladin 180+

  3. #23
    Lifetime Subscriber fairywintah's Avatar
    Join Date
    Jun 2011
    Location
    Sweden, Stockholm
    Posts
    87
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I'd suggest some PACC script. Like Orc Fortress or something.
    With my level (my secondary character) there is not a lot of alternatives
    for PACC (40-60)

  4. #24

    Join Date
    Jul 2015
    Posts
    18
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I would love you sooooo much if you make a script for the Warzone daily tasks.

  5. #25

    Join Date
    Jan 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are there any plans for team scripts? Like walls or lower level stuff like grimvale

  6. #26
    XenoBot Scripts Developer Joshwa534's Avatar
    Join Date
    May 2012
    Location
    Texas, USA
    Posts
    4,890
    Mentioned
    517 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by Cdongbatman View Post
    Are there any plans for team scripts? Like walls or lower level stuff like grimvale
    Not from us but @shadowart does have a Roshamuul team (ek+ed) script for free I think.

  7. #27

    Join Date
    Jan 2015
    Posts
    32
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    A few months ago I bought Goroma Giant Spiders Script for Ek, could you please release it again?
    Thx

  8. #28
    secret121's Avatar
    Join Date
    Apr 2013
    Posts
    130
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Farmine Stone Golems
    just south of farmine dp through portal

    there used to be one for the old xeno

  9. #29

    Join Date
    Nov 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Magic level booster at an NPC buying pots?

  10. #30

    Join Date
    Jul 2015
    Posts
    18
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I am using this script that I found around for anti KS, but there is a problem... it takes too long to set targeting back on and by the time is on the monster is out of the screen. Can you please help me fix it.:

    -- __ __ ______ _ __
    -- / / __ __ / /__ ___ / ____/(_)_____ / /_ ___ _____
    -- / / / / / // //_// _ \ / /_ / // ___// __ \ / _ \ / ___/
    -- / /___/ /_/ // ,< / __// __/ / /(__ )/ / / // __// /
    --/_____/\__,_//_/|_| \___//_/ /_//____//_/ /_/ \___//_/
    -- ANTI KS
    dofile("Forgee.lua")
    ---------------------
    while (true) do
    if monstersAround(5) < 1 then
    setTargetingEnabled(false)
    else
    if (playersAround(7) == 0) or (Self.TargetID() ~= 0) or ((monstersAround(1) > 0) and (playersAround(4) == 0)) then
    setTargetingEnabled(true)
    wait(100)
    else
    setTargetingEnabled(false)
    wait(100)
    end
    end
    end

Posting Permissions

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