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
Whirlwind Throw / Fierce Berserk
#1
Whirlwind Throw / Fierce Berserk - can those be added to the Spell's targeting section please?

#2
Hello.

Sure mate. I will add it soon.

#3
Exori Con, too please
|Only Registered members can see download links. | Click here to buy subscription or here to register.
|Only Registered members can see download links. | Click here to buy subscription or here to register.alt="Big Grin" title="Big Grin" class="smilie smilie_4" />

Thank you.

#4
Check your private inbox!

#5
or maybe exori con script?

#6
local Monsters = { 'Demon Skeleton', 'Giant Spider' } -- Monsters to shoot exori con
local Amount = 3 -- Amount of monsters to shoot exori con

if cancast() and mp() >= 35 then
    local creature_attacked = attacked()
    if creature_attacked.id > 0 then
        local creature_target = target()
        table.lower(Monsters)
        if creature_target.id == creature_attacked.id and table.find(Monsters, creature_attacked.name:lower()) ~= nil and maround(0, unpack(Monsters)) >= Amount then
            say('exori con')
            wait(800, 1200)
        end
    end
end



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016