Hi work macros WOW 3.3.5

Sorry for my English, the skills are written in Russian. I deleted the following line “self” from the Core.lua file:callMethod(‘UpdateIcon’)" and the add-on started in WOW 3.3.5. Then I wrote a macro, but only the character attack, the pet attack and the hunter’s mark worked, why don’t the other skills work, what did I write incorrectly?

local _, Sequences = … – Don’t touch this
Sequences[“Step”] = {
[[
/cleartarget [dead][noharm]
/a [@mouseover,help,nodead]
/startattack
/petattack
/castsequence reset=target Метка охотника,nil,
/cast Укус змеи,
/cast Чародейский выстрел,
]]
}

The macro worked when I did this:
local _, Sequences = … – Don’t touch this
Sequences[“Step”] = {
[[
/cleartarget [dead][noharm]
/a [@mouseover,help,nodead]
/startattack
/petattack
/castsequence reset=target Метка охотника,nil,
]],
[[/cast Укус змеи]],
[[/cast Чародейский выстрел]],
}

When Blizzard Releases WotLK Classic then there will be support for it. Until then welcome to the lock.