WoWInterface SVN CCBreaker

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 11 to Rev 10
    Reverse comparison

Rev 11 → Rev 10

CCBreaker.lua
298,8 → 298,7
(filter.druid and class == "DRUID") or
(filter.paladin and class == "PALADIN") or
(filter.shaman and class == "SHAMAN") or
(filter.rogue and class == "ROGUE") or
(filter.deathknight and class == "DEATHKNIGHT") or
(filter.rogue and class == "ROGUE") or
(class == nil))
local rolevalue = not(((not filter.maintank) and role == "MAINTANK") or
((not filter.mainassist) and role == "MAINASSIST"))
313,7 → 312,6
[12826]=true, -- Polymorph (rank 4)
[28272]=true, -- Polymorph (rank 1:pig)
[28271]=true, -- Polymorph (rank 1:turtle)
[61721]=true, -- Polymorph (rank 1:rabbit) ? is this even ingame? just to be sure
}
 
CCBreaker.ShackleId={
338,7 → 336,6
[6770]=true, -- Sap (rank 1)
[2070]=true, -- Sap (rank 2)
[11297]=true, -- Sap (rank 3)
[51724]=true, -- Sap (rank 4)
}
 
CCBreaker.SeductionId={
359,6 → 356,14
(SapId[spellid] and showeffects.sap) or
(PolyId[spellid] and showeffects.polymorph) or
(FreezingTrapId[spellid] and showeffects.freezingtrap)
 
--[[ return (((spell == CCBabble["Shackle Undead"]) and (showeffects.shackleundead)) or
((spell == CCBabble["Hibernate"]) and (showeffects.hibernate)) or
((spell == CCBabble["Sap"]) and (showeffects.sap)) or
((spell == CCBabble["Seduction"]) and (showeffects.seduction)) or
(((spell == CCBabble["Polymorph"]) or (spell == CCBabble["Polymorph: Pig"])
or (spell == CCBabble["Polymorph: Turtle"])) and (showeffects.polymorphor
((spell == CCBabble["Freezing Trap Effect"]) and (showeffects.freezingtrap)))]]
end
 
 
CCOptions.lua
22,7 → 22,6
warlock = true,
hunter = true,
rogue = true,
deathknight=true,
shaman = true,
priest = true,
paladin = true,
45,7 → 44,6
rogue = true,
shaman = true,
priest = true,
deathknight=true,
paladin = true,
mage = true,
druid = true,