XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Sometimes bot doesn't heal with exura, exura gran etc.

  1. #1

    Join Date
    Nov 2012
    Posts
    332
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Sometimes bot doesn't heal with exura, exura gran etc.

    20:00 You are dead.
    20:00 You were killed by something evil and a wyrm and others.
    20:00 You were blessed with Wisdom of Solitude, Spark of the Phoenix, Fire of the Suns, Spiritual Shielding, Embrace of Tibia and Twist of Fate.


    Wei!

    As I have mentioned before..

    If I have exura on 90 hp percent, exura gran on 70 and exura vita on 50.

    Sometimes when I get hit by a monster, just sometimes if the bot is busy doing something else, he doesn't heal with exura after he gets a small hit.

    So he's running around, damaged until something hurts him to 60% so he needs to use a new spell, like exura gran, THEN he heals.

    It's like he forgot he was damaged the first time because he was busy doing something else or something I don't know.


    Fix it please I just died because of this omfg.
    Last edited by jollebollen; 08-22-2014 at 06:09 PM.

  2. #2

    Join Date
    Aug 2014
    Posts
    10
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    indeed

  3. #3
    Lifetime Subscriber Stusse's Avatar
    Join Date
    Dec 2011
    Location
    solid-scripts.com
    Posts
    3,523
    Mentioned
    346 Post(s)
    Tagged
    1 Thread(s)
    @jollebollen @ofensywnie

    Do you mind posting your .xbst healer setup? For example:

    Code:
    <panel name="Self Healer">
    	<control name="SpellList">
    		<item spell="exura vita" mana="200" vcomp="0" vsign="1" vrandom="0" vvalue="68" enabled="1"/>
    		<item spell="exura gran" mana="120" vcomp="0" vsign="1" vrandom="0" vvalue="88" enabled="1"/>
    	</control>
    	<control name="ItemList">
    		<item id="238" vcomp="0" vsign="3" vrandom="0" vvalue="40" enabled="1"/>
    	</control>
    </panel>
    Also make sure you have the right spell on Paralyze Heal in the Condition Manager.

    /Stusse

  4. #4
    Super Moderator Infernal Bolt's Avatar
    Join Date
    Dec 2011
    Location
    Skellefteċ, Sweden
    Posts
    2,880
    Mentioned
    217 Post(s)
    Tagged
    2 Thread(s)
    it will use the spells in the order you put them in the healer.

  5. #5
    Senior Member Leilar's Avatar
    Join Date
    Dec 2011
    Location
    Florida/Poland
    Posts
    489
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    This guy is right, I noticed a pause sometimes when the bot doesn't heal.

    Something like this: (we all know there is attack "turns" in Tibia.. you attack, then you have a second pause and you attack again)
    1. Monster attacks
    2. Bot heals
    3. Monster attacks
    4. Bot at 60% lets say (skips "turn", doesn't heal this time)
    5. Just as the monster is about to attack again (like 700ms later from attack) the bot heals or it lets the monster attack and then heals.

    This is a problem when dealing with 2+ monsters because you will get attacked at different times and it's possible to get comboed. I don't know if this is what OP meant, but I have noticed this on my computer sometimes, and I'm never lagging either.

  6. #6
    Senior Member xux's Avatar
    Join Date
    Apr 2013
    Posts
    713
    Mentioned
    33 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Leilar View Post
    This guy is right, I noticed a pause sometimes when the bot doesn't heal.

    Something like this: (we all know there is attack "turns" in Tibia.. you attack, then you have a second pause and you attack again)
    1. Monster attacks
    2. Bot heals
    3. Monster attacks
    4. Bot at 60% lets say (skips "turn", doesn't heal this time)
    5. Just as the monster is about to attack again (like 700ms later from attack) the bot heals or it lets the monster attack and then heals.

    This is a problem when dealing with 2+ monsters because you will get attacked at different times and it's possible to get comboed. I don't know if this is what OP meant, but I have noticed this on my computer sometimes, and I'm never lagging either.
    Quoted for truth, same issues here.
    Tho i just thought it was caused by my laggy internet sometimes.

    Need a private build script? PM me.

  7. #7
    Lifetime Subscriber
    Join Date
    Dec 2011
    Posts
    994
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    I have noticed the same problem as well. I use a lua healer in combination with the built in healer, I have them both set with the same settings and it helps a lot. Its only a problem on higher lvls since there are more monsters with burst damages.

  8. #8
    Senior Member Leilar's Avatar
    Join Date
    Dec 2011
    Location
    Florida/Poland
    Posts
    489
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    and "Leilar the enlightened" strikes again with uncovering the latest bugs

  9. #9

    Join Date
    Nov 2012
    Posts
    332
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Yes it's like that. I have died 2 times due to combo because my characters runs with 3 monsters and only have 70% hp left = dead.

    Edit: Settings-

    <control name="SpellList">
    <item spell="exura vita" mana="160" vcomp="0" vsign="1" vrandom="1" vvalue="50" enabled="1"/>
    <item spell="exura gran" mana="70" vcomp="0" vsign="1" vrandom="1" vvalue="75" enabled="1"/>
    <item spell="exura" mana="20" vcomp="0" vsign="1" vrandom="1" vvalue="95" enabled="1"/>
    </control>
    Can you pust your .lua healing? Much appreciated.

  10. #10
    Senior Member
    Join Date
    Jul 2014
    Posts
    788
    Mentioned
    62 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by jollebollen View Post
    Yes it's like that. I have died 2 times due to combo because my characters runs with 3 monsters and only have 70% hp left = dead.

    Edit: Settings-



    Can you pust your .lua healing? Much appreciated.
    lua code:

    CONFIG = {
    ["Platynka"] = {
    SPELL = {
    {NAME = "Exura Vita", MANA = 160, HEALTH = 50, LEVEL = 30, ENABLED = true},
    {NAME = "Exura Gran", MANA = 70, HEALTH = 75, LEVEL = 20, ENABLED = true},
    {NAME = "Exura", MANA = 20, HEALTH = 95, LEVEL = 9, ENABLED = true}
    }
    },
    ["Zakrzew"] = {
    SPELL = {
    {NAME = "Exura Gran", MANA = 70, HEALTH = 65, LEVEL = 20, ENABLED = true},
    {NAME = "Exura", MANA = 20, HEALTH = 80, LEVEL = 9, ENABLED = true}
    }
    }
    }

    Self.HealthPercent = function()
    return math.floor(Self.Health() / (Self.MaxHealth() * 0.01))
    end

    Module.New("HealingRules", function(moduleObject)
    for creature, value in pairs(CONFIG) do
    if (Self.Name() == creature) then
    for index, table in pairs(value) do
    for _, SPELL_CONFIG in pairs(table) do
    if (Self.HealthPercent() <= SPELL_CONFIG.HEALTH and Self.Level() >= SPELL_CONFIG.LEVEL) then
    if (SPELL_CONFIG.ENABLED) then
    Self.Cast(SPELL_CONFIG.NAME, SPELL_CONFIG.MANA)
    end
    end
    end
    end
    end
    end
    end)


    Change ["Platynka"] for your character name.
    Last edited by HjugO; 08-23-2014 at 08:05 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
  •