Jump to content

Looking to make a grinder profile that moves the bot when a specific spell is cast (crosspost from private)


Recommended Posts

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

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...