Thread: [PI]Stop Mining,Fishing, and Woodcutting animation when walking

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 [PI]Stop Mining,Fishing, and Woodcutting animation when walking 
    Donator
    MajesticRS's Avatar
    Join Date
    Nov 2006
    Posts
    456
    Thanks given
    10
    Thanks received
    5
    Rep Power
    52
    Alright so I have seen numerous help threads on how to fix this, and I hope by creating this will help cut them down and help people out.


    Alright so navigate to
    Code:
    src > server > model > players > packets
    and open up Walking.java

    Now search for
    Code:
    c.getPA().removeAllWindows();
    Under that add
    Code:
    c.startAnimation(65535);
    So it should look like this now
    Code:
    c.fishing = false;
    		if(!c.isBanking && !c.inTrade) {
    		c.getPA().removeAllWindows();
    		c.startAnimation(65535);
    		}
    Save and compile and that's it!
     

  2. Thankful user:


  3. #2  
    Registered Member
    Jeffrey's Avatar
    Join Date
    Jul 2010
    Posts
    1,223
    Thanks given
    46
    Thanks received
    114
    Rep Power
    528
    Simple yet effective, haha.

    Good job.
     

  4. #3  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    28
    Posts
    4,758
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    nice work
     

  5. #4  
    Registered Member
    Join Date
    Nov 2010
    Age
    29
    Posts
    84
    Thanks given
    6
    Thanks received
    3
    Rep Power
    1
    What about when your iventory is full animating ? I mean if was cutting tree, and you got full iventory of logs, it still shows that your cutting tree.
     

  6. #5  
    King of the North
    Lord Stark's Avatar
    Join Date
    Jan 2010
    Age
    27
    Posts
    1,071
    Thanks given
    105
    Thanks received
    41
    Rep Power
    28
    and about firemaking i just kinda stand there and burn them funny thing is no fire!
    im not underwater...am i ?
    spoiler for people i respect
    [SPOIL]galkon, Cocoa, infexis, daza, SWAT, penor, clienthax, k4rn4ge, garyking, Ghost++, kenneh, coder alex, sanity, badger41, vagoo [/SPOIL]
    most epic series [email protected]!!
    [SPOIL]
    [/SPOIL]
     

  7. #6  
    q.q


    Join Date
    Dec 2010
    Posts
    6,535
    Thanks given
    1,072
    Thanks received
    3,534
    Rep Power
    4752
    Thanks for the quick easy fix, used it
     

  8. #7  
    Registered Member
    Core's Avatar
    Join Date
    Sep 2007
    Posts
    4,194
    Thanks given
    11
    Thanks received
    393
    Rep Power
    1985
    What do you think the resetAnimation method is used for?
     

  9. #8  
    Registered Member
    Join Date
    Dec 2010
    Posts
    50
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Thanks
     

  10. #9  
    Donator

    Kickyamom's Avatar
    Join Date
    Jul 2010
    Posts
    1,606
    Thanks given
    208
    Thanks received
    156
    Rep Power
    835
    How do I fix firemaking? It does it for that too.
    [Only registered and activated users can see links. ]

    Spoiler for Respect for the Truest:

    [Only registered and activated users can see links. ] GANG 4 LYFE
     

  11. #10  
    Member
    Join Date
    Dec 2010
    Posts
    230
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    thanks this helped me
    Lmao
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. woodcutting animation will not stop? [PI]
    By thim slug in forum Help
    Replies: 19
    Last Post: 12-22-2010, 06:51 PM
  2. Replies: 5
    Last Post: 11-01-2010, 12:52 AM
  3. Replies: 25
    Last Post: 04-20-2010, 10:36 AM
  4. Basic Woodcutting and Mining
    By Vegeta in forum Tutorials
    Replies: 12
    Last Post: 07-21-2009, 05:01 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •