View Full Version : Exura sio???????
7846678
04-03-2016, 07:15 PM
Can someone send me an exura sio script? to download, im not the smartest person at this bot.
Sheradial
04-03-2016, 08:11 PM
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)
Can someone send me an exura sio script? to download, im not the smartest person at this bot.
Thanks for sharing Sheradial
Sheradial
04-03-2016, 10:59 PM
Thanks for sharing Sheradial
No problem ;)
7846678
04-07-2016, 05:15 PM
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. :(
krille09
04-07-2016, 05:17 PM
Documents/XenoBot/Scripts
name it to "whatever.lua"
important to add .lua in the end
Download notepad ++ if your having problems...
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.