Signup Now
Results 1 to 6 of 6
  1. #1
    Wind Powered
    Join Date
    Mar 2017
    Posts
    153
    Reputation
    46
    Rep Power
    15

    UE if maround(4) <= 4

    Hey guys. I need help.
    I created my own script and its great for me. The only thing I need is to make it cast sorc energy UE when maround(4) <= 4.

    auto(100)
    if maround(4) > 3 and cancastspell('exevo gran mas vis') and $posz == 8 then
    say('exevo gran mas vis')
    say('exevo gran mas vis') -- spam, spam, spam
    say('exevo gran mas vis') -- spam, spam, spam
    say('exevo gran mas vis') -- spam, spam, spam
    end


    Unfortunately it works only ocasionally, becouse bot keeps using strike spells and he can't cast UE.
    Can anyoen help me out?
    All four vocation project.
    From zero to hero
    CLICK HERE TO CHECK IT OUT!

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,423
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by tesitingit View Post
    Hey guys. I need help.
    I created my own script and its great for me. The only thing I need is to make it cast sorc energy UE when maround(4) <= 4.

    auto(100)
    if maround(4) > 3 and cancastspell('exevo gran mas vis') and $posz == 8 then
    say('exevo gran mas vis')
    say('exevo gran mas vis') -- spam, spam, spam
    say('exevo gran mas vis') -- spam, spam, spam
    say('exevo gran mas vis') -- spam, spam, spam
    end


    Unfortunately it works only ocasionally, becouse bot keeps using strike spells and he can't cast UE.
    Can anyoen help me out?
    auto(100)
    if maround(4) > 3 and cancastspell('exevo gran mas vis') and $posz == 8 then
    cast('exevo gran mas vis')
    end

  3. #3
    Wind Powered
    Join Date
    Mar 2017
    Posts
    153
    Reputation
    46
    Rep Power
    15
    so cast prevents targeting from firing other spells?
    All four vocation project.
    From zero to hero
    CLICK HERE TO CHECK IT OUT!

  4. #4
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    27
    Quote Originally Posted by tesitingit View Post
    so cast prevents targeting from firing other spells?
    No it wont.


    Visit:
    (◣_◢)

  5. #5
    Wind Powered
    Join Date
    Mar 2017
    Posts
    153
    Reputation
    46
    Rep Power
    15
    So how will it work? Cant find cast() in libaries
    All four vocation project.
    From zero to hero
    CLICK HERE TO CHECK IT OUT!

  6. #6
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,423
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by tesitingit View Post
    So how will it work? Cant find cast() in libaries
    You have to do the full action. If you want you have this done.

    example: https://forums.tibiawindbot.com/show...p?151#post1049

    other example: https://forums.tibiawindbot.com/show...l=1#post486855

    other example: [Mage] Friend Healing & Area Rune Caster (IMPROVED)

 

 

Posting Permissions

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