Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    freedie87
    freedie87 is offline
    Guest
    Join Date
    2010 Nov
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    How to do cancel animation ?

    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 ..

  2. #2
    Ihaxyooh
    Ihaxyooh is offline
    Guest
    Join Date
    2010 Oct
    Posts
    2
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    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

  3. #3
    mikoyski
    mikoyski is offline
    Guest
    Join Date
    2011 Jun
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    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

  4. #4
    melficejr
    melficejr is offline
    New member
    Join Date
    2011 Jan
    Posts
    4
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    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

  5. #5
    Viceroyz
    Viceroyz is offline
    Guest
    Join Date
    2011 Jul
    Posts
    1
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    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.

  6. #6
    The_USDL
    The_USDL is offline
    Senior Member The_USDL's Avatar
    Join Date
    2011 Oct
    Posts
    201
    Thanks Thanks Given 
    24
    Thanks Thanks Received 
    538
    Thanked in
    47 Posts
    Rep Power
    0
    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

  7. #7
    Mega
    Mega is offline
    New member Mega's Avatar
    Join Date
    2011 Oct
    Posts
    47
    Thanks Thanks Given 
    17
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    Sorry, but it doesn't change anything '-'

    I tried in a mage and in a rifleman

  8. #8
    sh1ft
    sh1ft is offline
    New member sh1ft's Avatar
    Join Date
    2011 Dec
    Location
    Asia
    Posts
    17
    Thanks Thanks Given 
    9
    Thanks Thanks Received 
    10
    Thanked in
    4 Posts
    Rep Power
    0
    Try to watch this video.

    I learned ani-cancel from this.


    Last edited by sh1ft; 2012-01-02 at 11:25 AM.

  9. The Following 2 Users Say Thank You to sh1ft For This Useful Post:


  10. #9
    raiodourado
    raiodourado is offline
    Member-in-training raiodourado's Avatar
    Join Date
    2010 Dec
    Location
    Brazil
    Posts
    164
    Thanks Thanks Given 
    102
    Thanks Thanks Received 
    62
    Thanked in
    53 Posts
    Rep Power
    0
    *Like a Rifleman... Simo Hayha
    Good movie

  11. #10
    e2140
    e2140 is offline
    Guest
    Join Date
    2012 Jan
    Posts
    1
    Thanks Thanks Given 
    5
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    try to hold r and press left click or attacks on your target repeatedly.

    sorry for my bad english.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •