XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 6 of 6

Thread: Exura sio???????

  1. #1

    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exura sio???????

    Can someone send me an exura sio script? to download, im not the smartest person at this bot.

  2. #2
    Lifetime Subscriber Sheradial's Avatar
    Join Date
    Apr 2015
    Posts
    165
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    lua code:

    local friends = { -- add targets u want to heal and at what percent
    ['FRIEND'] = percent,
    ['Sheradial'] = 70
    }

    Module.New('HEAL', function(mod)
    for name, percent in pairs(friends) do
    local c = Creature.New(name)
    if c:isOnScreen() then
    if c:HealthPercent() <= percent then
    Self.Say('exura sio "' .. name)
    break
    end
    end
    end
    mod:Delay(500)
    end)



    Quote Originally Posted by 7846678 View Post
    Can someone send me an exura sio script? to download, im not the smartest person at this bot.


  3. #3

    Join Date
    Jul 2013
    Posts
    46
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thanks for sharing @Sheradial

  4. #4
    Lifetime Subscriber Sheradial's Avatar
    Join Date
    Apr 2015
    Posts
    165
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Mvm1 View Post
    Thanks for sharing @Sheradial
    No problem


  5. #5

    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is where im dumb, what do i do with that? and where do i put it, ive tried making new notepad and bot can't find it. and i tried breaking a cfla.lia notepad that it did read and nothing happends.

  6. #6
    Lifetime Subscriber
    Join Date
    Aug 2012
    Location
    Stockholm, Sweden
    Posts
    428
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Documents/XenoBot/Scripts

    name it to "whatever.lua"

    important to add .lua in the end

    Download notepad ++ if your having problems...
    Belden's Free Scripts
    Belden's Quest Scripts

    Bought Lifetime Subscription from Fractal
    Bought TeamSpeak 3 Service from Sikkness
    Bought Leveling Service from Y2Quakepc2

Posting Permissions

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