Signup Now
Results 1 to 6 of 6
  1. #1
    Free User
    Join Date
    Dec 2016
    Posts
    9
    Reputation
    10
    Rep Power
    0

    Casting spells doesnt work as it should

    Hi,
    My char doesnt cast Rage of Skies (ue) when there is 3 + water elementals, i tried to change it to 3 or 2 but it didnt change anything. I bought the spell and its on f8 hotkey. Help
    Screen Shot 01-06-17 at 08.22 PM 001.PNGScreen Shot 01-06-17 at 08.22 PM.PNG

  2. #2
    Wind Powered Mamuth's Avatar
    Join Date
    Mar 2014
    Location
    Poland
    Posts
    232
    Reputation
    30
    Rep Power
    21
    Maybe character try to sync auto attack with ue? or exhaust
    POZDRO

  3. #3
    Free User oXe's Avatar
    Join Date
    Aug 2014
    Location
    Poland
    Posts
    87
    Reputation
    10
    Rep Power
    20
    Try this script. It's croix's.


    auto(150,200)

    local monsters = {"Quara Predator", "Quara Pincher"} -- Add all monsters u want
    local UEamount = 4 -- How many creatures to use UE?
    local UETYPE = "Exevo Gran Mas Vis" -- UE Type



    if maround(5, unpack(monsters)) >= UEamount and cancastspell(UETYPE) then
    cast(UETYPE)
    end

  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 CzarujacyMagik View Post
    Hi,
    My char doesnt cast Rage of Skies (ue) when there is 3 + water elementals, i tried to change it to 3 or 2 but it didnt change anything. I bought the spell and its on f8 hotkey. Help
    Screen Shot 01-06-17 at 08.22 PM 001.PNGScreen Shot 01-06-17 at 08.22 PM.PNG
    Targeting > Settings > mark Target Must Be Shootable

  5. #5
    Free User LekinhoFB's Avatar
    Join Date
    Jul 2014
    Posts
    282
    Reputation
    92
    Rep Power
    20
    make sure you have server log messages enabled
    and drag the 3+ target setting to the top of the list

  6. #6
    Free User Nimo's Avatar
    Join Date
    Dec 2015
    Posts
    1,203
    Reputation
    120
    Rep Power
    20
    Water elemental count can't be any.

 

 

Posting Permissions

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