
Сообщение от
Friskes
Юзай аддон Романа спектра через вику
А зад мне тоже роману лизать?
- - - Updated - - -

Сообщение от
Wbtest2
PHP код:
Sapee:SetScript("OnEvent",function()
if (enabled == 'true') then
if (arg4 == Sapee.playername and arg2 == "SPELL_MISSED" and arg9 == 47486 and arg12 == "PARRY") then
SendChatMessage("Mortal Miss", "PARTY")
end
end
end)
Нет. Что-то не то
Нужно как-то через перечисление подаргументов ветвления проверять, по типу:
PHP код:
if subevent == "SWING_DAMAGE" then
amount, overkill, school, resisted, blocked, absorbed, critical, glancing, crushing, isOffHand = select(12, ...)
elseif subevent == "SPELL_DAMAGE" then
spellId, spellName, spellSchool, amount, overkill, school, resisted, blocked, absorbed, critical, glancing, crushing, isOffHand = select(12, ...)
end
Но тут непонятно, какие локальные данные вводить.