e.g : Rifleman able to shoot while slide or Warrior knock you back and charge you with a very fast speed ..
Hope some pro player's can enlighten me
Thank you ..
e.g : Rifleman able to shoot while slide or Warrior knock you back and charge you with a very fast speed ..
Hope some pro player's can enlighten me
Thank you ..
You can animation cancel by turning off auto attack, then spam press your normal attack button while pressing your up/down arrow keys, at the same time.
Your result: Animation Cancelling
On doing animation cancelling you dont see your character doing it, but you can check it by watching your pran moving around while you doing your skills/attack. You can do animation cancelling by alternating any movement keys W,S,A,D,Q,E and attack key. If you have your attack key on 1 you can just simply do W,1,W,1,W,1.... depending on the movement key you use will affect your character movements
Try watching a video on youtube by ZionSparky try typing aika animation canceling. its a guide on animation cancelling but its on portugese try using google translate for that
Pull your normal attack to skill hot key 1.
While you are doing normal attacks, spam 1e1e1e1e1e or 1w1w1w1w or any key of movement. You will get used to that in a while.
Or Code a Global HotKey to do ir for you!
Example:
Code:Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) As Integer Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Dim Q As Boolean Q = GetAsyncKeyState(Keys.K) If Q = True Then Call YourFuncitionToSendKeys(... , Keys.D1) Call YourFuncitionToSendKeys(... , Keys.W) Call YourFuncitionToSendKeys(... , Keys.D1) Call YourFuncitionToSendKeys(... , Keys.E) End If
Sorry, but it doesn't change anything '-'
I tried in a mage and in a rifleman
Try to watch this video.
I learned ani-cancel from this.
Last edited by sh1ft; 2012-01-02 at 11:25 AM.
*Like a Rifleman... Simo Hayha
Good movie
try to hold r and press left click or attacks on your target repeatedly.
sorry for my bad english.