Thread: Cannot spec NPC's.

Results 1 to 7 of 7
  1. #1 Cannot spec NPC's. 
    Registered Member
    Join Date
    Apr 2008
    Posts
    506
    Thanks given
    26
    Thanks received
    0
    Rep Power
    35
    Title says it all, I cannot use a special attack on any NPC.

    Quote Originally Posted by demise
    Copy over npchandlers and methods from other delta sources or the original delta, I removed all npc related shit
    Would anyone like to help me out here? Or hint me in the right direction. Help is greatly appreciated.
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    May 2010
    Posts
    1,550
    Thanks given
    92
    Thanks received
    154
    Rep Power
    0
    Just don't use Delta..it's buggy and the combat is horrible.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2008
    Posts
    506
    Thanks given
    26
    Thanks received
    0
    Rep Power
    35
    Quote Originally Posted by polaris459 View Post
    Just don't use Delta..it's buggy and the combat is horrible.
    I'm going to dedicate myself to fixing a lot. Can you help me with this?
    Reply With Quote  
     

  4. #4  
    Registered Member Aintaro.'s Avatar
    Join Date
    Sep 2010
    Posts
    998
    Thanks given
    188
    Thanks received
    213
    Rep Power
    37
    check in your method attacknpc()

    under that you can find your specs
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2008
    Posts
    506
    Thanks given
    26
    Thanks received
    0
    Rep Power
    35
    Quote Originally Posted by Aintaro. View Post
    check in your method attacknpc()

    under that you can find your specs
    That helped, thanks. Now I just need to find the correct emoteSets and GFX's. Maybe it's client sided?

    if(playerEquipment[playerWeapon] == 35 && specialAmount > 49){ //Armadyl Godsword
    specialAtkNPC(false, 50, 600, 3547);
    npcDamage(30);
    specGFX(655); and this.
    }

    Those both are not correct.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Kamiel's Avatar
    Join Date
    Jul 2010
    Age
    28
    Posts
    1,272
    Thanks given
    66
    Thanks received
    166
    Rep Power
    295
    copy the good emote and gfx for your spec from the other spec, the one on players.
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Sep 2010
    Age
    32
    Posts
    201
    Thanks given
    7
    Thanks received
    4
    Rep Power
    0
    well because its delta this will most likely be in client.java where all your methods are for your special attacks for different items, copy and paste then convert for the npcs? rip it from another delta lol. they all have it and ye dont use delta atleast PI
    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]Gmaul spec not working on npc's
    By Division in forum Help
    Replies: 3
    Last Post: 05-21-2011, 02:12 AM
  2. A guide to NPC's [8 Tutorials on NPC's]
    By 00xo0x in forum Tutorials
    Replies: 31
    Last Post: 06-20-2010, 08:16 PM
  3. Replies: 0
    Last Post: 04-07-2010, 12:55 AM
  4. Replies: 21
    Last Post: 02-29-2008, 10:17 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
  •