Signup Now
Results 1 to 3 of 3
  1. #1
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    21

    Simple Exeta res Script?

    hey, i tried to find a exeta res script on forum but i couldnt find one... i need a simple exeta res script so when there is more then 3 monster on me cast exeta res every 10 sek

  2. #2
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23
    Here you go
    init start
    local minMobs = 3
    local monsters = {"rat", "cave rat"}
    init end

    auto(100, 300)
    if maround(3, unpack(monsters)) >= minMobs and cancastspell("exeta res") then
    cast("exeta res")
    wait(10000)
    end
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

  3. #3
    Free User Rihop's Avatar
    Join Date
    May 2014
    Posts
    291
    Reputation
    18
    Rep Power
    21
    @Garkstal thanks buddy

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •