Thread: Dragon Spear Spec animation - Fucked up?

Results 1 to 3 of 3
  1. #1 Dragon Spear Spec animation - Fucked up? 
    Banned
    Join Date
    Dec 2014
    Posts
    79
    Thanks given
    28
    Thanks received
    14
    Rep Power
    0



    Don't understand why the animation isn't showing properly, any ideas?


    Code:
    case 1249:
    			c.startAnimation(405);
    			c.gfx100(253);
    			if (c.playerIndex > 0)
    			{
    				final Client o = (Client) PlayerHandler.players[i];
    				o.getPA().getSpeared(c.absX, c.absY);
    			}
    			break;
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Quote Originally Posted by Lizard Squad View Post



    Don't understand why the animation isn't showing properly, any ideas?


    Code:
    case 1249:
                c.startAnimation(405);
                c.gfx100(253);
                if (c.playerIndex > 0)
                {
                    final Client o = (Client) PlayerHandler.players[i];
                    o.getPA().getSpeared(c.absX, c.absY);
                }
                break;
    looks like you got lizard squad'd in all seriousness anim id's changed for spears in 600+

    ID is 1064

    Code:
    case 1249:
                c.startAnimation(1064);
                c.gfx100(253);
                if (c.playerIndex > 0)
                {
                    final Client o = (Client) PlayerHandler.players[i];
                    o.getPA().getSpeared(c.absX, c.absY);
                }
                break;
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Dec 2014
    Posts
    79
    Thanks given
    28
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by Seren View Post
    looks like you got lizard squad'd in all seriousness anim id's changed for spears in 600+

    ID is 1064

    Code:
    case 1249:
                c.startAnimation(1064);
                c.gfx100(253);
                if (c.playerIndex > 0)
                {
                    final Client o = (Client) PlayerHandler.players[i];
                    o.getPA().getSpeared(c.absX, c.absY);
                }
                break;


    Tried it , not working still :\






    the gfx id = the rock looking graphics
    and the animation is just standing still
    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. Dragon spear spec
    By s0ul bender in forum Help
    Replies: 3
    Last Post: 05-27-2014, 06:17 AM
  2. Dragon Claw Spec Anim? 474
    By Notgower in forum Help
    Replies: 4
    Last Post: 10-14-2013, 01:52 AM
  3. Dragon/Zamorakian Spear Special Animation & GFX
    By Anthony-| in forum Requests
    Replies: 4
    Last Post: 01-14-2013, 07:51 PM
  4. [REQ] Dragon Spear spec anim
    By R0cky 0wnz in forum Requests
    Replies: 2
    Last Post: 12-16-2009, 10:34 PM
  5. Replies: 4
    Last Post: 02-01-2009, 01:16 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
  •