Must Face Target - melee class.
Posted: Fri Jan 15, 2010 1:17 pm
I seem to be getting desynced from the server quite a bit. and get Must Face Target quite regularly and all I do is stand there trying to attack over and over and over, burning through potions until the mob finally moves on my screen....
Is there some way I could set a timer or something? like
if (monster_life>90% AND I_have_taken_damage AND Time_Elapsed > 2000) then
do some circle, or pull back 10 feet?
end if
just seems like there should be a pretty easy solution, but I am not familiar with the code as somebody that has been coding this for a while. I am also not sure what information is available from the client and what is not.
Is there some way I could set a timer or something? like
if (monster_life>90% AND I_have_taken_damage AND Time_Elapsed > 2000) then
do some circle, or pull back 10 feet?
end if
just seems like there should be a pretty easy solution, but I am not familiar with the code as somebody that has been coding this for a while. I am also not sure what information is available from the client and what is not.