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
Auto utevo res if someone kill my creature for train afk
#1
Please help me to make a script that conjures a new monster if a player kill mine. It may disable the auto making runes, and so summon the creature again (ex.: monk). If the player attack me I want to run the cavebot, or play alert. Also if GM on screen.

#2
Hello.

Alerts -> Player on Screen -> Play sound, Flash client, Cavebot.
Alerts -> GM Detected -> Play sound, Flash client, Cavebot.

local Monster = 'monk'
local Count = 2 -- If lower than this then summon another.
local Mana = 300 -- Mana to summon.

if maround(Monster) < Count then
    setsettings('Runemaker/Enabled', false)
    if mp() >= Mana and cancast() then
        cast('utevo res "' .. Monster)
        wait(800, 1200)
        if maround(Monster) >= Count then
            setsettings('Runemaker/Enabled', true)
        end
    end
end



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016