XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Exura sio on friend?

  1. #1

    Join Date
    Jul 2013
    Posts
    13
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Exura sio on friend?

    Guys do u know any way to put exura sio to heal friend at any life%?
    thank you

  2. #2
    Moderator Nakuu's Avatar
    Join Date
    Feb 2013
    Location
    EU
    Posts
    5,194
    Mentioned
    642 Post(s)
    Tagged
    2 Thread(s)
    lua code:
    local targets = {}
    targets[#targets + 1] = { name = "Nakux", hp = 80 }

    Module("ssSio", function(module)
    for k,v in ipairs(targets) do
    local player = Creature(v.name)
    if player:isOnScreen(false) and (player:HealthPercent() <= v.hp) then
    if Self.CanCastSpell("exura") and (Self.Mana() > 100) then
    Self.Cast("exura sio \"" .. v.name)
    end
    end
    end
    end, false)

    function onSpeak(chat, msg)
    chat:SendYellowMessage(Self.Name(), msg)
    if (msg == "start") then
    Module("ssSio"):Start()
    chat:SendOrangeMessage("ssSio", "ssSio has started.")
    elseif (msg == "stop") then
    Module("ssSio"):Stop()
    chat:SendOrangeMessage("ssSio", "ssSio has stopped.")
    else
    targets[#targets + 1] = { name = msg, hp = 80 }
    chat:SendOrangeMessage("ssSio", "Added " .. msg .. " to the healing list.")
    end
    end

    function onClose() end

    local chat = Channel("ssSio", onSpeak, onClose)

  3. #3

    Join Date
    Jul 2013
    Posts
    13
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thank you Naku for the reply... but i am having problem to put to work, is not working so far any idead?
    Last edited by duducloneuk; 04-07-2015 at 12:34 PM.

  4. #4
    jnissen's Avatar
    Join Date
    Jul 2014
    Posts
    338
    Mentioned
    30 Post(s)
    Tagged
    0 Thread(s)
    heard this easily gets you delited, just my two cents... No clue if its true as I have no experience with this.
    Bought: 185 ek from @Y2Quakepc2
    Bought: 132 ek from @Y2Quakepc2
    Bought: 190 ek from @Dnalyks
    Bought: 105 ek from @Pajaam
    Bought: 95 ek from @Pajaam
    Bought: 274 ek from @Buskola

    Sold: 203 ek to @Buskola (He scammed me)



    If you have any requests for script TESTING I am willing to help! I can test EK / RP script lvl range 60-280! Just PM me!

    http://forums.xenobot.net/showthread...ultiple-chars)

    Yours,

    JN

  5. #5
    Rif's Avatar
    Join Date
    Dec 2014
    Location
    Poland
    Posts
    284
    Mentioned
    37 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by duducloneuk View Post
    Thank you Naku for the reply... but i am having problem to put to work, is not working so far any idead?
    Works perfectly bro you just follow by this steps:

    Step.1
    lua code:
    targets[#targets + 1] = { name = "Nakux", hp = 80 }, { name = "duducloneuk", hp = 90} -- u can add more before run script.


    Step.2
    Say 'start' on ssSio chat


    Step.3
    You can add more firends by writing Player_Name e.g ... Rif or Nakuu


    Also u can say 'stop' to paused sio-script

  6. #6

    Join Date
    Jul 2013
    Posts
    13
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    thank you, for the support, all good now...

  7. #7

    Join Date
    May 2015
    Posts
    92
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    how to heal friend by potion?

  8. #8
    Floxy's Avatar
    Join Date
    Jun 2012
    Posts
    194
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    is it also possible to put something like this:

    when my hp is below X % heal myself before the sio on my friend, even when he is below the % that i put on the script
    if there is something like this ^ i am gonna buy xenobot again instead of windbot
    @Nakuu
    Sold a level 200 EK on Inferna to @ultis.

    Join our pk team @ inferna, take a look at the thread:
    http://forums.xenobot.net/showthread...t-(Recruiting)

    1st pk video:
    https://www.youtube.com/watch?v=arAVdRBnZ8M
    2nd pk video
    https://www.youtube.com/watch?v=GjM7dG4eyBo&src

  9. #9
    Moderator Nakuu's Avatar
    Join Date
    Feb 2013
    Location
    EU
    Posts
    5,194
    Mentioned
    642 Post(s)
    Tagged
    2 Thread(s)
    Quote Originally Posted by Floxy View Post
    is it also possible to put something like this:

    when my hp is below X % heal myself before the sio on my friend, even when he is below the % that i put on the script
    if there is something like this ^ i am gonna buy xenobot again instead of windbot
    @Nakuu
    If you add yourself to the list at the very top it'll always heal you first Unless you want to use different spell?

  10. #10
    Floxy's Avatar
    Join Date
    Jun 2012
    Posts
    194
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Nakuu View Post
    If you add yourself to the list at the very top it'll always heal you first Unless you want to use different spell?

    hi, yea i would like to heal myself with exura, exura gran and exura vita.
    is there some line to put my own healing before this script? or is it possible to put my own healing above the script?
    Sold a level 200 EK on Inferna to @ultis.

    Join our pk team @ inferna, take a look at the thread:
    http://forums.xenobot.net/showthread...t-(Recruiting)

    1st pk video:
    https://www.youtube.com/watch?v=arAVdRBnZ8M
    2nd pk video
    https://www.youtube.com/watch?v=GjM7dG4eyBo&src

Posting Permissions

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