Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EXURA SIO / EXANA SIO "
#1
HELLO, 
I WOULD LIKE A HEAL FRIEND SCRIP, THE TOOLS OPTION IS NOT WORKING GOOD, SOMETIMES WORKS , OTHERS DONT... ITS NOT EVEN CLOSE TO BE TRUSTFULL.
SO, IF ITS POSSIBLE, I WOULD LIFE ONE SCRPT.
TKS
ATAR

#2
Hello.

Tools->Heal Friend works perfectly for me, but there's no problem.
local FRIENDS = { 'knight one', 'friend to heal', 'another friend' } -- Players to sio.
local FRIENDS_HEALTH = 50 -- If hp% is lower than this then cast sio on friend.
local SAFE_HEALTH = 80 -- It will only cast sio if YOUR HP% is higher or equal than this. If you wanna ignore your hp, just setup as 0.

if connected() and cancast() and hppc() >= SAFE_HEALTH then
    table.lower(FRIENDS)
    local creatures = getcreatures('pfs')
    for _, creature in ipairs(creatures) do
        if creature.hppc <= FRIENDS_HEALTH and table.find(FRIENDS, creature.name:lower()) ~= nil then
            cast('exura sio "' .. creature.name)
            wait(200, 400)
            break
        end
    end
end

#3
|Only Registered members can see download links. | Click here to buy subscription or here to register.
THANKS, I CHECKED WITH 3-4 FRIENDS , ALSO THE SAME PROBLEM...

#4
Hello.

You didn't said what's the problem, so I can't guess what's the problem is...

#5
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Sometimes he is not recognize the name, after he  suddenly stop with mana and player at screen.

#6
Hello.

How do you know he doesn't recognize the name? I didn't understand what you said at the end.

Can you record a .GIF showing this happening? I think it will be easier to understand. You can send me a private message if you are afraid of leaking your character's name.



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016