Signup Now
Results 1 to 4 of 4

Thread: Auto spell

  1. #1
    Free User
    Join Date
    Jul 2014
    Posts
    18
    Reputation
    10
    Rep Power
    0

    Auto spell

    Hi, how to add simple script for casting spell in cooldown 30 min?
    like utevo gran res sac? or better if script would have to cast on targetting

  2. #2
    Free User Taylor's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    38
    Reputation
    16
    Rep Power
    0
    auto(500)

    if cooldown('utevo gran res sac') == 0 and $mp >= 2000 then
    cast('utevo gran res sac')
    wait(200)
    end
    try this

  3. #3
    Free User
    Join Date
    Jul 2014
    Posts
    18
    Reputation
    10
    Rep Power
    0
    thanks

  4. #4
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by stevcio View Post
    Hi, how to add simple script for casting spell in cooldown 30 min?
    like utevo gran res sac? or better if script would have to cast on targetting
    1- Wrong area, post Lua > Requests

    2- https://forums.tibiawindbot.com/show...l=1#post520680

 

 

Posting Permissions

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