Thread: Jad buggy

Results 1 to 2 of 2
  1. #1 Jad buggy 
    Donator
    nonononooooooo's Avatar
    Join Date
    Nov 2012
    Posts
    370
    Thanks given
    13
    Thanks received
    4
    Rep Power
    20
    Everytime Jad attacks he turns invisible for a second so no one knows what prayer to use how do I fix this?
    Reply With Quote  
     

  2. #2  
    There's only 1Day2Die
    1Day2Die's Avatar
    Join Date
    Oct 2012
    Posts
    467
    Thanks given
    22
    Thanks received
    33
    Rep Power
    8
    it probably got the wrong animations.

    npchandler.java

    look for "attackemote"

    anywhere there add

    case 2745:
    if (npcs[i].attackType == 2)
    return 9300;
    else if (npcs[i].attackType == 1)
    return 9276;
    else if (npcs[i].attackType == 0)
    return 9277;
    case 655:
    return 129;
    }
    Attached image

    Quote Originally Posted by Charlie' View Post
    ^ to the assholes (...) above that hate on people when they don't know something, remember little kids you once didn't know shit so get off your high horse.
    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. [PI] buggy dungeoneering
    By I Am Kacey in forum Help
    Replies: 0
    Last Post: 06-12-2011, 06:41 AM
  2. Gameframe buggy?
    By Despised Icon in forum Help
    Replies: 0
    Last Post: 03-30-2011, 11:37 AM
  3. buggy model
    By Echo_ in forum Help
    Replies: 1
    Last Post: 09-23-2010, 02:48 AM
  4. Buggy Rockcrabs
    By addinol in forum Help
    Replies: 6
    Last Post: 12-20-2009, 04:47 PM
  5. Buggy sprites.
    By Wildyowns12 in forum Help
    Replies: 8
    Last Post: 06-25-2009, 05:32 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
  •