Jump to content

Welcome to NulledBlog
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!
Photo

Help script kick focus, and mouseover Icy Touch on cleansing totem


  • Please log in to reply
1 reply to this topic

#1
darkness79

  • Offline
  • Lurker

  • Posts:
    8
    Reputation:
    0
    Joined:
    22 Sep, 2016

Hello, i need help  ^_^

 

if UnitExists(focus) and UnitIsPlayer(focus) and IsSpellInRange(47528;focus) == 1 then CastSpellByID(47528,focus) return true end

 

What is wrong in that script?  ^_^  It's don't work ^^

And this script?

 

if UnitName("mouseover") == "Cleansing Totem"
then
CastSpellByName("Icy touch")("mouseover")
end
 
Thanks  :wub:

  • 0

#2
xxkarnack

  • Offline
  • Lurker

  • Posts:
    7
    Reputation:
    0
    Joined:
    15 Jul, 2016

for a kickfocus script you can go with :
 

#showtooltip Mind Freeze
/script if UnitCastingInfo("focus") ~= nil then local spellName,_,_,_,_,_,_,_,Interr = UnitCastingInfo("focus" ) if Interr == false then CastSpellByName("Mind Freeze","focus") end end

/script if UnitChannelInfo("focus") ~= nil then local spellName,_,_,_,_,_,_,Interr = UnitChannelInfo("focus" ) if Interr == false then CastSpellByName("Mind Freeze", "focus") end end
 

 
it will only cast if ur focus is actually casting / channeling smth, it reduce chances of being fakecasted ( you can still have ping issues )

and it will also only cast if the spell can be interrupted, so you won't waste kick in Aura Mastery or so :)


Edited by xxkarnack, 31 December 2016 - 02:45 AM.

  • 0


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users