XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 5 of 5

Thread: Xenobot healing

  1. #1

    Join Date
    Jul 2015
    Posts
    42
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Xenobot healing

    Could someone explain me why the healing in xenobot is that slow/weak compared to other bots ?
    I thought an injected version would be much faster. Is it possible to change it somehow ?

  2. #2
    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 Kaguya View Post
    Could someone explain me why the healing in xenobot is that slow/weak compared to other bots ?
    I thought an injected version would be much faster. Is it possible to change it somehow ?
    DarkstaR has hard-coded delays by default.

    This is about as fast as its going to get, change to your own needs:
    lua code:

    while true do
    if Self.Health() <= 800 then
    Self.Cast('exura vita')
    end
    end

    Without some sort of wait(100) or so after casting exura vita, you're gonna to be getting some "lag" while moving around.
    Last edited by Joshwa534; 10-30-2015 at 03:03 PM.

  3. #3
    Moderator shadowart's Avatar
    Join Date
    Dec 2014
    Location
    Sweden
    Posts
    1,985
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Make sure you have the randomized checkbox disabled if you want fast heals.

  4. #4

    Join Date
    Jul 2015
    Posts
    42
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by shadowart View Post
    Make sure you have the randomized checkbox disabled if you want fast heals.
    What doy ou mean by randomized checkbox ?

  5. #5
    Moderator Elvang's Avatar
    Join Date
    Dec 2010
    Location
    B.C. Canada
    Posts
    1,365
    Mentioned
    104 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Kaguya View Post
    What doy ou mean by randomized checkbox ?
    Purchase the bot and i'll tell you.

Posting Permissions

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