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
scrypt exori holy/ exevo mas san
#1
Hello 
I need scripts 
when 1 mosnter use exori holy, when 2 monster exevo mas san and player scren only exori holy
Reply

#2
Hello.

Scripts requests should be placed on Scripts -> Requests. I've moved it to the proper section, but please post in the correct section.

local Monsters = { 'monster name', 'another monster', 'another monster again', 'more monster' }

if connected() and cancast() then
    local monstersCount = maround(4, table.unpack(Monsters))
    if monstersCount >= 2 and paround() == 0 then
        cast('exevo mas san')
    elseif monstersCount >= 1 then
        table.lower(Monsters)
        local attackedCreature = attacked()
        if attackedCreature.id > 0 and table.find(Monsters, attackedCreature.name:lower()) ~= nil then
            cast('exori holy')
        end
    end
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016