Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Nov 2015
    Posts
    5
    Reputation
    10
    Rep Power
    0

    Conjure Spectral Bolt

    Hello

    I needs a script that will create a Conjure Spectral Bolt, but needs a script that will cast when it will be below them 20. I play on ots and can cast a bolt all the time, there is no cooldown on it.

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by zwodek View Post
    Hello

    I needs a script that will create a Conjure Spectral Bolt, but needs a script that will cast when it will be below them 20. I play on ots and can cast a bolt all the time, there is no cooldown on it.
    auto(1000)

    local UseNewAmmo = true
    local AmmoType = 2222 --id
    local SpellName = 'exevo gran con vis'

    --=====

    if UseNewAmmo and itemcount(AmmoType, 'belt') <= 20 then
    cast(SpellName)
    wait(300,500)
    end

  3. #3
    Free User
    Join Date
    Nov 2015
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Its working good! Thanks

 

 

Posting Permissions

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