Thread: Relentless digging

Results 1 to 3 of 3
  1. #1 Relentless digging 
    Registered Member
    X Decisive's Avatar
    Join Date
    Aug 2014
    Posts
    59
    Thanks given
    19
    Thanks received
    40
    Rep Power
    80
    So i've added in the dig option with the spade in hopes to start working on clue scrolls the dig works but the character never seems to stop digging any ideas why that could be?

    player.java:

    public int isSpade[] = { 952 };

    public void digSpade(int spadeId) {
    requestAnim(831, 0);
    getActionSender().sendMessage(this, "You dig with your " + Engine.items.getItemName(spadeId) + ".");
    }
    itemselect.java

    case 952:
    p.digSpade(952);
    break;
    X Decisive - Runescape and RSPS Veteran
    HAPPYPKSCAPE z525 UNDERCONSTRUCTION
    Reply With Quote  
     

  2. #2  
    Registered Member
    bracket's Avatar
    Join Date
    Aug 2009
    Posts
    5,278
    Thanks given
    1,059
    Thanks received
    1,465
    Rep Power
    5000
    You probably have to reset the animation after you're done digging or you'll have to find a digging animation that doesn't repeat itself.
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    X Decisive's Avatar
    Join Date
    Aug 2014
    Posts
    59
    Thanks given
    19
    Thanks received
    40
    Rep Power
    80
    Quote Originally Posted by bracket View Post
    You probably have to reset the animation after you're done digging or you'll have to find a digging animation that doesn't repeat itself.
    830, is the anim i was looking for
    X Decisive - Runescape and RSPS Veteran
    HAPPYPKSCAPE z525 UNDERCONSTRUCTION
    Reply With Quote  
     


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. Usertitles, digging this place down.
    By Inside Sin in forum Complaints
    Replies: 8
    Last Post: 05-10-2009, 08:36 PM
  2. Emulous Spade dig?
    By Tx-Sec in forum Help
    Replies: 2
    Last Post: 03-15-2009, 04:00 AM
  3. Digging (handled)
    By Mrquarterx in forum Configuration
    Replies: 13
    Last Post: 01-05-2009, 11:22 PM
  4. Proper dig emote!-does not do continuely
    By Sub in forum Configuration
    Replies: 3
    Last Post: 05-23-2008, 05:30 PM
  5. Stop the grave digging
    By Proffesor Oak in forum RS2 Server
    Replies: 3
    Last Post: 05-11-2008, 03:50 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •