Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need simple dispel+cc on paladin rotation #436

Open
shikulja opened this issue May 24, 2015 · 0 comments
Open

Need simple dispel+cc on paladin rotation #436

shikulja opened this issue May 24, 2015 · 0 comments

Comments

@shikulja
Copy link

Since the rotation function Dispel paladin found. Please help find the normal operating function. in itself or not, a script looks very bad.
It is necessary to spell:
Cleanse
http://ru.wowhead.com/spell=4987

Emancipate
http://ru.wowhead.com/spell=121783

my scipt:

(working bad. use on not working debaff, many times and down mana)
local dispelTable = {"Очищение"} -- Cleanse
function hpala.dispel()
local cleanseTarget = nil -- jps.FindMeDispelTarget({"Poison"},{"Magic"},{"Disease"})
if jps.DispelMagicTarget() then
cleanseTarget = jps.DispelMagicTarget()
elseif jps.DispelPoisonTarget() then
cleanseTarget = jps.DispelPoisonTarget()
elseif jps.DispelDiseaseTarget() then
cleanseTarget = jps.DispelDiseaseTarget()
elseif jps.DispelFriendlyTarget() then
cleanseTarget = jps.DispelFriendlyTarget()
end
dispelTable[2] = cleanseTarget ~= nil and jps.dispelActive()
dispelTable[3] = cleanseTarget
return dispelTable
end
-- Dispels
hpala.dispel

(not working) need normal CC dispel code
"Emancipate"
{ "Освобождение" , jps.debuff("Ледяная ловушка", "Хватка земли" , "Ледяной заслон", "Кольцо льда", "Чуть не попался!", player) , player },


most of the problems of the lack of documentation, with examples. Most of the functions have to search manually in Lua.
Follow-up \ Offer - since Pandaria still relevant on private servers. maybe it's worth to separate into two branches, so as not to be confused and not to look for the required version, and change the version to which you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant