Originally Posted by
PapkaZol
So I did. But why it is still not working.
Please help me understand where my mistake.
fire.rar
That file you attached works on my computer. (English client).
You do have a wrong spellid though:
line 21 should be
Code:
{ "116011", { "!player.lastcast", "!player.buff(116014)", "!player.moving", (function() return fetch('phoenixFire', 'rune') end) }, "player.ground" },
not
Code:
{ "116011", { "!player.lastcast", "!player.buff(116011)", "!player.moving", (function() return fetch('phoenixFire', 'rune') end) }, "player.ground" },
IF you are ever in doubt of a spell id, install the addon idTip it basically adds the spell id to tooltips for easy reference in game.
Also, if the profile is not loading at all, install addon "Bugsack" so you can catch the error. that would be more useful to us.