I did not get any responses in the other section, so im shooting wider.
For any of the moderation team, feel free to delete the previous post, I was not allowed to do so.
Hey, so I am playing on a private server (wotlk 3.5.5a) and one of its things is, after youve been in combat for a while, your character is forced to cast a spell (not in your spellbook) that drops an aoe that kills you, if you do not move out of it.
ive been trying to find a way to do this, but im very new to wrobot and im pretty sure its possible, I have a lua snippet that detects the spell, but i dont know how to make my character move once it happens.
Any help is much appriciated.
if eventType == "SPELL_SUMMON" and spellId == 95074 then
something to move x yards
end